12021-11-05 Frank Ch. Eigler <fche@redhat.com> 2 3 PR28430 4 * debuginfod.8 (--passive): Document new flag & operation mode. 5 62021-08-28 Di Chen <dichen@redhat.com> 7 8 * debuginfod.8 (-d): Document ":memory:" as in-memory database. 9 102021-08-20 Di Chen <dichen@redhat.com> 11 12 * debuginfod.8: Add --forwarded-ttl-limit=NUM documentation. 13 142021-07-28 Alice Zhang <alizhang@redhat.com> 15 16 PR27950 17 * debuginfod-client-config.7: New file to store all cache config 18 infos. 19 * debuginfod-find.1: Removed redundant occurrences of environment 20 variables & cache control files. 21 * debuginfod.8: Likewise. 22 * debuginfod_find_debuginfo.3: Likewise. 23 * Makefile.am: Updated to include debuginfod-client-config.7 24 * man3, man7: Symlinks for source tree man page testing. 25 262021-08-04 Noah Sanci <nsanci@redhat.com> 27 28 PR27277 29 * debuginfod-find.1: Increasing verbosity describes the downloaded 30 file. 31 * debuginfod.8: Describe X-DEBUGINFOD-FILE, X-DEBUGINFOD-SIZE, and 32 X-DEBUGINFOD-ARCHIVE. 33 342021-07-26 Noah Sanci <nsanci@redhat.com> 35 36 PR27982 37 * debuginfod-find.1: Document DEBUGINFOD_MAXTIME 38 and DEBUGINFOD_MAXSIZE. 39 402021-04-23 Frank Ch. Eigler <fche@redhat.com> 41 42 PR27701 43 * debuginfod_find_debuginfo.3: Specify sequential reuse policy of 44 debuginfod_client objects. 45 462021-02-04 Frank Ch. Eigler <fche@redhat.com> 47 48 * debuginfod.8: Mention new --fdcache-mintmp option. 49 502020-12-11 Dmitry V. Levin <ldv@altlinux.org> 51 52 * debuginfod.8: Fix spelling typos. 53 * debuginfod_find_debuginfo.3: Likewise. 54 * elfutils.sgml: Likewise. 55 * readelf.1: Likewise. 56 572020-12-06 Dmitry V. Levin <ldv@altlinux.org> 58 59 * debuginfod_find_debuginfo.3: Document DEBUGINFOD_SONAME macro. 60 612020-11-11 Mark Wielaard <mark@klomp.org> 62 63 * debuginfod_find_debuginfo.3: Document debuginfod_set_verbose_fd 64 and DEBUGINFOD_VERBOSE. 65 * debuginfod_set_verbose_fd.3: New redirect to 66 debuginfod_find_debuginfo.3 67 682020-10-29 Frank Ch. Eigler <fche@redhat.com> 69 70 PR26775 71 * debuginfod.8: Document that SIGUSR1 interrupts the groom 72 cycle, and SIGUSR2 interrupts rescan. 73 742020-10-25 Mark Wielaard <mark@klomp.org> 75 76 * debuginfod_find_debuginfo.3 (ECONNREFUSED): Document that this 77 is also returned for a bad HTTPS server certificate. 78 792020-10-07 Frank Ch. Eigler <fche@redhat.com> 80 81 * debuginfod-find.1: Add missing .br for SYNOPSIS section. 82 832020-06-19 Mark Wielaard <mark@klomp.org> 84 85 * Makefile.am: Guard all client manpages with LIBDEBUGINFOD. 86 872020-03-29 Mark Wielaard <mark@klomp.org> 88 89 * debuginfod_find_debuginfo.3 (HTTP HEADER): Document the expected 90 header format and purpose. 91 922020-03-28 Frank Ch. Eigler <fche@redhat.com> 93 94 * debuginfod.8: Document valid --port=NUM range, excludes 0. 95 962020-03-27 Frank Ch. Eigler <fche@redhat.com> 97 98 * debuginfod-find.1: Document /path/-based buildid passing. 99 1002020-03-24 Frank Ch. Eigler <fche@redhat.com> 101 102 * debuginfod_add_http_header.3: New function, documented ... 103 * debuginfod_find_debuginfo.3: ... here. 104 * Makefile.am (notrans_dist_*_man3): Add it. 105 1062020-03-26 Frank Ch. Eigler <fche@redhat.com> 107 108 * debuginfod.8 (-R): Note zstd compression complications 109 and workaround. 110 1112020-03-24 Frank Ch. Eigler <fche@redhat.com> 112 113 * debuginfod-find.1, debuginfod_find_debuginfo.3: Document 114 source path canonicalization. 115 1162020-03-22 Frank Ch. Eigler <fche@redhat.com> 117 118 * debuginfod_get_url.3: New function, documented ... 119 * debuginfod_find_debuginfo.3: ... here. 120 * Makefile.am (notrans_dist_*_man3): Add it. 121 1222020-03-22 Frank Ch. Eigler <fche@redhat.com> 123 124 * debuginfod_get_user.3, _set_user.3: New functions, documented ... 125 * debuginfod_find_debuginfo.3: ... here. 126 * Makefile.am (notrans_dist_*_man3): List all debuginfod .3 functions. 127 1282020-02-25 Frank Ch. Eigler <fche@redhat.com> 129 130 * debuginfod.8: Note that -R works just like -Z.rpm . 131 1322020-02-25 Frank Ch. Eigler <fche@redhat.com> 133 134 * debuginfod.8: Document new --fdcache-prefetch option. 135 1362020-02-05 Frank Ch. Eigler <fche@redhat.com> 137 138 * debuginfod.8: Document new -Z flag and tweak other bits. 139 1402020-01-10 Mark Wielaard <mark@klomp.org> 141 142 * debuginfod_find_debuginfo.3 (DEBUGINFOD_PROGRESS): Mention progress 143 output goes to stderr. 144 1452020-01-11 Frank Ch. Eigler <fche@redhat.com 146 147 * debuginfod.8: Document --fdcache-fds and --fdcache-mbs opts. 148 1492020-01-11 Frank Ch. Eigler <fche@redhat.com> 150 151 * debuginfod.8: Rework sections dealing with traversal/scanning, 152 explaining new threading model. 153 1542020-01-02 Mark Wielaard <mark@klomp.org> 155 156 * debuginfod.8 (DEBUGINFOD_TIMEOUT): Document as seconds to 157 provide 100K, default 90. 158 * debuginfod-find.1 (DEBUGINFOD_TIMEOUT): Likewise. 159 * debuginfod_find_debuginfo.3 (DEBUGINFOD_TIMEOUT): Likewise. 160 1612019-12-22 Frank Ch. Eigler <fche@redhat.com 162 163 * debuginfod.8: Add -U (DEB) flag, generalize RPM to "archive". 164 1652019-12-04 Frank Ch. Eigler <fche@redhat.com> 166 167 * debuginfod-find.1: Bump default timeout to 30. 168 * debuginfod_find_debuginfo.3: Ditto. 169 Document $DEBUGINFOD_PROGRESS. 170 1712019-11-26 Frank Ch. Eigler <fche@redhat.com> 172 Aaron Merey <amerey@redhat.com> 173 174 * debuginfod.8, find-debuginfo.1, debuginfod_*.3: New files. 175 1762019-09-02 Mark Wielaard <mark@klomp.org> 177 178 * readelf.1 (symbols): Add optional section name. 179 (dyn-sym): Document new option. 180 1812019-08-28 Mark Wielaard <mark@klomp.org> 182 183 * COPYING: Rename to... 184 * COPYING-GFDL: ... this. 185 1862019-08-23 Ben Woodard <woodard@redhat.com> 187 188 * Updated the eu-readelf man page to make it match the options 189 that eu-readelf actually supports. 190 1912019-08-22 Ben Woodard <woodard@redhat.com>S 192 193 * Move the .1 man pages to the correct place. 194 1952019-08-21 Ben Woodard <woodard@redhat.com> 196 197 * Updated Changelog 198 * Added README 199 2002019-08-20 Ben Woodard <woodard@redhat.com> 201 202 * Added eu-elfclassify.1 man page based upon --help 203 * Forked binutils readelf page to make eu-readelf.1 man page 204 * Modified eu-readelf.1 to add -n:: option. 205 * Disabled sgml file building per mjw. 206 * Added man pages to Makefile.am 207 2082019-06-20 Ben Woodard <woodard@redhat.com> 209 210 * Added the beginnings of some man pages 211 2122019-08-21 Ben Woodard <woodard@redhat.com> 213 214 * Updated Changelog 215 * Added README 216 2172019-08-20 Ben Woodard <woodard@redhat.com> 218 219 * Added eu-elfclassify.1 man page based upon --help 220 * Forked binutils readelf page to make eu-readelf.1 man page 221 * Modified eu-readelf.1 to add -n:: option. 222 * Disabled sgml file building per mjw. 223 * Added man pages to Makefile.am 224 2252019-06-20 Ben Woodard <woodard@redhat.com> 226 227 * Added the beginnings of some man pages 228 2292005-04-29 Ulrich Drepper <drepper@redhat.com> 230 231 * elfutils.sgml: Some typo fixes and a few extensions. 232 Patch by Eric Christopher <echristo@redhat.com>. 233 2342005-02-22 Ulrich Drepper <drepper@redhat.com> 235 236 * Makefile.am: Prefer pdf. 237 2382003-08-11 Ulrich Drepper <drepper@redhat.com> 239 240 * Moved to CVS archive. 241