summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Merey <amerey@redhat.com>2022-11-01 20:09:36 -0400
committerFrank Ch. Eigler <fche@redhat.com>2023-04-07 10:53:32 -0400
commit5e3ccae9cd739b0653f15e1897c040d8acfca4fb (patch)
treeb61e0236ece094d32a1969088a0aaee461f88499
parentd17b26faec031d9d064cd658e2a890993685bc76 (diff)
downloadelfutils-5e3ccae9cd739b0653f15e1897c040d8acfca4fb.tar.gz
Changelog: Update entries from previous commits.
Update Changelogs with details from commits 04b1a3aa and 054b3bde9. Signed-off-by: Aaron Merey <amerey@redhat.com>
-rw-r--r--debuginfod/ChangeLog4
-rw-r--r--tests/ChangeLog5
2 files changed, 9 insertions, 0 deletions
diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog
index 81ff4d4d..daafcc1a 100644
--- a/debuginfod/ChangeLog
+++ b/debuginfod/ChangeLog
@@ -1,3 +1,7 @@
+2022-11-01 Aaron Merey <amerey@redhat.com>
+
+ * debuginfod-client.c (path_escape): Add early return.
+
2022-10-06 Ryan Goldberg <rgoldber@redhat.com>
* Makefile.am (debuginfod_LDADD): Add jsonc_LIBS.
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 6f4a161e..1921bb6b 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,8 @@
+2022-11-01 Aaron Merey <amerey@redhat.com>
+
+ * run-debuginfod-section.sh (RPM_BUILDID): Use buildid from non-zstd
+ compressed rpm.
+
2022-10-06 Ryan Goldberg <rgoldber@redhat.com>
* run-debuginfod-find-metadata.sh: New test.