• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
12023-02-14  Mark Wielaard  <mark@klomp.org>
2
3	* debuginfod.8: Add .TP before -g.
4
52023-01-11  Frank Ch. Eigler  <fche@redhat.com>
6
7	* debuginfod.8: Tweak -c/-C documentation for heuristic defaults.
8
92022-10-31  Aaron Merey  <amerey@redhat.com>
10
11	* Makefile.am (notrans_dist_man3_MANS): Add debuginfod_find_section.3.
12	* debuginfod_find_section.3: New file.
13	* debuginfod_find_debuginfo.3: Document debuginfod_find_section.
14	* debuginfod.8: Document section webapi.
15
162022-10-28  Arsen Arsenović  <arsen@aarsen.me>
17
18	* readelf.1: Document the --syms alias.
19
202022-10-18  Daniel Thornburgh  <dthorn@google.com>
21
22	* debuginfod_find_debuginfo.3: Document DEBUGINFOD_HEADERS_FILE.
23
242022-09-02  Frank Ch. Eigler  <fche@redhat.com>
25
26	* debuginfod_find_debuginfo.3: Tweaked debuginfod_get_headers docs.
27
282022-07-15  Noah Sanci  <nsanci@redhat.com>
29
30	* debuginfod_find_debuginfo.3: Explained debuginfod_get_headers
31	usage.
32	* debuginfod_get_headers.3: Created.
33
342022-09-02  Aaron Merey  <amerey@redhat.com>
35
36	* debuginfod.8 (-C): Update description.
37
382022-06-03  Michael Trapp <michael.trapp@sap.com>
39
40	* debuginfod.8 (--disable-source-scan): Document.
41
422022-05-09  Frank Ch. Eigler  <fche@redhat.com>
43
44	* debuginfod.8: Tweak prefetch descriptions.
45
462022-01-31  Frank Ch. Eigler  <fche@redhat.com>
47
48	* debuginfod-client-config.7: Elaborate DEBUGINFOD_URLS.
49
502021-12-08  Frank Ch. Eigler  <fche@redhat.com>
51
52	PR28661
53	* debuginfod.8 (-C): Document new flag.
54
552021-11-05  Frank Ch. Eigler  <fche@redhat.com>
56
57	PR28430
58	* debuginfod.8 (--passive): Document new flag & operation mode.
59
602021-08-28  Di Chen  <dichen@redhat.com>
61
62	* debuginfod.8 (-d): Document ":memory:" as in-memory database.
63
642021-08-20  Di Chen  <dichen@redhat.com>
65
66	* debuginfod.8: Add --forwarded-ttl-limit=NUM documentation.
67
682021-07-28  Alice Zhang <alizhang@redhat.com>
69
70	PR27950
71	* debuginfod-client-config.7: New file to store all cache config
72	infos.
73	* debuginfod-find.1: Removed redundant occurrences of environment
74	variables & cache control files.
75	* debuginfod.8: Likewise.
76	* debuginfod_find_debuginfo.3: Likewise.
77	* Makefile.am: Updated to include debuginfod-client-config.7
78	* man3, man7: Symlinks for source tree man page testing.
79
802021-08-04  Noah Sanci  <nsanci@redhat.com>
81
82	PR27277
83	* debuginfod-find.1: Increasing verbosity describes the downloaded
84	file.
85	* debuginfod.8: Describe X-DEBUGINFOD-FILE, X-DEBUGINFOD-SIZE, and
86	X-DEBUGINFOD-ARCHIVE.
87
882021-07-26  Noah Sanci <nsanci@redhat.com>
89
90	PR27982
91	* debuginfod-find.1: Document DEBUGINFOD_MAXTIME
92	and DEBUGINFOD_MAXSIZE.
93
942021-04-23  Frank Ch. Eigler <fche@redhat.com>
95
96	PR27701
97	* debuginfod_find_debuginfo.3: Specify sequential reuse policy of
98	debuginfod_client objects.
99
1002021-02-04  Frank Ch. Eigler <fche@redhat.com>
101
102	* debuginfod.8: Mention new --fdcache-mintmp option.
103
1042020-12-11  Dmitry V. Levin  <ldv@altlinux.org>
105
106	* debuginfod.8: Fix spelling typos.
107	* debuginfod_find_debuginfo.3: Likewise.
108	* elfutils.sgml: Likewise.
109	* readelf.1: Likewise.
110
1112020-12-06  Dmitry V. Levin  <ldv@altlinux.org>
112
113	* debuginfod_find_debuginfo.3: Document DEBUGINFOD_SONAME macro.
114
1152020-11-11  Mark Wielaard  <mark@klomp.org>
116
117	* debuginfod_find_debuginfo.3: Document debuginfod_set_verbose_fd
118	and DEBUGINFOD_VERBOSE.
119	* debuginfod_set_verbose_fd.3: New redirect to
120	debuginfod_find_debuginfo.3
121
1222020-10-29  Frank Ch. Eigler  <fche@redhat.com>
123
124	PR26775
125	* debuginfod.8: Document that SIGUSR1 interrupts the groom
126	cycle, and SIGUSR2 interrupts rescan.
127
1282020-10-25  Mark Wielaard  <mark@klomp.org>
129
130	* debuginfod_find_debuginfo.3 (ECONNREFUSED): Document that this
131	is also returned for a bad HTTPS server certificate.
132
1332020-10-07  Frank Ch. Eigler  <fche@redhat.com>
134
135	* debuginfod-find.1: Add missing .br for SYNOPSIS section.
136
1372020-06-19  Mark Wielaard  <mark@klomp.org>
138
139	* Makefile.am: Guard all client manpages with LIBDEBUGINFOD.
140
1412020-03-29  Mark Wielaard  <mark@klomp.org>
142
143	* debuginfod_find_debuginfo.3 (HTTP HEADER): Document the expected
144	header format and purpose.
145
1462020-03-28  Frank Ch. Eigler  <fche@redhat.com>
147
148	* debuginfod.8: Document valid --port=NUM range, excludes 0.
149
1502020-03-27  Frank Ch. Eigler  <fche@redhat.com>
151
152	* debuginfod-find.1: Document /path/-based buildid passing.
153
1542020-03-24  Frank Ch. Eigler  <fche@redhat.com>
155
156	* debuginfod_add_http_header.3: New function, documented ...
157	* debuginfod_find_debuginfo.3: ... here.
158	* Makefile.am (notrans_dist_*_man3): Add it.
159
1602020-03-26  Frank Ch. Eigler  <fche@redhat.com>
161
162	* debuginfod.8 (-R): Note zstd compression complications
163	and workaround.
164
1652020-03-24  Frank Ch. Eigler  <fche@redhat.com>
166
167	* debuginfod-find.1, debuginfod_find_debuginfo.3: Document
168	source path canonicalization.
169
1702020-03-22  Frank Ch. Eigler  <fche@redhat.com>
171
172	* debuginfod_get_url.3: New function, documented ...
173	* debuginfod_find_debuginfo.3: ... here.
174	* Makefile.am (notrans_dist_*_man3): Add it.
175
1762020-03-22  Frank Ch. Eigler  <fche@redhat.com>
177
178	* debuginfod_get_user.3, _set_user.3: New functions, documented ...
179	* debuginfod_find_debuginfo.3: ... here.
180	* Makefile.am (notrans_dist_*_man3): List all debuginfod .3 functions.
181
1822020-02-25  Frank Ch. Eigler  <fche@redhat.com>
183
184	* debuginfod.8: Note that -R works just like -Z.rpm .
185
1862020-02-25  Frank Ch. Eigler  <fche@redhat.com>
187
188	* debuginfod.8: Document new --fdcache-prefetch option.
189
1902020-02-05  Frank Ch. Eigler  <fche@redhat.com>
191
192	* debuginfod.8: Document new -Z flag and tweak other bits.
193
1942020-01-10  Mark Wielaard  <mark@klomp.org>
195
196	* debuginfod_find_debuginfo.3 (DEBUGINFOD_PROGRESS): Mention progress
197	output goes to stderr.
198
1992020-01-11  Frank Ch. Eigler  <fche@redhat.com
200
201	* debuginfod.8: Document --fdcache-fds and --fdcache-mbs opts.
202
2032020-01-11  Frank Ch. Eigler  <fche@redhat.com>
204
205	* debuginfod.8: Rework sections dealing with traversal/scanning,
206	explaining new threading model.
207
2082020-01-02  Mark Wielaard  <mark@klomp.org>
209
210	* debuginfod.8 (DEBUGINFOD_TIMEOUT): Document as seconds to
211	provide 100K, default 90.
212	* debuginfod-find.1 (DEBUGINFOD_TIMEOUT): Likewise.
213	* debuginfod_find_debuginfo.3 (DEBUGINFOD_TIMEOUT): Likewise.
214
2152019-12-22  Frank Ch. Eigler  <fche@redhat.com
216
217	* debuginfod.8: Add -U (DEB) flag, generalize RPM to "archive".
218
2192019-12-04  Frank Ch. Eigler  <fche@redhat.com>
220
221	* debuginfod-find.1: Bump default timeout to 30.
222	* debuginfod_find_debuginfo.3: Ditto.
223	Document $DEBUGINFOD_PROGRESS.
224
2252019-11-26  Frank Ch. Eigler  <fche@redhat.com>
226	    Aaron Merey  <amerey@redhat.com>
227
228	* debuginfod.8, find-debuginfo.1, debuginfod_*.3: New files.
229
2302019-09-02  Mark Wielaard  <mark@klomp.org>
231
232	* readelf.1 (symbols): Add optional section name.
233	(dyn-sym): Document new option.
234
2352019-08-28  Mark Wielaard  <mark@klomp.org>
236
237	* COPYING: Rename to...
238	* COPYING-GFDL: ... this.
239
2402019-08-23  Ben Woodard  <woodard@redhat.com>
241
242	* Updated the eu-readelf man page to make it match the options
243	that eu-readelf actually supports.
244
2452019-08-22  Ben Woodard  <woodard@redhat.com>S
246
247	* Move the .1 man pages to the correct place.
248
2492019-08-21  Ben Woodard  <woodard@redhat.com>
250
251	* Updated Changelog
252	* Added README
253
2542019-08-20  Ben Woodard  <woodard@redhat.com>
255
256	* Added eu-elfclassify.1 man page based upon --help
257	* Forked binutils readelf page to make eu-readelf.1 man page
258	* Modified eu-readelf.1 to add -n:: option.
259	* Disabled sgml file building per mjw.
260	* Added man pages to Makefile.am
261
2622019-06-20  Ben Woodard  <woodard@redhat.com>
263
264	* Added the beginnings of some man pages
265
2662019-08-21  Ben Woodard  <woodard@redhat.com>
267
268	* Updated Changelog
269	* Added README
270
2712019-08-20  Ben Woodard  <woodard@redhat.com>
272
273	* Added eu-elfclassify.1 man page based upon --help
274	* Forked binutils readelf page to make eu-readelf.1 man page
275	* Modified eu-readelf.1 to add -n:: option.
276	* Disabled sgml file building per mjw.
277	* Added man pages to Makefile.am
278
2792019-06-20 Ben Woodard <woodard@redhat.com>
280
281	* Added the beginnings of some man pages
282
2832005-04-29  Ulrich Drepper  <drepper@redhat.com>
284
285	* elfutils.sgml: Some typo fixes and a few extensions.
286	Patch by Eric Christopher <echristo@redhat.com>.
287
2882005-02-22  Ulrich Drepper  <drepper@redhat.com>
289
290	* Makefile.am: Prefer pdf.
291
2922003-08-11  Ulrich Drepper  <drepper@redhat.com>
293
294	* Moved to CVS archive.
295