summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Merey <[email protected]>2022-11-01 20:09:36 -0400
committerAaron Merey <[email protected]>2022-11-01 20:09:36 -0400
commitf0f155569c6859c5bc529c0279a6b4803aac950f (patch)
tree3c22f6044c90fc36e87880e734cd1c05e2e1e480
parent054b3bde939f7b9707b504da84d6044b1dc63aef (diff)
Changelog: Update entries from previous commits.
Update Changelogs with details from commits 04b1a3aa and 054b3bde9. Signed-off-by: Aaron Merey <[email protected]>
-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 92a880f8..50668e61 100644
--- a/debuginfod/ChangeLog
+++ b/debuginfod/ChangeLog
@@ -1,3 +1,7 @@
+2022-11-01 Aaron Merey <[email protected]>
+
+ * debuginfod-client.c (path_escape): Add early return.
+
2022-10-31 Aaron Merey <[email protected]>
* Makefile.am (libdebuginfod_so_LDLIBS): Add libelf.
diff --git a/tests/ChangeLog b/tests/ChangeLog
index fb0dce82..b656029f 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,8 @@
+2022-11-01 Aaron Merey <[email protected]>
+
+ * run-debuginfod-section.sh (RPM_BUILDID): Use buildid from non-zstd
+ compressed rpm.
+
2022-10-31 Aaron Merey <[email protected]>
* Makefile.am (TESTS): Add run-debuginfod-section.sh.