summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2020-03-24 23:46:30 -0400
committerFrank Ch. Eigler <fche@redhat.com>2020-03-27 12:44:42 -0400
commitdbfaf36ac283006621cce0d343462512c8c5635d (patch)
tree1a3ee6104eeb9327780895f8b179c12f2be6068e /doc/ChangeLog
parent0b9eb740eb8cd86ce3bffd0278135eba98c2e8a2 (diff)
downloadelfutils-dbfaf36ac283006621cce0d343462512c8c5635d.tar.gz
debuginfod: User-Agent and X-Forwarded-For header relay
Extend the debuginfod client API with a function to stuff outgoing headers into libcurl http transfers. Use this from debuginfod so federated trees of debuginfod/httpd can trace back to to the originating client for administrative purposes. Docs & test included. Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index cfb03b38..38ce441c 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2020-03-24 Frank Ch. Eigler <fche@redhat.com>
+
+ * debuginfod_add_http_header.3: New function, documented ...
+ * debuginfod_find_debuginfo.3: ... here.
+ * Makefile.am (notrans_dist_*_man3): Add it.
+
2020-03-26 Frank Ch. Eigler <fche@redhat.com>
* debuginfod.8 (-R): Note zstd compression complications