From: Aaron Merey Date: Wed, 2 Nov 2022 00:09:36 +0000 (-0400) Subject: Changelog: Update entries from previous commits. X-Git-Tag: elfutils-0.188~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0f155569c6859c5bc529c0279a6b4803aac950f;p=thirdparty%2Felfutils.git Changelog: Update entries from previous commits. Update Changelogs with details from commits 04b1a3aa and 054b3bde9. Signed-off-by: Aaron Merey --- diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog index 92a880f86..50668e611 100644 --- a/debuginfod/ChangeLog +++ b/debuginfod/ChangeLog @@ -1,3 +1,7 @@ +2022-11-01 Aaron Merey + + * debuginfod-client.c (path_escape): Add early return. + 2022-10-31 Aaron Merey * Makefile.am (libdebuginfod_so_LDLIBS): Add libelf. diff --git a/tests/ChangeLog b/tests/ChangeLog index fb0dce824..b656029fe 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2022-11-01 Aaron Merey + + * run-debuginfod-section.sh (RPM_BUILDID): Use buildid from non-zstd + compressed rpm. + 2022-10-31 Aaron Merey * Makefile.am (TESTS): Add run-debuginfod-section.sh.