]> sjero.net Git - wget/blobdiff - NEWS
Add --no-parents doc change to NEWS.
[wget] / NEWS
diff --git a/NEWS b/NEWS
index 813e8ec857ea2c0de0d8783ef671b7d30937faee..f5469ab7d88308f32e8c9b3ab58cebe5b5b394f5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 GNU Wget NEWS -- history of user-visible changes.
 
 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-2006, 2007 Free Software Foundation, Inc.
+2006, 2007, 2008 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send GNU Wget bug reports to <bug-wget@gnu.org>.
@@ -13,6 +13,24 @@ GNU Wget.
 
 ** Wget uses Automake now as part of its build infrastructure.
 \f
+* Changes in Wget 1.11.1.
+
+** Documentation of --no-parents now explains how a trailing slash, or
+lack thereof, in the specified URL, will affect behavior.
+
+** Progress bar now displays correctly in non-English locales (and a
+related assertion failure was fixed).
+
+** Wget no longer issues a GET request over HTTP for files it should
+know it's not going to download (regression in 1.11 over 1.10.2).
+
+** Interrupted downloads no longer result in renaming the file
+(regression in 1.11 over 1.10.2).
+
+** Added option --auth-no-challenge, to support broken pre-1.11
+authentication-before-server-challenge, which turns out to still be
+useful for some limited cases.
+\f
 * Changes in Wget 1.11.
 
 ** Timestamping now uses the value from the most recent HTTP response,