]> sjero.net Git - wget/blob - ChangeLog
69fadae907a5cf5ce7d4afc347dc842ebd0a696b
[wget] / ChangeLog
1 2001-03-27  Dan Harkless  <wget@harkless.org>
2
3         * INSTALL: Updated to reflect --with-ssl's new optional parameter.
4
5         * configure.in: Christian Fraenkel's tests for -lcrypto and -lssl
6         were in the wrong order, causing a link failure if you're using
7         libcrypto.a and libssl.a rather than shared libraries.  Also put
8         in checks for -ldl, necessary since the libcrypto shared library
9         doesn't record its dependency on libdl.
10
11 2001-03-26  Dan Harkless  <wget@harkless.org>
12
13         * TODO: -p should probably go "_two_ more hops" on <FRAMESET> pages.
14
15 2001-03-22  Dan Harkless  <wget@harkless.org>
16
17         * MACHINES: Added rs6000-ibm-aix4.3.3.0.
18
19 2001-03-21  Dan Harkless  <wget@harkless.org>
20
21         * MACHINES: Added armv4l-unknown-linux-gnu.
22
23 2001-03-20  Dan Harkless  <wget@harkless.org>
24
25         * TODO: Oops.  Hostless absolute link conversion _is_ working.  My
26         test that led me to believe it wasn't was exposing a different bug
27         -- URLs specified on the commandline as opposed to being recursed
28         to don't always get re-converted at the end of the Wget run.
29
30 2001-03-17  Dan Harkless  <wget@harkless.org>
31
32         * aclocal.m4: Appended libtool 1.3.5's libtool.m4 to it.
33
34         * configure.in: Use AM_PROG_LIBTOOL macro (now defined in our 
35         aclocal.m4) to create a libtool script from ltconfig and ltmain.sh.
36         If --with-ssl specified, look in /usr/local/ssl/lib by default for
37         OpenSSL libs.  Allow override with --with-ssl=<OpenSSL_root_dir>.
38         Set up -I<OpenSSL_root_dir>/include and -R<OpenSSL_root_dir>/lib
39         (possibly rewritten by libtool) as well.  Don't appear to be
40         looking for a function main() in -lcrypto.  If the OpenSSL lib
41         checks fail, don't just silently build a wget without https
42         support -- issue a warning.  Define top_builddir.
43
44         * ltconfig: New file from libtool 1.3.5 distribution.
45
46         * ltmain.sh: New file from libtool 1.3.5 distribution.
47
48         * {.,po,util,windows}/Makefile.in: Define top_builddir.
49
50 2001-03-16  Dan Harkless  <wget@harkless.org>
51
52         * TODO: For some reason on 2000-11-19, Hrvoje removed the item
53         about converting hostless absolute links.  That isn't working yet,
54         so I've put the item back, with a modified wording.
55
56         * config.guess: Hadn't been updated since 1996 -- didn't work for recent
57         machines and OSes, such as NetWinder ARM Linux.  Updated to latest 
58         version (2001-03-16) from <ftp://ftp.gnu.org/pub/gnu/config/>.
59         
60         * config.sub: Ditto -- updated to latest version (2001-03-12).
61         
62 2001-03-12  Dan Harkless  <wget@harkless.org>
63
64         * TODO: Only normal recursion should respect -np -- page-requisite
65         recursion should not.
66
67 2001-03-07  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
68
69         * TODO: Removed an obsolete item about adding VMS and MS FTP
70         server support.
71
72 2001-03-05  Dan Harkless  <wget@harkless.org>
73
74         * TODO: Add a --range option to download only a given byte range.
75
76 2001-03-01  Dan Harkless  <wget@harkless.org>
77
78         * ChangeLog.README: Renamed from README.branches and added a note
79         that Wget has multiple ChangeLog files (currently ./ChangeLog,
80         doc/ChangeLog, and src/ChangeLog), since this is unusual and
81         people have complained their patches hadn't been applied after
82         checking only the top-level ChangeLog.
83
84 2001-02-28  Dan Harkless  <wget@harkless.org>
85
86         * MACHINES: Explicitly tell people to send us config.guess output.
87
88 2001-02-27  Dan Harkless  <wget@harkless.org>
89
90         * TODO: Re-use FTP connection if multiple URLs on one host
91         specified.  Make "ftp://<host>/%2F<file>" cause an initial "CWD /".
92
93 2001-02-23  Dan Harkless  <wget@harkless.org>
94
95         * NEWS: Note that Wget now has a man page again.
96
97         * po/*.po*: Updated after changing --help's description of -N and
98         moving -nr to a different category.
99
100         * TODO: "Timestamps are sometimes not copied over on files
101         retrieved by FTP." removed.  Hopefully all the failures I was
102         seeing were due to the fact that it wasn't documented that
103         non-globbing, non-recursive FTP downloads need -N to get the
104         remote timestamp to be preserved.
105
106 2001-02-22  Dan Harkless  <wget@harkless.org>
107
108         * TODO: Remove empty directories created due to --accept/--reject.
109
110         * configure.in: Look for perl and pod2man and make substitutions.
111         
112         * Makefile.in (install): Do install.man if we have pod2man.
113
114 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
115
116         * windows/Makefile.src: Removed references to ftpparse sources.
117
118         * windows/wget.dep: Ditto.
119
120         * windows/Makefile.watcom: Ditto. 
121
122 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
123
124         * windows/Makefile.src: Don't attempt to compile in alloca.c; it
125         doesn't work and it's not needed.
126
127 2001-01-16  Hrvoje Niksic  <hniksic@arsdigita.com>
128
129         * NEWS: Added more NEWS items.
130
131 2001-01-15  Dan Harkless  <wget@harkless.org>
132
133         * NEWS: Was not being maintained.  Added some significant 1.7-dev stuff.
134
135 2001-01-15  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
136
137         * util/wget.spec: Updated to 1.7, merged with the spec file from
138         RedHat.
139
140         * po/Makefile.in.in: `make realclean' equal to `make
141         maintainer-clean'.
142
143         * Makefile.in (realclean-top): Remove 'configure' as well. 
144
145 2001-01-11  Dan Harkless  <wget@harkless.org>
146
147         * TODO: If -c used with -N, check to make sure a file hasn't
148         changed on the server before "continuing" to download it.
149         
150 2001-01-11  Adrian Aichner  <Adrian.Aichner@t-online.de>
151
152         * windows/Makefile.src: Updated.
153
154         * windows/wget.dep: Ditto.
155
156 2001-01-09  Dan Harkless  <wget@harkless.org>
157
158         * TODO: If -c is on, don't re-download a 100%-downloaded file.
159         
160         * TODO: The bug where you couldn't recurse into ftp directories if
161         logging in put you somewhere else besides the server's "/"
162         directory got fixed without the TODO entry for it being removed.
163
164         * TODO: Add a "rollback" option to have --continue throw away X
165         corrupted (e.g. by proxy) bytes from end of file before resuming.
166
167         * po/*.po*: Updated after changing --help's description of -c.
168
169 2001-01-06  Dan Harkless  <wget@harkless.org>
170
171         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
172         the best way to go about my aim.  Removed them in favor of:
173
174         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
175
176         * README.branches: Explains the 1.6_branch.ChangeLog files.
177
178         * README.cvs: Falsely claimed you only needed GNU autoconf to
179         build from the CVS sources.  You also need GNU gettext and
180         texinfo.  I also did a bunch of general re-writing of this file.
181
182 2001-01-03  Dan Harkless  <wget@harkless.org>
183
184         * TODO: We should make a simple man page referring to info doco.
185
186 2000-12-31  Dan Harkless  <wget@harkless.org>
187
188         * README: Changed 1.5.3 in the FTP URL to 1.6.
189
190         * NEWS: Released Wget version 1.6.
191
192         * po/*.po: 'Project-Id-Version's were very haphazard, saying
193         either "wget" or "GNU wget", and with versions of 1.5.2-b[124],
194         1.5.3, the nonexistent 1.5.4, and 1.6-pre.  Standardized all to
195         "GNU Wget 1.7-dev".  Perhaps this is wrong to do because some of
196         the translations haven't been updated since the versions they
197         state, but I know some of the files were updated specifically for
198         1.6, and none of them used this version (unless you count the sole
199         "1.6-pre" guy).  In any case, the 'POT-Creation-Date's and
200         'PO-Revision-Date's remain the best indicator of whether a
201         translation's out of date.
202         
203         * ChangeLog: Since this flat file doesn't have multiple branches,
204         looking at the dates would make you think that things went into
205         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
206         in 1.6 branch.]" where appropriate to clarify.
207         
208 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
209
210         * windows/Makefile.watcom: Updated.
211
212 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
213
214         * po/POTFILES.in: Updated.
215
216 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
217
218         * configure.in: Add windows/Makefile to the output block.
219
220         * windows/Makefile.in: New file.
221
222         * README.cvs: New file.
223
224 2000-11-25  Karl Eichwalder  <ke@suse.de>
225
226         * Makefile.in (SUBDIRS): Add 'windows'.
227         (dist, DISTFILES): Don't distribute CVS directories.
228         
229 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
230
231         * configure.in: Don't unconditionally define HAVE_SSL, even when
232         --with-ssl is given.
233
234 2000-12-03  Christian Fraenkel  <christian.fraenkel@gmx.net>
235
236         * INSTALL: Added the --with-ssl switch.
237         
238         * configure.in: Ditto.
239         
240         * TODO: Removed the corresponding entry.
241
242 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
243
244         * configure.in: Build ALL_LINGUAS dynamically.
245
246 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
247
248         * configure.in: Test for MMAP.
249
250 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
251
252         * windows/config.h.ms: snprintf and vsnprintf exist under Windows.
253
254         * windows/Makefile.src: Back out previous change.
255
256 2000-11-16  Herold Heiko  <Heiko.Herold@previnet.it>
257
258         * windows/Makefile.src: Compile in vsnprintf.c.
259
260 2000-11-02  Matthew Seaman  <m.seaman@inpharmatica.co.uk>
261
262         * util/rmold.pl: Various fixes.
263
264 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
265
266         * configure.in: Check for size of long and long long.
267
268 2000-10-30  Dan Harkless  <wget@harkless.org>
269
270         * NEWS: Hrvoje pointed out that relative URL grokking deserves mention.
271
272 2000-10-27  Dan Harkless  <wget@harkless.org>
273
274         * TODO: wget now groks illegal relative URL HTTP redirects.
275
276 2000-10-24  Dan Harkless  <wget@harkless.org>
277
278         * NEWS: Forgot to update regarding new --bind-address option.
279
280 2000-10-20  Dan Harkless  <wget@harkless.org>
281
282         * TODO: -k needs to convert '?' to "%3F" in links to saved files
283         containing the '?' character (e.g. CGI output).  Also, we need to
284         check the HTTP spec w.r.t. simplification of absolute URLs.
285         Generalize --html-extension to something like --mime-extension.
286
287         * MAILING-LIST: I didn't realize <wget@sunsite.auc.dk> allowed posting
288         by non-subscribers.  <bug-wget@gnu.org> soon to be an alias for it.
289
290         * NEWS: Always forget to update this file when making user-vis. changes.
291
292 2000-10-19  Dan Harkless  <wget@harkless.org>
293
294         * TODO: -E / --html-extension / html_extension has been implemented.
295         Make -I and -X allow an optional hostname before the directory name?
296         When simplifying paths, wget needs to stop at any '?' character.
297
298         * configure.in: Put "it" language in proper alphabetical order and
299         added new languages "pl" and "ru".
300
301         * po/pl.{gmo,po}: Added Grzegorz Kowal <g_kowal@poczta.onet.pl>'s
302         Polish message translation file.
303
304         * po/ru.{gmo,po}: Added Const Kaplinsky <const@ce.cctpu.edu.ru>'s 
305         Russian message translation file.
306
307 2000-10-16  Dan Harkless  <wget@harkless.org>
308
309         * TODO: Add option to save local filenames without extra %-encoding.
310
311 2000-10-09  Dan Harkless  <wget@harkless.org>
312
313         * TODO: --retr-symlinks should cause wget to traverse links to dirs too.
314
315 2000-09-25  Dan Harkless  <wget@harkless.org>
316
317         * TODO: Make wget return nonzero in situations like bad HTTP
318         auth.  Make wget follow (illegal) relative URL HTTP redirects.
319
320 2000-08-30  Dan Harkless  <wget@harkless.org>
321
322         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
323
324         * MACHINES: Previously said to send updates to "me" (Hrvoje) --
325         now says to email the mailing list or bug-wget@gnu.org.
326
327         * MAILING-LIST: Added mention of bug-wget@gnu.org.
328         
329         * NEWS: Added --waitretry and --page-requisites.
330
331 2000-08-25  Dan Harkless  <wget@harkless.org>
332
333         * MACHINES: Alphabetized, changed "architectures" to "OSes and
334         architectures", added missing company names, removed needless ^L,
335         made AIX and FreeBSD entries more general to reflect successful
336         use on those platforms by myself and others, removed the
337         non-factual "this version of", and fixed some grammatical errors.
338         
339 2000-07-21  Dan Harkless  <wget@harkless.org>
340
341         * TODO: But Brian McMahon <bm@iucr.org> wants old behavior as an option.
342         
343 2000-07-19  Dan Harkless  <wget@harkless.org>
344
345         * TODO: -k should convert "hostless absolute" URLs, like "/index.html".
346         
347 2000-05-24  Dan Harkless  <wget@harkless.org>
348
349         * TODO: Timestamps sometimes not copied over on files retrieved by FTP.
350         
351 2000-05-22  Dan Harkless  <wget@harkless.org>
352
353         * AUTHORS: Added myself to this file, as Hrvoje got confirmation
354         of my FSF copyright assignment.
355
356         * TODO: Added note that fragment identifiers don't work properly.
357         
358         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
359
360 2000-05-17  Dan Harkless  <wget@harkless.org>
361
362         * TODO: Make `-k' check for files that were downloaded in the past
363         and convert links to them in newly-downloaded documents.
364
365 2000-04-05  Dan Harkless  <wget@harkless.org>
366
367         * TODO: Make -K only leave .orig files around when different.  Add
368         an option to save all text/html files with .html extension.  Allow
369         mirroring of FTP URLs where logging in puts you somewhere else
370         besides '/'.
371
372 2000-04-04  Dan Harkless  <wget@harkless.org>
373
374         * NEWS (--follow-tags, -G / --ignore-tags): Forgot to mention
375         these new options when I added them.
376
377 2000-03-10  Dan Harkless  <wget@harkless.org>
378
379         * TODO: Removed done item: we now have an option (-G) that makes
380         it easy to download a single HTML document and all its constituents.
381         
382         * po/*.{gmo,po,pot}: Regenerated after adding new options.
383
384         * po/hr.po: Hrvoje forgot '\n's on his translations of my altered
385         messages, causing msgfmt to balk and `make install' to fail.
386
387 2000-03-01  Dan Harkless  <wget@harkless.org>
388
389         * NEWS (-K): Now possible to use -N with -k thanks to this option.
390
391         * TODO: Removed the -K / -N interaction item.
392
393 2000-02-29  Dan Harkless  <wget@harkless.org>
394
395         * NEWS (-K / --backup-converted): Mentioned this new option.
396
397 2000-02-18  Dan Harkless  <wget@harkless.org>
398
399         * TODO: When -K is used with -N, check local X.orig against server X.
400
401 1998-06-23  Dave Love  <d.love@dl.ac.uk>
402
403         * configure.in (exext): Define.
404
405 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
406
407         * configure.in: Check for access().
408
409 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
410
411         * po/hr.po: Some fixes, as per suggestions by Francois Pinard.
412
413 1998-05-19  Dominique Delamarre  <dominique.delamarre@hol.fr>
414
415         * po/fr.po: New file.
416
417 1998-05-19  Toomas Soome  <tsoome@ut.ee>
418
419         * po/et.po: Updated.
420
421 1998-05-11  Simos KSenitellis  <simos@teiath.gr>
422
423         * po/el.po: New file.
424
425 1998-05-09  Hrvoje Niksic  <hniksic@srce.hr>
426
427         * aclocal.m4 (WGET_WITH_NLS): Print available catalogs.
428
429 1998-05-09  Toomas Soome  <tsoome@ut.ee>
430
431         * po/et.po: New file.
432
433 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
434
435         * configure.bat: set up for either Borland or Visual C
436
437         * windows/wget.dep: new file
438
439         * windows/Makefile.*: use wget.dep
440
441         * rename windows/Makefile.bor to Makefile.src.bor
442
443 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
444
445         * windows/makefile.bor: Updated.
446
447         * windows/Makefile.src: Ditto.
448
449 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
450
451         * windows/config.h.bor: New file.
452
453         * windows/makefile.bor: New file.
454
455 1998-04-27  John Burden  <john@futuresguide.com>
456
457         * windows/Makefile.*: Cleanup.
458
459 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
460
461         * configure.in: Check for PID_T.
462
463 1998-04-19  Giovanni Bortolozzo  <borto@dei.unipd.it>
464
465         * po/it.po: Updated.
466
467 1998-04-19  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
468
469         * po/cs.po: Updated.
470
471 1998-04-19  Wanderlei Cavassin  <cavassin@conectiva.com.br>
472
473         * po/pt_BR.po: Updated.
474
475 1998-04-08  Stefan Hornburg  <racke@gundel.han.de>
476
477         * Makefile (dist): New target.
478
479 1998-04-08  Wanderlei Cavassin  <cavassin@conectiva.com.br>
480
481         * po/pt_BR.po: Updated.
482
483 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
484
485         * aclocal.m4 (WGET_WITH_NLS): Renamed USE_NLS to HAVE_NLS.
486
487         * ABOUT-NLS: Removed.
488
489         * Makefile.in (stamp-h): Clean up stamp-h-related dependencies.
490         Don't attempt to write to stamp-h.in.
491
492         * aclocal.m4 (WGET_PROCESS_PO): Reset srcdir to ac_given_srcdir.
493
494 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
495
496         * Makefile.in (distclean-top): Remove stamp-h.
497
498 1998-04-02  Robert Schmidt  <rsc@vingmed.no>
499
500         * po/no.po: New file.
501
502 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
503
504         * configure.in: New option `--disable-debug'.
505
506 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
507
508         * configure.in: Check for endianness.
509
510 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
511
512         * aclocal.m4 (WGET_PROCESS_PO): Use echo instead of AC_MSG_RESULT.
513
514 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
515
516         * aclocal.m4 (WGET_WITH_NLS): Disable USE_NLS if gettext is
517         unavailable.
518
519         * aclocal.m4: Renamed AM_STRUCT_UTIMBUF to WGET_STRUCT_UTIMBUF;
520         renamed AM_WITH_NLS to WGET_WITH_NLS.
521
522         * aclocal.m4: Eliminate POSUBS.
523
524 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
525
526         * Makefile.in: config.h* -> src/config.h*
527
528         * configure.in: Check for vsnprintf().
529
530         * po/POTFILES.in: Updated.
531
532 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
533
534         * po/POTFILES.in: Removed extraneous newline at end of line, which 
535         caused an error in `Makefile' which Sun make choked on.
536
537 1998-03-16  Jan Prikryl <prikryl@cg.tuwien.ac.at>
538
539         * po/cs.po: New file.
540
541 1998-03-12  Wanderlei Cavassin  <cavassin@conectiva.com.br>
542
543         * po/pt_BR.po: New file.
544
545 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
546
547         * PROBLEMS: New file.
548
549 1998-02-22  Karl Eichwalder  <ke@suse.de>
550
551         * po/Makefile.in.in (install-data-yes): Fix creation of
552         directories for LC_MESSAGE files.
553
554 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
555
556         * configure.in: Removed `-Wno-switch' for gcc.
557
558         * po/Makefile.in.in (install-data-yes): Use mkinstalldirs to
559         create the directory first.
560
561 1998-02-21  Karl Eichwalder  <karl@suse.de>
562
563         * po/de.po: Updated.
564
565 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
566
567         * Makefile.in (check): New empty target.
568
569 1998-02-11  Hrvoje Niksic  <hniksic@srce.hr>
570
571         * po/it.po: New file, by Antonio Rosella.
572
573 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
574
575         * aclocal.m4: Cleaned up.
576
577         * po/hr.po: Updated.
578
579         * configure.in: Removed check for POSIXized ISC.
580
581 1998-02-08  Karl Eichwalder  <karl@suse.de>
582
583         * po/de.po: Updated.
584
585 1998-02-07  Karl Eichwalder  <ke@suse.de>
586
587         * Makefile.in (install.info uninstall.info install.man
588         uninstall.man install.wgetrc): Use it.
589
590         * Makefile.in (install.mo): New target.
591
592 1998-02-03  Karl Eichwalder  <ke@suse.de>
593
594         * po/POTFILES.in: Touch it (needed for NLS); add src/ftp.c,
595         src/getopt.c, src/host.c, src/html.c, src/http.c, src/init.c,
596         src/main.c, src/mswindows.c, src/netrc.c, src/recur.c, src/retr.c,
597         src/url.c, and src/utils.c.
598
599         * intl/po2tbl.sed.in: Add from gettext-0.10.32 (needed for NLS).
600
601         * po/Makefile.in.in: Add from gettext-0.10.32.
602
603         * Makefile.in (SUBDIRS): Add po/.
604
605         * configure.in (ALL_LINGUAS): New variable.  Add "de" and "hr".
606         (AM_GNU_GETTEXT): Add.
607         (AC_OUTPUT): Add po/Makefile.in; run the sed command.
608         
609         * aclocal.m4 (AM_WITH_NLS, AM_GNU_GETTEXT, AM_LC_MESSAGES,
610         AM_PATH_PROG_WITH_TEST): from gettext-0.10.32.
611