diff options
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 00a61ac3..f598b7f2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,92 @@ +2020-03-29 Mark Wielaard <[email protected]> + + * debuginfod_find_debuginfo.3 (HTTP HEADER): Document the expected + header format and purpose. + +2020-03-28 Frank Ch. Eigler <[email protected]> + + * debuginfod.8: Document valid --port=NUM range, excludes 0. + +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 ... + * debuginfod_find_debuginfo.3: ... here. + * Makefile.am (notrans_dist_*_man3): Add it. + +2020-03-26 Frank Ch. Eigler <[email protected]> + + * debuginfod.8 (-R): Note zstd compression complications + and workaround. + +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 ... + * debuginfod_find_debuginfo.3: ... here. + * Makefile.am (notrans_dist_*_man3): Add it. + +2020-03-22 Frank Ch. Eigler <[email protected]> + + * debuginfod_get_user.3, _set_user.3: New functions, documented ... + * debuginfod_find_debuginfo.3: ... here. + * Makefile.am (notrans_dist_*_man3): List all debuginfod .3 functions. + +2020-02-25 Frank Ch. Eigler <[email protected]> + + * debuginfod.8: Note that -R works just like -Z.rpm . + +2020-02-25 Frank Ch. Eigler <[email protected]> + + * debuginfod.8: Document new --fdcache-prefetch option. + +2020-02-05 Frank Ch. Eigler <[email protected]> + + * debuginfod.8: Document new -Z flag and tweak other bits. + +2020-01-10 Mark Wielaard <[email protected]> + + * debuginfod_find_debuginfo.3 (DEBUGINFOD_PROGRESS): Mention progress + output goes to stderr. + +2020-01-11 Frank Ch. Eigler <[email protected] + + * debuginfod.8: Document --fdcache-fds and --fdcache-mbs opts. + +2020-01-11 Frank Ch. Eigler <[email protected]> + + * debuginfod.8: Rework sections dealing with traversal/scanning, + explaining new threading model. + +2020-01-02 Mark Wielaard <[email protected]> + + * debuginfod.8 (DEBUGINFOD_TIMEOUT): Document as seconds to + provide 100K, default 90. + * debuginfod-find.1 (DEBUGINFOD_TIMEOUT): Likewise. + * debuginfod_find_debuginfo.3 (DEBUGINFOD_TIMEOUT): Likewise. + +2019-12-22 Frank Ch. Eigler <[email protected] + + * debuginfod.8: Add -U (DEB) flag, generalize RPM to "archive". + +2019-12-04 Frank Ch. Eigler <[email protected]> + + * debuginfod-find.1: Bump default timeout to 30. + * debuginfod_find_debuginfo.3: Ditto. + Document $DEBUGINFOD_PROGRESS. + +2019-11-26 Frank Ch. Eigler <[email protected]> + Aaron Merey <[email protected]> + + * debuginfod.8, find-debuginfo.1, debuginfod_*.3: New files. + 2019-09-02 Mark Wielaard <[email protected]> * readelf.1 (symbols): Add optional section name. |