X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=ChangeLog;h=39f86ebb67578cf1f9986447e62270c768fad025;hp=79681e4504fce65a91705de822ede892fc3b08f7;hb=691601f81c6bb95fe4e2e715e021f25bf5fe0a5e;hpb=ec2d0207cf71ebdc6f3ec59d40191e053f530460 diff --git a/ChangeLog b/ChangeLog index 79681e45..39f86ebb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2001-03-01 Dan Harkless + + * ChangeLog.README: Renamed from README.branches and added a note + that Wget has multiple ChangeLog files (currently ./ChangeLog, + doc/ChangeLog, and src/ChangeLog), since this is unusual and + people have complained their patches hadn't been applied after + checking only the top-level ChangeLog. + +2001-02-28 Dan Harkless + + * MACHINES: Explicitly tell people to send us config.guess output. + +2001-02-27 Dan Harkless + + * TODO: Re-use FTP connection if multiple URLs on one host + specified. Make "ftp:///%2F" cause an initial "CWD /". + +2001-02-23 Dan Harkless + + * NEWS: Note that Wget now has a man page again. + + * po/*.po*: Updated after changing --help's description of -N and + moving -nr to a different category. + + * TODO: "Timestamps are sometimes not copied over on files + retrieved by FTP." removed. Hopefully all the failures I was + seeing were due to the fact that it wasn't documented that + non-globbing, non-recursive FTP downloads need -N to get the + remote timestamp to be preserved. + +2001-02-22 Dan Harkless + + * TODO: Remove empty directories created due to --accept/--reject. + + * configure.in: Look for perl and pod2man and make substitutions. + + * Makefile.in (install): Do install.man if we have pod2man. + +2001-02-13 Jan Prikryl + + * windows/Makefile.src: Removed references to ftpparse sources. + + * windows/wget.dep: Ditto. + + * windows/Makefile.watcom: Ditto. + +2001-01-23 Herold Heiko + + * windows/Makefile.src: Don't attempt to compile in alloca.c; it + doesn't work and it's not needed. + +2001-01-16 Hrvoje Niksic + + * NEWS: Added more NEWS items. + 2001-01-15 Dan Harkless * NEWS: Was not being maintained. Added some significant 1.7-dev stuff.