X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=NEWS;h=e74ce2a0ae1a9c74ecc539ec283386eff270aea9;hp=e57acec35ffdcb66b6fd103b0fdd056ed1885855;hb=ec84142901fc685d7a08267fc0be8962e468968d;hpb=ae034d236f2c977a9029c0b315eb1ce84a3eaaf6 diff --git a/NEWS b/NEWS index e57acec3..e74ce2a0 100644 --- a/NEWS +++ b/NEWS @@ -6,14 +6,39 @@ See the end for copying conditions. Please send GNU Wget bug reports to . -* Changes in Wget (MAINLINE). +* Changes in Wget 1.12 (MAINLINE) -** Gnulib's getpass-gnu module is used to prompt for passwords. +** --ask-password option (and associated wgetrc command) added to +support password prompts at the console. -** Gnulib is now used to provide code for certain portability aspects in -GNU Wget. + +* Changes in Wget 1.11.3 + +** Downgraded -N with -O to a warning, rather than an error. + +** 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 uses Automake now as part of its build infrastructure. +** 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.