]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] ChangeLog.README: Renamed from README.branches and added a note that Wget has
[wget] / ChangeLog
index d8be523f62eaecf40b5b1a20d815b0e458c8d0e8..39f86ebb67578cf1f9986447e62270c768fad025 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2001-03-01  Dan Harkless  <wget@harkless.org>
+
+       * 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  <wget@harkless.org>
+
+       * MACHINES: Explicitly tell people to send us config.guess output.
+
+2001-02-27  Dan Harkless  <wget@harkless.org>
+
+       * TODO: Re-use FTP connection if multiple URLs on one host
+       specified.  Make "ftp://<host>/%2F<file>" cause an initial "CWD /".
+
+2001-02-23  Dan Harkless  <wget@harkless.org>
+
+       * 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  <wget@harkless.org>
 
        * TODO: Remove empty directories created due to --accept/--reject.