From: Micah Cowan Date: Thu, 1 May 2008 22:36:17 +0000 (-0700) Subject: NEWS updated from 1.11.2. X-Git-Tag: v1.13~421^2~14 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=54097c0e2867e48f9246624eaabe56eb5f279d1f NEWS updated from 1.11.2. --- diff --git a/ChangeLog b/ChangeLog index 059157fa..f31ea130 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-30 Micah Cowan + + * NEWS: Added documentation for changes made in 1.11.2. + 2008-03-20 Micah Cowan * ABOUT-NLS: Reinstated, but with a message mentioning that diff --git a/NEWS b/NEWS index b87f9d98..8b2a42f6 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,28 @@ GNU Wget. ** Wget uses Automake now as part of its build infrastructure. +* Changes in Wget 1.11.2 + +** Fixed a problem in authenticating over HTTPS through a proxy. +(Regression in 1.11 over 1.10.2.) + +** The combination of -r or -p with -O, which was disallowed in 1.11, +has been downgraded to a warning in 1.11.2. (-O and -N, which was never +meaningful, is still an error.) + +** Further improvements to progress bar displays in non-English locales +(too many spaces could be inserted, causing the display to scroll). + +** Successive invocations of Wget on FTP URLS, with --no-remove-listing +and --continue, was causing Wget to append, rather than replace, +information in the .listing file, and thereby download the same files +multiple times. This has been fixed in 1.11.2. + +** Wget 1.11 no longer allowed ".." to persist at the beginning of URLs, +for improved conformance with RFC 3986. However, this behavior presents +problems for some FTP setups, and so they are now preserved again, for +FTP URLs only. + * Changes in Wget 1.11.1. ** Interrupted downloads no longer result in renaming the file