summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2022-06-03 12:56:43 -0400
committerFrank Ch. Eigler <fche@redhat.com>2022-06-03 13:26:25 -0400
commitc1e2bff661d7b31ca507e5a69d7dd877e9f47c7f (patch)
treea29548d64929eb1d52d0cf30ca2db4e4b47b0302
parent0da87b51104782dada7fa924f9f92d0ee802edb8 (diff)
downloadelfutils-c1e2bff661d7b31ca507e5a69d7dd877e9f47c7f.tar.gz
NEWS & ChangeLog: add debuginfod blurbs
Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
-rw-r--r--NEWS4
-rw-r--r--debuginfod/ChangeLog5
-rw-r--r--doc/ChangeLog4
3 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c74fe3f1..c133fcbe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 0.188 some time after 0.187
+
+debuginfod: Add --disable-source-scan option.
+
Version 0.187
debuginfod: Support -C option for connection thread pooling.
diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog
index 8c54ec21..029687ff 100644
--- a/debuginfod/ChangeLog
+++ b/debuginfod/ChangeLog
@@ -1,3 +1,8 @@
+2022-06-03 Michael Trapp <michael.trapp@sap.com>
+
+ * debuginfod.cxx (scan_source_info): New global.
+ (parse_opt, elf_classify): Use it.
+
2022-05-09 Mark Wielaard <mark@klomp.org>
* debuginfod-client.c (debuginfod_clean_cache): Move utime call to
diff --git a/doc/ChangeLog b/doc/ChangeLog
index cb754d04..ceec2467 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2022-06-03 Michael Trapp <michael.trapp@sap.com>
+
+ * debuginfod.8 (--disable-source-scan): Document.
+
2022-05-09 Frank Ch. Eigler <fche@redhat.com>
* debuginfod.8: Tweak prefetch descriptions.