]> sjero.net Git - wget/commitdiff
[svn] Doc fix.
authorhniksic <devnull@localhost>
Wed, 28 Nov 2001 18:24:24 +0000 (10:24 -0800)
committerhniksic <devnull@localhost>
Wed, 28 Nov 2001 18:24:24 +0000 (10:24 -0800)
NEWS

diff --git a/NEWS b/NEWS
index fcaa25200601db991e7767bc6c782d2fdf78cedd..5357ba42375f172e7ce51f737f5c30de37d49439 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,9 @@ have been downloaded.
 already resolves <base href="..."> when resolving handling URLs, link
 conversion now makes the BASE tags point to an empty string.
 
+** If a host has more than one IP address, Wget uses the other
+addresses when accessing the first one fails.
+
 ** Host directories now contain port information if the URL is at a
 non-standard port.
 
@@ -40,8 +43,8 @@ non-standard port.
 <http://info.webcrawler.com/mak/projects/robots/norobots-rfc.html>.
 
 ** 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
+quoting.  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.