summaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog48
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 05fcd23d..303e3dc0 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,51 @@
+2022-01-31 Frank Ch. Eigler <[email protected]>
+
+ * debuginfod-client-config.7: Elaborate DEBUGINFOD_URLS.
+
+2021-12-08 Frank Ch. Eigler <[email protected]>
+
+ PR28661
+ * debuginfod.8 (-C): Document new flag.
+
+2021-11-05 Frank Ch. Eigler <[email protected]>
+
+ PR28430
+ * debuginfod.8 (--passive): Document new flag & operation mode.
+
+2021-08-28 Di Chen <[email protected]>
+
+ * debuginfod.8 (-d): Document ":memory:" as in-memory database.
+
+2021-08-20 Di Chen <[email protected]>
+
+ * debuginfod.8: Add --forwarded-ttl-limit=NUM documentation.
+
+2021-07-28 Alice Zhang <[email protected]>
+
+ PR27950
+ * debuginfod-client-config.7: New file to store all cache config
+ infos.
+ * debuginfod-find.1: Removed redundant occurrences of environment
+ variables & cache control files.
+ * debuginfod.8: Likewise.
+ * debuginfod_find_debuginfo.3: Likewise.
+ * Makefile.am: Updated to include debuginfod-client-config.7
+ * man3, man7: Symlinks for source tree man page testing.
+
+2021-08-04 Noah Sanci <[email protected]>
+
+ PR27277
+ * debuginfod-find.1: Increasing verbosity describes the downloaded
+ file.
+ * debuginfod.8: Describe X-DEBUGINFOD-FILE, X-DEBUGINFOD-SIZE, and
+ X-DEBUGINFOD-ARCHIVE.
+
+2021-07-26 Noah Sanci <[email protected]>
+
+ PR27982
+ * debuginfod-find.1: Document DEBUGINFOD_MAXTIME
+ and DEBUGINFOD_MAXSIZE.
+
2021-04-23 Frank Ch. Eigler <[email protected]>
PR27701