From: Martin Liska Date: Wed, 17 Aug 2022 13:30:19 +0000 (+0200) Subject: Add missing changelog entries. X-Git-Tag: elfutils-0.188~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c68c312699e196d8f9ad14d378762cfd8bc2c94;p=thirdparty%2Felfutils.git Add missing changelog entries. --- diff --git a/config/ChangeLog b/config/ChangeLog index a444457ef..1265f399d 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,14 @@ +2022-08-17 Martin Liska + + * debuginfod.service: Add new debuginfod.sysconfig + value DEBUGINFOD_EXTRA_ARGS. + * debuginfod.sysconfig: Likewise. + +2022-08-16 Martin Liska + + * profile.csh.in: Support nullglob in profile.*.in files. + * profile.sh.in: Likewise. + 2022-08-17 Frank Ch. Eigler * debuginfod.sysconfig: Clarify cmdline vs client-env variables. diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog index 7cc9bcaf2..da58e9a8f 100644 --- a/debuginfod/ChangeLog +++ b/debuginfod/ChangeLog @@ -1,3 +1,12 @@ +2022-08-17 Martin Liska + + * debuginfod.cxx (handle_buildid): Update HTTP statistics only if + it comes from HTTP request. + +2022-08-17 Martin Liska + + * debuginfod.cxx: Print filename for "cannot open archive". + 2022-08-15 Frank Ch. Eigler PR29474