summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2021-11-04 15:26:33 -0400
committerFrank Ch. Eigler <fche@redhat.com>2021-11-04 15:26:33 -0400
commit29b2ffb62294544850ef3c4f5eadf03f1f1ed580 (patch)
treef655cc6cca8b96e7802a17cece5dd2e3c66f18aa /NEWS
parent7d64173fb11c66284a408e52d41d15b7755d65d2 (diff)
downloadelfutils-29b2ffb62294544850ef3c4f5eadf03f1f1ed580.tar.gz
NEWS: list some 0.186 debuginfod client & server features
Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aaef458c..607c89da 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,17 @@ Version 0.186
debuginfod-client: Default $DEBUGINFOD_URLS is computed from drop-in files
/etc/debuginfod/*.urls rather than hardcoded into the
/etc/profile.d/debuginfod* scripts.
+ Add $DEBUGINFOD_MAXSIZE and $DEBUGINFOD_MAXTIME settings
+ for skipping large/slow transfers.
+ Add $DEBUGINFOD_RETRY for retrying aborted lookups.
+
+debuginfod: Supply extra HTTP response headers, describing archive/file
+ names that satisfy the requested buildid content.
+ Support -d :memory: option for in-memory databases.
+ Protect against loops in federated server configurations.
+ Add -r option to use -I/-X regexes for grooming stale files.
+ Protect against wasted CPU from duplicate concurrent requests.
+ Several other performance improvements & prometheus metrics.
Version 0.185