summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2019-11-30 10:46:44 -0500
committerFrank Ch. Eigler <fche@redhat.com>2019-12-22 20:54:10 -0500
commit5de5dc7d1bf8b49056b123978f0449588d5f006c (patch)
tree123cecc3fd177f38cca2612c4a081f6e1ae1e0a9 /doc/ChangeLog
parent76ad56c430f0b85c47115688c511d9bd4fa671d4 (diff)
downloadelfutils-5de5dc7d1bf8b49056b123978f0449588d5f006c.tar.gz
debuginfod server: support .deb/.ddeb archives
Add support for scanning .deb / .ddeb files, enabled with a new command line option "-U". Using a synthetic .deb/.ddeb from a Ubuntu 18 machine, extend the debuginfod testsuite with some .deb processing, if the dpkg-deb binary is installed. Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 95421617..1422766d 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,9 +1,18 @@
+2019-12-22 Frank Ch. Eigler <fche@redhat.com
+
+ * debuginfod.8: Add -U (DEB) flag, generalize RPM to "archive".
+
2019-12-04 Frank Ch. Eigler <fche@redhat.com>
* debuginfod-find.1: Bump default timeout to 30.
* debuginfod_find_debuginfo.3: Ditto.
Document $DEBUGINFOD_PROGRESS.
+2019-11-26 Frank Ch. Eigler <fche@redhat.com>
+ Aaron Merey <amerey@redhat.com>
+
+ * debuginfod.8, find-debuginfo.1, debuginfod_*.3: New files.
+
2019-09-02 Mark Wielaard <mark@klomp.org>
* readelf.1 (symbols): Add optional section name.