summaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <[email protected]>2020-03-27 20:47:45 -0400
committerFrank Ch. Eigler <[email protected]>2020-03-27 20:47:45 -0400
commit3a9c5da0ac7004a1f04e8768a682f76514e66433 (patch)
tree90419e2d61a6b6dfae93748fedaea113359ec439 /doc/ChangeLog
parentdbfaf36ac283006621cce0d343462512c8c5635d (diff)
PR25722: debuginfod-find: accept /path/names in place of buildid hex
Extend the debuginfod-find command line interface to permit /file/names instead of only buildid hexadecimal strings. v2: move code into debuginfod-find; client API remains buildid only. Signed-off-by: Frank Ch. Eigler <[email protected]>
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 38ce441c..25404e58 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2020-03-27 Frank Ch. Eigler <[email protected]>
+
+ * debuginfod-find.1: Document /path/-based buildid passing.
+
2020-03-24 Frank Ch. Eigler <[email protected]>
* debuginfod_add_http_header.3: New function, documented ...