]> sjero.net Git - wget/blobdiff - NEWS
[svn] Minor doc update.
[wget] / NEWS
diff --git a/NEWS b/NEWS
index 42cc6e40ecaf6c022b82b9114131cf93a2f378cc..fb9a769e7e6a82d2f1d7cf3b4cb0ca9f0b35a95b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,18 @@ See the end for copying conditions.
 
 Please send GNU Wget bug reports to <bug-wget@gnu.org>.
 \f
+* Changes in Wget 1.8.
+
+** A new progress indicator is now available.  Try it with
+--progress=bar or using `progress = bar' in `.wgetrc'.
+
+** URL parser has been fixed, especially the infamous overzealous
+quoting bug.  Wget no longer dequotes reserved characters, e.g. `%3F'
+is no longer translated to `?', nor `%2B' to `+'.  Unsafe characters
+which are not reserved are still escaped, of course.
+\f
+* Wget 1.7.1 is a bugfix release with no user-visible changes.
+\f
 * Changes in Wget 1.7.
 
 ** SSL (`https') pages now work if you compile Wget with SSL support;