]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
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 c74fe3f1cedcb17d0b5ce747dfad50ab92c6d3c8..c133fcbe2eda42a4e714009d8ebcd9cd767183d4 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 8c54ec215ae2cd6540b1929dd4a323526bb01456..029687fff9015659332dbb4c10a5ab8bde3465ea 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 cb754d04ba3fa32400eaff91b937e341b2387ff0..ceec2467025257e30f47d793abf04b0ea5b908d9 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.