]> sjero.net Git - wget/blobdiff - doc/ChangeLog
[svn] Commit administrative changes in preparation for the 1.7
[wget] / doc / ChangeLog
index 11df5c4cec9720a06e3d7652d793ac80bae49af9..152e466a38413e08d76cce44fd8767497d233046 100644 (file)
+2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * wget.texi: Updated version to 1.7-pre1.
+
+2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * wget.texi (Wgetrc Commands): Update docs for `continue'.
+
+2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * wget.texi (HTTP Options): Document cookie options.
+
+2001-01-20  Karl Eichwalder  <ke@suse.de>
+
+       * Makefile.in: Provide and use DESTDIR according to the Coding
+       Standards.
+
+2001-04-01  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * wget.texi (Recursive Retrieval Options): Document more
+       accurately what --convert-links does.
+
+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
+       bug report to Wget mailing list as the bug report address is an
+       alias for the mailing ist anyway.  
+       (Mailing List): Added URL for the alternate archive.
+       
+       * wget.texi: Bunch of cosmetical changes.
+       
+       * Makefile.in: Added targets for manpage generation using
+       texi2pod.pl and pod2man (comes with Perl5). As we cannot rely on
+       Perl5 being available on the system, manpage is not being built
+       automatically. Updated '*clean' targets to remove
+       'sample.wgetrc.munged...', 'wget.pod', and 'wget.man'.
+       
+       * texi2pod.pl: New file copied from GCC distribution to facilitate
+       automatic manpage generation.
+           
+2001-01-09  Dan Harkless  <wget@harkless.org>
+
+       * wget.texi (Download Options): Did a bunch of clarification and
+       correction to the description of --continue.
+
+2001-01-06  Dan Harkless  <wget@harkless.org>
+
+       * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
+       the best way to go about my aim.  Removed them in favor of:
+
+       * ChangeLog-branches/1.6_branch.ChangeLog: New file.
+       
 2000-12-31  Dan Harkless  <wget@harkless.org>
 
-        * wget.texi: Changed "VERSION 1.6" to "VERSION 1.7-dev".
-        
-2000-12-30  Dan Harkless  <wget@harkless.org>
-
-        * Makefile.in (distclean): sample.wgetrc.munged_for_texi_inclusion
-        needs to be included in the distribution or it'll get regenerated
-        due to the wget.info dependency, and then that file will get
-        regenerated, forcing people to have makeinfo installed
-        unnecessarily.  We could use a kludge of a 0-length file in the
-        distro, but the file isn't that big and should compress very well.
-        
-        * wget.texi: Changed "VERSION 1.5.3+dev" to "VERSION 1.6" and
-        "UPDATED Feb 2000" to "UPDATED Dec 2000".  Like the comment in the
-        file says, it'd be nice if these were handled automatically...
+       * Makefile.in (distclean): sample.wgetrc.munged_for_texi_inclusion
+       needs to be included in the distribution or it'll get regenerated
+       due to the wget.info dependency, and then that file will get
+       regenerated, forcing people to have makeinfo installed
+       unnecessarily.  We could use a kludge of a 0-length file in the
+       distro, but the file isn't that big and should compress very well.
+       
+       * wget.texi: Changed "VERSION 1.5.3+dev" to "VERSION 1.7-dev" and
+       "UPDATED Feb 2000" to "UPDATED Dec 2000".  Like the comment in the
+       file says, it'd be nice if these were handled automatically...
+       
+       * ChangeLog: Since this flat file doesn't have multiple branches,
+       looking at the dates would make you think that things went into
+       1.6 that actually just went into the 1.7-dev branch.  Added "[Not
+       in 1.6 branch.]" where appropriate to clarify.
         
 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>