X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=doc%2FChangeLog;h=5e9c352bc5e0148eedcb20f9b39bda96e4e40214;hb=0e6f1c2dacb7027247518eb52ab53c92c6d8c467;hp=c1bae6c1cb7d5ec06320db5fc7915aa2555456bc;hpb=b5c9573ad6396acf3e4e33d0ae0db65b413b0d66;p=wget diff --git a/doc/ChangeLog b/doc/ChangeLog index c1bae6c1..5e9c352b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,100 @@ +2013-04-14 Giuseppe Scrivano + + * wget.texi (Download Options): Document "mega" dot style. + +2013-04-05 Darshit Shah + + * doc/wget.texi: Fix ambiguous wording in --post-data section. Make it + clear that wget does not check for the format of the post-data. + * doc/wget.texi: Add documentation for --method, --body-data and + --body-file. + +2012-10-08 Stefano Lattarini (tiny change) + + docs: fix errors and warnings with Texinfo 5 + Or rather, with the development version 4.13.90, which will + eventually become Texinfo 5.0. + * wget.texi: Use '@item' instead of '@itemx' in several places, + as Texinfo 5 refuses to process an '@itemx' that is not preceded + by an '@item'. + +2012-08-28 Tim Ruehsen + + * doc/wget.texi: remove -nv from --report-speed + +2012-08-04 mancha (tiny change) + + * wget.texi: Export ENVIRONMENT to the man page. + +2012-06-09 Giuseppe Scrivano + + * wget.texi (Logging and Input File Options): Document "--report-speed". + (HTTPS (SSL/TLS) Options): Document WARC. + + * texi2pod.pl: Revert change from 2011-08-06. + +2012-05-13 Giuseppe Scrivano + + * wget.texi (Types of Files): Document --accept-regex and + --reject-regex. + +2011-10-02 Henrik Holst (tiny change) + + * wget.texi (HTTP Options): Document option --content-on-error. + +2011-09-27 Karl Berry (tiny change) + + * wget.texi: Make dir entry consistent with others. + +2011-08-18 Giuseppe Scrivano + + * texi2pod.pl: Don't assume the perl executable is under /usr/bin/. + +2011-08-06 Giuseppe Scrivano + + * wget.texi (Wgetrc Commands): Document show_all_dns_entries. + + * Makefile.am (wget.pod): Pass the VERSION value to texi2pod. + + * texi2pod.pl: Update from GCC. + +2011-07-28 Noèl Köthe (tiny change) + + * wget.texi (HTTP Options): Fix typo. + +2011-07-26 Giuseppe Scrivano + + * wget.info (cookies): Remove reference to --cookies. + Reported by: Noèl Köthe. + +2011-07-05 Giuseppe Scrivano + + * wget.texi (Recursive Retrieval Options): Make clearer that recursion, + by default, uses 5 levels. + Reported by: Marc Deop . + +2011-03-21 Giuseppe Scrivano + + * wget.texi: Do not cite the current maintainer. + Reported by: Micah Cowan . + +2010-12-22 Giuseppe Scrivano + + * wget.texi (HTTP Options): Remove sentence which doesn't reflect + the wget behaviour when -k -K are used with -E. + Reported by: pike-wget@kw.nl. + +2010-08-08 Reza Snowdon + * wget.texi: Added information about the config option to the + 'Overview' section and a description of the option in + 'Logging and Input File Options'. + +2010-10-26 Giuseppe Scrivano + + * wget.texi (Download Options): Remove unclear statement about the + --waitretry option. + Reported by: Manfred Koizar . + 2010-09-25 Merinov Nikolay * wget.texi (Download Options): Document --unlink option.