NEWS & ChangeLog: add debuginfod blurbs
authorFrank Ch. Eigler <fche@redhat.com>
Fri, 3 Jun 2022 16:56:43 +0000 (12:56 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Fri, 3 Jun 2022 17:26:25 +0000 (13:26 -0400)
Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
NEWS
debuginfod/ChangeLog
doc/ChangeLog

diff --git a/NEWS b/NEWS
index c74fe3f..c133fcb 100644 (file)
--- 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.
index 8c54ec2..029687f 100644 (file)
@@ -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
index cb754d0..ceec246 100644 (file)
@@ -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.