12021-02-04 Frank Ch. Eigler <fche@redhat.com> 2 3 * debuginfod.8: Mention new --fdcache-mintmp option. 4 52020-12-11 Dmitry V. Levin <ldv@altlinux.org> 6 7 * debuginfod.8: Fix spelling typos. 8 * debuginfod_find_debuginfo.3: Likewise. 9 * elfutils.sgml: Likewise. 10 * readelf.1: Likewise. 11 122020-12-06 Dmitry V. Levin <ldv@altlinux.org> 13 14 * debuginfod_find_debuginfo.3: Document DEBUGINFOD_SONAME macro. 15 162020-11-11 Mark Wielaard <mark@klomp.org> 17 18 * debuginfod_find_debuginfo.3: Document debuginfod_set_verbose_fd 19 and DEBUGINFOD_VERBOSE. 20 * debuginfod_set_verbose_fd.3: New redirect to 21 debuginfod_find_debuginfo.3 22 232020-10-29 Frank Ch. Eigler <fche@redhat.com> 24 25 PR26775 26 * debuginfod.8: Document that SIGUSR1 interrupts the groom 27 cycle, and SIGUSR2 interrupts rescan. 28 292020-10-25 Mark Wielaard <mark@klomp.org> 30 31 * debuginfod_find_debuginfo.3 (ECONNREFUSED): Document that this 32 is also returned for a bad HTTPS server certificate. 33 342020-10-07 Frank Ch. Eigler <fche@redhat.com> 35 36 * debuginfod-find.1: Add missing .br for SYNOPSIS section. 37 382020-06-19 Mark Wielaard <mark@klomp.org> 39 40 * Makefile.am: Guard all client manpages with LIBDEBUGINFOD. 41 422020-03-29 Mark Wielaard <mark@klomp.org> 43 44 * debuginfod_find_debuginfo.3 (HTTP HEADER): Document the expected 45 header format and purpose. 46 472020-03-28 Frank Ch. Eigler <fche@redhat.com> 48 49 * debuginfod.8: Document valid --port=NUM range, excludes 0. 50 512020-03-27 Frank Ch. Eigler <fche@redhat.com> 52 53 * debuginfod-find.1: Document /path/-based buildid passing. 54 552020-03-24 Frank Ch. Eigler <fche@redhat.com> 56 57 * debuginfod_add_http_header.3: New function, documented ... 58 * debuginfod_find_debuginfo.3: ... here. 59 * Makefile.am (notrans_dist_*_man3): Add it. 60 612020-03-26 Frank Ch. Eigler <fche@redhat.com> 62 63 * debuginfod.8 (-R): Note zstd compression complications 64 and workaround. 65 662020-03-24 Frank Ch. Eigler <fche@redhat.com> 67 68 * debuginfod-find.1, debuginfod_find_debuginfo.3: Document 69 source path canonicalization. 70 712020-03-22 Frank Ch. Eigler <fche@redhat.com> 72 73 * debuginfod_get_url.3: New function, documented ... 74 * debuginfod_find_debuginfo.3: ... here. 75 * Makefile.am (notrans_dist_*_man3): Add it. 76 772020-03-22 Frank Ch. Eigler <fche@redhat.com> 78 79 * debuginfod_get_user.3, _set_user.3: New functions, documented ... 80 * debuginfod_find_debuginfo.3: ... here. 81 * Makefile.am (notrans_dist_*_man3): List all debuginfod .3 functions. 82 832020-02-25 Frank Ch. Eigler <fche@redhat.com> 84 85 * debuginfod.8: Note that -R works just like -Z.rpm . 86 872020-02-25 Frank Ch. Eigler <fche@redhat.com> 88 89 * debuginfod.8: Document new --fdcache-prefetch option. 90 912020-02-05 Frank Ch. Eigler <fche@redhat.com> 92 93 * debuginfod.8: Document new -Z flag and tweak other bits. 94 952020-01-10 Mark Wielaard <mark@klomp.org> 96 97 * debuginfod_find_debuginfo.3 (DEBUGINFOD_PROGRESS): Mention progress 98 output goes to stderr. 99 1002020-01-11 Frank Ch. Eigler <fche@redhat.com 101 102 * debuginfod.8: Document --fdcache-fds and --fdcache-mbs opts. 103 1042020-01-11 Frank Ch. Eigler <fche@redhat.com> 105 106 * debuginfod.8: Rework sections dealing with traversal/scanning, 107 explaining new threading model. 108 1092020-01-02 Mark Wielaard <mark@klomp.org> 110 111 * debuginfod.8 (DEBUGINFOD_TIMEOUT): Document as seconds to 112 provide 100K, default 90. 113 * debuginfod-find.1 (DEBUGINFOD_TIMEOUT): Likewise. 114 * debuginfod_find_debuginfo.3 (DEBUGINFOD_TIMEOUT): Likewise. 115 1162019-12-22 Frank Ch. Eigler <fche@redhat.com 117 118 * debuginfod.8: Add -U (DEB) flag, generalize RPM to "archive". 119 1202019-12-04 Frank Ch. Eigler <fche@redhat.com> 121 122 * debuginfod-find.1: Bump default timeout to 30. 123 * debuginfod_find_debuginfo.3: Ditto. 124 Document $DEBUGINFOD_PROGRESS. 125 1262019-11-26 Frank Ch. Eigler <fche@redhat.com> 127 Aaron Merey <amerey@redhat.com> 128 129 * debuginfod.8, find-debuginfo.1, debuginfod_*.3: New files. 130 1312019-09-02 Mark Wielaard <mark@klomp.org> 132 133 * readelf.1 (symbols): Add optional section name. 134 (dyn-sym): Document new option. 135 1362019-08-28 Mark Wielaard <mark@klomp.org> 137 138 * COPYING: Rename to... 139 * COPYING-GFDL: ... this. 140 1412019-08-23 Ben Woodard <woodard@redhat.com> 142 143 * Updated the eu-readelf man page to make it match the options 144 that eu-readelf actually supports. 145 1462019-08-22 Ben Woodard <woodard@redhat.com>S 147 148 * Move the .1 man pages to the correct place. 149 1502019-08-21 Ben Woodard <woodard@redhat.com> 151 152 * Updated Changelog 153 * Added README 154 1552019-08-20 Ben Woodard <woodard@redhat.com> 156 157 * Added eu-elfclassify.1 man page based upon --help 158 * Forked binutils readelf page to make eu-readelf.1 man page 159 * Modified eu-readelf.1 to add -n:: option. 160 * Disabled sgml file building per mjw. 161 * Added man pages to Makefile.am 162 1632019-06-20 Ben Woodard <woodard@redhat.com> 164 165 * Added the beginnings of some man pages 166 1672019-08-21 Ben Woodard <woodard@redhat.com> 168 169 * Updated Changelog 170 * Added README 171 1722019-08-20 Ben Woodard <woodard@redhat.com> 173 174 * Added eu-elfclassify.1 man page based upon --help 175 * Forked binutils readelf page to make eu-readelf.1 man page 176 * Modified eu-readelf.1 to add -n:: option. 177 * Disabled sgml file building per mjw. 178 * Added man pages to Makefile.am 179 1802019-06-20 Ben Woodard <woodard@redhat.com> 181 182 * Added the beginnings of some man pages 183 1842005-04-29 Ulrich Drepper <drepper@redhat.com> 185 186 * elfutils.sgml: Some typo fixes and a few extensions. 187 Patch by Eric Christopher <echristo@redhat.com>. 188 1892005-02-22 Ulrich Drepper <drepper@redhat.com> 190 191 * Makefile.am: Prefer pdf. 192 1932003-08-11 Ulrich Drepper <drepper@redhat.com> 194 195 * Moved to CVS archive. 196