summaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <[email protected]>2020-03-23 15:33:56 -0400
committerFrank Ch. Eigler <[email protected]>2020-03-26 10:35:38 -0400
commitd63a809da467e646480c273b8eb276401679d2bb (patch)
treebc880511d67177f17cc179750c7968e089bce8be /doc/ChangeLog
parent439641e52a3258ddfa66661f5de8bbcdb1530fc1 (diff)
PR25548: support canonicalized source-path names in debuginfod webapi
Programs are sometimes compiled with source path names containing noise like /./ or // or /foo/../, and these survive into DWARF. This code allows either raw or canonicalized pathnames in the webapi, by letting the client pass things verbatim, and letting the server store/accept both raw and canonicalized path names for source files. Tests included & docs updated. Signed-off-by: Frank Ch. Eigler <[email protected]> Reported-by: Eli Schwartz <[email protected]> Tested-by: Eli Schwartz <[email protected]>
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 59809ea8..564644f4 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-24 Frank Ch. Eigler <[email protected]>
+
+ * debuginfod-find.1, debuginfod_find_debuginfo.3: Document
+ source path canonicalization.
+
2020-03-22 Frank Ch. Eigler <[email protected]>
* debuginfod_get_url.3: New function, documented ...