summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog6
-rw-r--r--config/elfutils.spec.in23
2 files changed, 28 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index bd41654f..acbaaa88 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2021-11-10 Mark Wielaard <[email protected]>
+
+ * elfutils.spec.in: Update for 0.186.
+
2021-10-03 Frank Ch. Eigler <[email protected]>
PR27783
@@ -12,7 +16,7 @@
2021-07-06 Alice Zhang <[email protected]>
- * debuginfod.sysconfig: Introduce default retry limit.
+ * debuginfod.sysconfig: Introduce default retry limit.
2021-05-10 Mark Wielaard <[email protected]>
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 8f6a8e03..aac0dffc 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -337,6 +337,29 @@ exit 0
%systemd_postun_with_restart debuginfod.service
%changelog
+* Wed Nov 10 2021 Mark Wielaard <[email protected]> 0.186-1
+- 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.
+ Limit the duration of groom ops roughly to rescan (-t) times.
+ Add --passive mode for serving from read-only database.
+ Several other performance improvements & prometheus metrics.
+- libdw: Support for the NVIDIA Cuda line map extensions.
+ DW_LNE_NVIDIA_inlined_call and DW_LNE_NVIDIA_set_function_name
+ are defined in dwarf.h. New functions dwarf_linecontext and
+ dwarf_linefunctionname.
+- translations: Update Japanese translation.
+
* Sat May 22 2021 Mark Wielaard <[email protected]> 0.185-1
- debuginfod-client: Simplify curl handle reuse so downloads which
return an error are retried.