12022-10-31 Aaron Merey <amerey@redhat.com> 2 3 * Makefile.am (notrans_dist_man3_MANS): Add debuginfod_find_section.3. 4 * debuginfod_find_section.3: New file. 5 * debuginfod_find_debuginfo.3: Document debuginfod_find_section. 6 * debuginfod.8: Document section webapi. 7 82022-10-28 Arsen Arsenović <arsen@aarsen.me> 9 10 * readelf.1: Document the --syms alias. 11 122022-10-18 Daniel Thornburgh <dthorn@google.com> 13 14 * debuginfod_find_debuginfo.3: Document DEBUGINFOD_HEADERS_FILE. 15 162022-09-02 Frank Ch. Eigler <fche@redhat.com> 17 18 * debuginfod_find_debuginfo.3: Tweaked debuginfod_get_headers docs. 19 202022-07-15 Noah Sanci <nsanci@redhat.com> 21 22 * debuginfod_find_debuginfo.3: Explained debuginfod_get_headers 23 usage. 24 * debuginfod_get_headers.3: Created. 25 262022-09-02 Aaron Merey <amerey@redhat.com> 27 28 * debuginfod.8 (-C): Update description. 29 302022-06-03 Michael Trapp <michael.trapp@sap.com> 31 32 * debuginfod.8 (--disable-source-scan): Document. 33 342022-05-09 Frank Ch. Eigler <fche@redhat.com> 35 36 * debuginfod.8: Tweak prefetch descriptions. 37 382022-01-31 Frank Ch. Eigler <fche@redhat.com> 39 40 * debuginfod-client-config.7: Elaborate DEBUGINFOD_URLS. 41 422021-12-08 Frank Ch. Eigler <fche@redhat.com> 43 44 PR28661 45 * debuginfod.8 (-C): Document new flag. 46 472021-11-05 Frank Ch. Eigler <fche@redhat.com> 48 49 PR28430 50 * debuginfod.8 (--passive): Document new flag & operation mode. 51 522021-08-28 Di Chen <dichen@redhat.com> 53 54 * debuginfod.8 (-d): Document ":memory:" as in-memory database. 55 562021-08-20 Di Chen <dichen@redhat.com> 57 58 * debuginfod.8: Add --forwarded-ttl-limit=NUM documentation. 59 602021-07-28 Alice Zhang <alizhang@redhat.com> 61 62 PR27950 63 * debuginfod-client-config.7: New file to store all cache config 64 infos. 65 * debuginfod-find.1: Removed redundant occurrences of environment 66 variables & cache control files. 67 * debuginfod.8: Likewise. 68 * debuginfod_find_debuginfo.3: Likewise. 69 * Makefile.am: Updated to include debuginfod-client-config.7 70 * man3, man7: Symlinks for source tree man page testing. 71 722021-08-04 Noah Sanci <nsanci@redhat.com> 73 74 PR27277 75 * debuginfod-find.1: Increasing verbosity describes the downloaded 76 file. 77 * debuginfod.8: Describe X-DEBUGINFOD-FILE, X-DEBUGINFOD-SIZE, and 78 X-DEBUGINFOD-ARCHIVE. 79 802021-07-26 Noah Sanci <nsanci@redhat.com> 81 82 PR27982 83 * debuginfod-find.1: Document DEBUGINFOD_MAXTIME 84 and DEBUGINFOD_MAXSIZE. 85 862021-04-23 Frank Ch. Eigler <fche@redhat.com> 87 88 PR27701 89 * debuginfod_find_debuginfo.3: Specify sequential reuse policy of 90 debuginfod_client objects. 91 922021-02-04 Frank Ch. Eigler <fche@redhat.com> 93 94 * debuginfod.8: Mention new --fdcache-mintmp option. 95 962020-12-11 Dmitry V. Levin <ldv@altlinux.org> 97 98 * debuginfod.8: Fix spelling typos. 99 * debuginfod_find_debuginfo.3: Likewise. 100 * elfutils.sgml: Likewise. 101 * readelf.1: Likewise. 102 1032020-12-06 Dmitry V. Levin <ldv@altlinux.org> 104 105 * debuginfod_find_debuginfo.3: Document DEBUGINFOD_SONAME macro. 106 1072020-11-11 Mark Wielaard <mark@klomp.org> 108 109 * debuginfod_find_debuginfo.3: Document debuginfod_set_verbose_fd 110 and DEBUGINFOD_VERBOSE. 111 * debuginfod_set_verbose_fd.3: New redirect to 112 debuginfod_find_debuginfo.3 113 1142020-10-29 Frank Ch. Eigler <fche@redhat.com> 115 116 PR26775 117 * debuginfod.8: Document that SIGUSR1 interrupts the groom 118 cycle, and SIGUSR2 interrupts rescan. 119 1202020-10-25 Mark Wielaard <mark@klomp.org> 121 122 * debuginfod_find_debuginfo.3 (ECONNREFUSED): Document that this 123 is also returned for a bad HTTPS server certificate. 124 1252020-10-07 Frank Ch. Eigler <fche@redhat.com> 126 127 * debuginfod-find.1: Add missing .br for SYNOPSIS section. 128 1292020-06-19 Mark Wielaard <mark@klomp.org> 130 131 * Makefile.am: Guard all client manpages with LIBDEBUGINFOD. 132 1332020-03-29 Mark Wielaard <mark@klomp.org> 134 135 * debuginfod_find_debuginfo.3 (HTTP HEADER): Document the expected 136 header format and purpose. 137 1382020-03-28 Frank Ch. Eigler <fche@redhat.com> 139 140 * debuginfod.8: Document valid --port=NUM range, excludes 0. 141 1422020-03-27 Frank Ch. Eigler <fche@redhat.com> 143 144 * debuginfod-find.1: Document /path/-based buildid passing. 145 1462020-03-24 Frank Ch. Eigler <fche@redhat.com> 147 148 * debuginfod_add_http_header.3: New function, documented ... 149 * debuginfod_find_debuginfo.3: ... here. 150 * Makefile.am (notrans_dist_*_man3): Add it. 151 1522020-03-26 Frank Ch. Eigler <fche@redhat.com> 153 154 * debuginfod.8 (-R): Note zstd compression complications 155 and workaround. 156 1572020-03-24 Frank Ch. Eigler <fche@redhat.com> 158 159 * debuginfod-find.1, debuginfod_find_debuginfo.3: Document 160 source path canonicalization. 161 1622020-03-22 Frank Ch. Eigler <fche@redhat.com> 163 164 * debuginfod_get_url.3: New function, documented ... 165 * debuginfod_find_debuginfo.3: ... here. 166 * Makefile.am (notrans_dist_*_man3): Add it. 167 1682020-03-22 Frank Ch. Eigler <fche@redhat.com> 169 170 * debuginfod_get_user.3, _set_user.3: New functions, documented ... 171 * debuginfod_find_debuginfo.3: ... here. 172 * Makefile.am (notrans_dist_*_man3): List all debuginfod .3 functions. 173 1742020-02-25 Frank Ch. Eigler <fche@redhat.com> 175 176 * debuginfod.8: Note that -R works just like -Z.rpm . 177 1782020-02-25 Frank Ch. Eigler <fche@redhat.com> 179 180 * debuginfod.8: Document new --fdcache-prefetch option. 181 1822020-02-05 Frank Ch. Eigler <fche@redhat.com> 183 184 * debuginfod.8: Document new -Z flag and tweak other bits. 185 1862020-01-10 Mark Wielaard <mark@klomp.org> 187 188 * debuginfod_find_debuginfo.3 (DEBUGINFOD_PROGRESS): Mention progress 189 output goes to stderr. 190 1912020-01-11 Frank Ch. Eigler <fche@redhat.com 192 193 * debuginfod.8: Document --fdcache-fds and --fdcache-mbs opts. 194 1952020-01-11 Frank Ch. Eigler <fche@redhat.com> 196 197 * debuginfod.8: Rework sections dealing with traversal/scanning, 198 explaining new threading model. 199 2002020-01-02 Mark Wielaard <mark@klomp.org> 201 202 * debuginfod.8 (DEBUGINFOD_TIMEOUT): Document as seconds to 203 provide 100K, default 90. 204 * debuginfod-find.1 (DEBUGINFOD_TIMEOUT): Likewise. 205 * debuginfod_find_debuginfo.3 (DEBUGINFOD_TIMEOUT): Likewise. 206 2072019-12-22 Frank Ch. Eigler <fche@redhat.com 208 209 * debuginfod.8: Add -U (DEB) flag, generalize RPM to "archive". 210 2112019-12-04 Frank Ch. Eigler <fche@redhat.com> 212 213 * debuginfod-find.1: Bump default timeout to 30. 214 * debuginfod_find_debuginfo.3: Ditto. 215 Document $DEBUGINFOD_PROGRESS. 216 2172019-11-26 Frank Ch. Eigler <fche@redhat.com> 218 Aaron Merey <amerey@redhat.com> 219 220 * debuginfod.8, find-debuginfo.1, debuginfod_*.3: New files. 221 2222019-09-02 Mark Wielaard <mark@klomp.org> 223 224 * readelf.1 (symbols): Add optional section name. 225 (dyn-sym): Document new option. 226 2272019-08-28 Mark Wielaard <mark@klomp.org> 228 229 * COPYING: Rename to... 230 * COPYING-GFDL: ... this. 231 2322019-08-23 Ben Woodard <woodard@redhat.com> 233 234 * Updated the eu-readelf man page to make it match the options 235 that eu-readelf actually supports. 236 2372019-08-22 Ben Woodard <woodard@redhat.com>S 238 239 * Move the .1 man pages to the correct place. 240 2412019-08-21 Ben Woodard <woodard@redhat.com> 242 243 * Updated Changelog 244 * Added README 245 2462019-08-20 Ben Woodard <woodard@redhat.com> 247 248 * Added eu-elfclassify.1 man page based upon --help 249 * Forked binutils readelf page to make eu-readelf.1 man page 250 * Modified eu-readelf.1 to add -n:: option. 251 * Disabled sgml file building per mjw. 252 * Added man pages to Makefile.am 253 2542019-06-20 Ben Woodard <woodard@redhat.com> 255 256 * Added the beginnings of some man pages 257 2582019-08-21 Ben Woodard <woodard@redhat.com> 259 260 * Updated Changelog 261 * Added README 262 2632019-08-20 Ben Woodard <woodard@redhat.com> 264 265 * Added eu-elfclassify.1 man page based upon --help 266 * Forked binutils readelf page to make eu-readelf.1 man page 267 * Modified eu-readelf.1 to add -n:: option. 268 * Disabled sgml file building per mjw. 269 * Added man pages to Makefile.am 270 2712019-06-20 Ben Woodard <woodard@redhat.com> 272 273 * Added the beginnings of some man pages 274 2752005-04-29 Ulrich Drepper <drepper@redhat.com> 276 277 * elfutils.sgml: Some typo fixes and a few extensions. 278 Patch by Eric Christopher <echristo@redhat.com>. 279 2802005-02-22 Ulrich Drepper <drepper@redhat.com> 281 282 * Makefile.am: Prefer pdf. 283 2842003-08-11 Ulrich Drepper <drepper@redhat.com> 285 286 * Moved to CVS archive. 287