X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=NEWS;h=24a097c482bf6e7be6fdf7325b104411a9c5d145;hp=b87f9d98cb4ac40337d1de416b124d6ceb2aa140;hb=e72b57629bf49cdfd663002a8bb336a67b958979;hpb=3323b84c30b9d7fa16a6065225cb7135e7a6bcd7 diff --git a/NEWS b/NEWS index b87f9d98..24a097c4 100644 --- a/NEWS +++ b/NEWS @@ -6,12 +6,33 @@ See the end for copying conditions. Please send GNU Wget bug reports to . -* Changes in Wget (MAINLINE). +* Changes in Wget 1.11.3 -** Gnulib is now used to provide code for certain portability aspects in -GNU Wget. +** Downgraded -N with -O to a warning, rather than an error. -** Wget uses Automake now as part of its build infrastructure. +** Translation updates + +* 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.