aboutsummaryrefslogtreecommitdiff
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorDaniel Thornburgh <dthorn@google.com>2022-10-18 14:21:32 -0700
committerMark Wielaard <mark@klomp.org>2022-10-28 12:09:07 +0200
commit13f21dfb9bd09ad4816901ecd63daddc580a8465 (patch)
tree007d8ea8820df433cdb5810a7802f70127ce3355 /doc/ChangeLog
parent65b3fb51b83b5a37345c6a9ae7c77b2e9d3a6517 (diff)
downloadelfutils-13f21dfb9bd09ad4816901ecd63daddc580a8465.tar.gz
debuginfod-client: Add DEBUGINFOD_HEADERS_FILE.
This DEBUGINFOD_HEADERS_FILE environment variable names a file to supply HTTP headers to outgoing requests. Notably, this allows for Authorization headers to be added from a file under OS access control. Signed-off-by: Daniel Thornburgh <dthorn@google.com>
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 b2bb4890..073023b4 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2022-10-18 Daniel Thornburgh <dthorn@google.com>
+
+ * debuginfod_find_debuginfo.3: Document DEBUGINFOD_HEADERS_FILE.
+
2022-09-02 Frank Ch. Eigler <fche@redhat.com>
* debuginfod_find_debuginfo.3: Tweaked debuginfod_get_headers docs.