From 29b2ffb62294544850ef3c4f5eadf03f1f1ed580 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 4 Nov 2021 15:26:33 -0400 Subject: [PATCH] NEWS: list some 0.186 debuginfod client & server features Signed-off-by: Frank Ch. Eigler --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index aaef458c9..607c89da7 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 -- 2.47.2