]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] * main.c (print_help): --help documentation for -N said it would re-download
[wget] / ChangeLog
index 9887f30a3469953c525c943da8507fcbae82399e..93b03acd40bf4d301863a438e0c7c63aa0be04e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,69 @@
+2001-02-23  Dan Harkless  <wget@harkless.org>
+
+       * po/*.po*: Updated after changing --help's description of -N.
+
+2001-02-22  Dan Harkless  <wget@harkless.org>
+
+       * 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  <prikryl@cg.tuwien.ac.at>
+
+       * windows/Makefile.src: Removed references to ftpparse sources.
+
+       * windows/wget.dep: Ditto.
+
+       * windows/Makefile.watcom: Ditto. 
+
+2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
+
+       * 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  <hniksic@arsdigita.com>
+
+       * NEWS: Added more NEWS items.
+
+2001-01-15  Dan Harkless  <wget@harkless.org>
+
+       * NEWS: Was not being maintained.  Added some significant 1.7-dev stuff.
+
+2001-01-15  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
+
+       * util/wget.spec: Updated to 1.7, merged with the spec file from
+       RedHat.
+
+       * po/Makefile.in.in: `make realclean' equal to `make
+       maintainer-clean'.
+
+       * Makefile.in (realclean-top): Remove 'configure' as well. 
+
+2001-01-11  Dan Harkless  <wget@harkless.org>
+
+       * TODO: If -c used with -N, check to make sure a file hasn't
+       changed on the server before "continuing" to download it.
+       
+2001-01-11  Adrian Aichner  <Adrian.Aichner@t-online.de>
+
+       * windows/Makefile.src: Updated.
+
+       * windows/wget.dep: Ditto.
+
 2001-01-09  Dan Harkless  <wget@harkless.org>
 
        * TODO: If -c is on, don't re-download a 100%-downloaded file.
+       
+       * TODO: The bug where you couldn't recurse into ftp directories if
+       logging in put you somewhere else besides the server's "/"
+       directory got fixed without the TODO entry for it being removed.
+
+       * TODO: Add a "rollback" option to have --continue throw away X
+       corrupted (e.g. by proxy) bytes from end of file before resuming.
+
+       * po/*.po*: Updated after changing --help's description of -c.
 
 2001-01-06  Dan Harkless  <wget@harkless.org>