From: Frank Ch. Eigler Date: Thu, 4 Nov 2021 19:26:33 +0000 (-0400) Subject: NEWS: list some 0.186 debuginfod client & server features X-Git-Tag: elfutils-0.186~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29b2ffb62294544850ef3c4f5eadf03f1f1ed580;p=platform%2Fupstream%2Felfutils.git NEWS: list some 0.186 debuginfod client & server features Signed-off-by: Frank Ch. Eigler --- diff --git a/NEWS b/NEWS index aaef458..607c89d 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