]> sjero.net Git - wget/blobdiff - doc/ChangeLog
[svn] Add the --user, --password, --ftp-user and --ftp-password options.
[wget] / doc / ChangeLog
index e7fabbf6161212b48c5f43337a7e35bf889e90ed..4fbfab4a5029ea28764ad212e075a97775a383e9 100644 (file)
@@ -1,3 +1,101 @@
+2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * wget.texi: Document --user, --password, --ftp-user and the
+       corresponding Wgetrc command. Renamed --ftp-passwd to --ftp-password,
+       --http-passwd to --http-passwd and --proxy-passwd to proxy_password.
+       Renamed ftp_passwd to ftp_password, http_passwd to http_passwd and
+       proxy_passwd to proxy_password. Removed documentation for the
+       deprecated login command.
+
+2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (HTTPS (SSL/TLS) Options): Document --random-file.
+
+2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi: Improve wording of command descriptions.
+
+2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (HTTP Options): Mention --keep-session-cookies when
+       documenting --post-data.
+
+2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi: Document the new form of SSL/TLS options.
+
+2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (HTTP Options): Improved entry on
+       --keep-session-cookies.
+
+2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (Directory Options): Removed stray text after
+       --protocol-directories.
+
+2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (Option Syntax): Document boolean options.  Include
+       the option syntax in the man page.
+       (Directory Options): Removed stray text after --protocol-directories.
+
+2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (Advanced Usage): Don't advertise the non-existent
+       `-s' option.
+
+2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (Download Options): Document --retry-connrefused.
+
+2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in (wget.info): Depend on version.texi as well.
+
+       * wget.texi: Simplify copyright.  Replace remaining instances of
+       --OPTION=off with --no-OPTION.
+
+2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (Download Options): Document --prefer-family.
+
+2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (Download Options): Don't claim that -6 accepts mapped
+       IPv4 addresses.
+
+2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi: Documented the SSL command-line options.
+
+2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (Wgetrc Commands): Document ftp_passwd.
+       (FTP Options): Document --ftp-passwd.
+
+2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * texi2pod.pl.in: First process @@ then @}, so @samp{-wget@@} is
+       interpreted correctly.
+
+2005-04-20  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi: Document behavior of -6 wrt mapped IPv4 addresses.
+
+2005-04-20  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi: Document IPv6 related options.
+
+2005-04-18  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi: Update mailing list information.
+
+2005-04-18  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (Download Options): Don't claim that --no-dns-cache is
+       necessary for dyndns servers -- it's not.
+
 2005-04-08  Larry Jones  <lawrence.jones@ugsplm.com>
 
        * Makefile.in (wget.info): Don't use $< in an explicit rule.