]> sjero.net Git - wget/blobdiff - NEWS
Merge getpass with quote, plus my NEWS entry.
[wget] / NEWS
diff --git a/NEWS b/NEWS
index e57acec35ffdcb66b6fd103b0fdd056ed1885855..e74ce2a0ae1a9c74ecc539ec283386eff270aea9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,14 +6,39 @@ See the end for copying conditions.
 
 Please send GNU Wget bug reports to <bug-wget@gnu.org>.
 \f
-* 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.
+\f
+* Changes in Wget 1.11.3
+
+** Downgraded -N with -O to a warning, rather than an error.
+
+** Translation updates
+\f
+* 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.
 \f
 * Changes in Wget 1.11.1.