]> sjero.net Git - wget/blobdiff - NEWS
[svn] Doc fix.
[wget] / NEWS
diff --git a/NEWS b/NEWS
index 8e786e2f52bdbc99f44b95d0c5387f14c6acff93..5357ba42375f172e7ce51f737f5c30de37d49439 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,11 @@ types are available, "bar" (the new default), and "dot" (the old
 dotted indicator).  You can permanently revert to the old progress
 indicator by putting `progress = dot' in your `.wgetrc'.
 
+** You can limit the download rate of the retrieval using the
+`--limit-rate' option.  For example, "wget --limit-rate=15k URL" will
+tell Wget not to download the body of the URL faster than 15 kilobytes
+per second.
+
 ** "Recursive retrieval" has been revamped:
 
 *** Wget now traverses links breadth-first.  This makes the
@@ -28,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.
 
@@ -35,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.