diff options
author | Martin Liska <mliska@suse.cz> | 2022-08-17 15:30:19 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-08-17 15:30:19 +0200 |
commit | 8c68c312699e196d8f9ad14d378762cfd8bc2c94 (patch) | |
tree | 0dae124a2c49f76b79e5a1c05615a0e1432ea326 | |
parent | 61066138c0fe670b57ac6393b8f24de2fb6c5953 (diff) | |
download | elfutils-8c68c312699e196d8f9ad14d378762cfd8bc2c94.tar.gz |
Add missing changelog entries.
-rw-r--r-- | config/ChangeLog | 11 | ||||
-rw-r--r-- | debuginfod/ChangeLog | 9 |
2 files changed, 20 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index a444457e..1265f399 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,14 @@ +2022-08-17 Martin Liska <mliska@suse.cz> + + * debuginfod.service: Add new debuginfod.sysconfig + value DEBUGINFOD_EXTRA_ARGS. + * debuginfod.sysconfig: Likewise. + +2022-08-16 Martin Liska <mliska@suse.cz> + + * profile.csh.in: Support nullglob in profile.*.in files. + * profile.sh.in: Likewise. + 2022-08-17 Frank Ch. Eigler <fche@redhat.com> * debuginfod.sysconfig: Clarify cmdline vs client-env variables. diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog index 7cc9bcaf..da58e9a8 100644 --- a/debuginfod/ChangeLog +++ b/debuginfod/ChangeLog @@ -1,3 +1,12 @@ +2022-08-17 Martin Liska <mliska@suse.cz> + + * debuginfod.cxx (handle_buildid): Update HTTP statistics only if + it comes from HTTP request. + +2022-08-17 Martin Liska <mliska@suse.cz> + + * debuginfod.cxx: Print filename for "cannot open archive". + 2022-08-15 Frank Ch. Eigler <fche@redhat.com> PR29474 |