X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=doc%2FChangeLog;h=134417066fb44fb9590251bdee5a53ec648bb0bd;hb=e911bc29434b7da90446d2ca5304106724d05680;hp=fdcdbc3c019dd3f36b67c7f7fa150806fad42036;hpb=369554bd7439ab09c831702e73fa107627531bf0;p=wget diff --git a/doc/ChangeLog b/doc/ChangeLog index fdcdbc3c..13441706 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,139 @@ +2005-06-22 Hrvoje Niksic + + * wget.texi (Wgetrc Commands): Remove the "lockable boolean" + feature. + +2005-06-20 Hrvoje Niksic + + * ansi2knr.1: Removed. + +2005-06-16 Hrvoje Niksic + + * wget.texi (Logging and Input File Options): It's --no-verbose, + not --non-verbose. + +2005-06-06 Keith Moore + + * Makefile.in: Fix a harmless (but annoying) installation warning. + +2005-05-30 Hrvoje Niksic + + * wget.texi (HTTP Options): Removed statement that redirect in + response to POST is "technically disallowed", which I cannot find + in rfc2616 nor in rfc1945. Even if that were technically the + case, the widespreadedness of such responses would make the + prohibition irrelevant. + +2005-05-14 Hrvoje Niksic + + * wget.texi (Overview): Document --[no-]proxy as primarily being + used to turn *off* the use of proxies. + +2005-05-11 Hrvoje Niksic + + * wget.texi (HTTPS (SSL/TLS) Options): Explain certificate + checking in more detail. + +2005-05-08 Hrvoje Niksic + + * texi2pod.pl.in: Allow an "EXAMPLES" section. + +2005-05-06 Hrvoje Niksic + + * wget.texi (HTTP Options): Document empty user-agent. + +2005-05-06 Hrvoje Niksic + + * wget.texi (Download Options): Explain that the read timeout + really refers to idle timeout. + (Download Options): Mention that decimal and subsecond values may + be used for timeouts. + +2005-05-05 Hrvoje Niksic + + * wget.texi: We're using GFDL 1.2, not 1.1. + +2005-05-05 Hrvoje Niksic + + * wget.texi (Contributors): Updated. + +2005-04-27 Hrvoje Niksic + + * wget.texi (Download Options): Fix bind address cindex entry that + broke concept index generation. + +2005-04-27 Mauro Tortonesi + + * wget.texi: Fixed a broken reference to Security Considerations + section in tex-generated documents (like the man page). + +2005-04-27 Mauro Tortonesi + + * 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 + + * wget.texi (HTTPS (SSL/TLS) Options): Document --random-file. + +2005-04-27 Hrvoje Niksic + + * wget.texi: Improve wording of command descriptions. + +2005-04-27 Hrvoje Niksic + + * wget.texi (HTTP Options): Mention --keep-session-cookies when + documenting --post-data. + +2005-04-27 Hrvoje Niksic + + * wget.texi: Document the new form of SSL/TLS options. + +2005-04-26 Hrvoje Niksic + + * wget.texi (HTTP Options): Improved entry on + --keep-session-cookies. + +2005-04-26 Hrvoje Niksic + + * wget.texi (Directory Options): Removed stray text after + --protocol-directories. + +2005-04-26 Hrvoje Niksic + + * 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 + + * wget.texi (Advanced Usage): Don't advertise the non-existent + `-s' option. + +2005-04-25 Hrvoje Niksic + + * wget.texi (Download Options): Document --retry-connrefused. + +2005-04-25 Hrvoje Niksic + + * 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 + + * wget.texi (Download Options): Document --prefer-family. + +2005-04-24 Hrvoje Niksic + + * wget.texi (Download Options): Don't claim that -6 accepts mapped + IPv4 addresses. + 2005-04-23 Hrvoje Niksic * wget.texi: Documented the SSL command-line options.