]> sjero.net Git - wget/blobdiff - doc/ChangeLog
[svn] * {.,doc,src,util,windows}/Makefile.in: Moved top_builddir out of "User
[wget] / doc / ChangeLog
index 2c58040d780fbab9dff0675b44bc8a0709e8fec0..f17694d9c6a06154abe66c4fc21f5f8264db5637 100644 (file)
@@ -1,3 +1,52 @@
+2001-03-27  Dan Harkless  <wget@harkless.org>
+
+       * Makefile.in: Moved top_builddir out of "User configuration
+       section" of top Makefile and analogous spot in this one.
+
+2001-03-26  Dan Harkless  <wget@harkless.org>
+
+       * wget.texi (Recursive Retrieval Options): Explained that you need
+       to use -r -l1 -p to get the two levels of requisites for a
+       <FRAMESET> page.  Also made a few other wording improvements.
+       
+2001-03-17  Dan Harkless  <wget@harkless.org>
+
+       * Makefile.in: Using '^' in the sed call caused a weird failure on 
+       Solaris 2.6.  Changed it to a ','.  Defined top_builddir.
+       
+2001-02-23  Dan Harkless  <wget@harkless.org>
+
+       * wget.texi: Corrections, clarifications, and English fixes to
+       time-stamping documentation.  Also moved -nr from "Recursive
+       Retrieval Options" to "FTP Options" and gave it a @cindex entry.
+       Alphabetized FTP options by long option name.  Mentioned that
+       .listing symlinked to /etc/passwd is not a security hole, but that
+       other files could be, so root shouldn't run wget in user dirs.
+       
+2001-02-22  Dan Harkless  <wget@harkless.org>
+
+       * Makefile.in: Make wget man page and install it if we have
+       pod2man.  Added some missing '$(srcdir)/'s.  Added missing
+       dependencies on install targets (allowing you to just do `make
+       install' rather than forcing you to do `make && make install').
+       Also, Makefile rules should always use output file parameters if
+       available rather than redirecting stdout with '>', or you falsely
+       satisfy dependencies if the tool you're running is missing or
+       fails -- fixed call of texi2pod.pl that did this wrong.
+
+       * texi2pod.pl: Removed from CVS.  Now automatically generated.
+               
+       * texi2pod.pl.in: This new file is processed into texi2pod.pl,
+       getting the appropriate path to the Perl 5+ executable on this
+       system and becoming executable (CVS files, by contrast, don't
+       arrive executable).
+       
+2001-02-19  Dan Harkless  <wget@harkless.org>
+
+       * wget.texi (Download Options): Further improvement to --continue
+       documentation -- explain interaction with -r and -N, mention
+       usefulness for downloading new sections of appended-to files, etc.
+
 2001-01-06  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
 
        * wget.texi (Reporting Bugs): Deleted the setence about Cc-ing the
@@ -18,8 +67,8 @@
            
 2001-01-09  Dan Harkless  <wget@harkless.org>
 
-       * wget.texi: Did a bunch of clarification and correction to the
-       description of --continue.
+       * wget.texi (Download Options): Did a bunch of clarification and
+       correction to the description of --continue.
 
 2001-01-06  Dan Harkless  <wget@harkless.org>