]> sjero.net Git - wget/blobdiff - NEWS
[svn] Implemented breadth-first retrieval.
[wget] / NEWS
diff --git a/NEWS b/NEWS
index fb9a769e7e6a82d2f1d7cf3b4cb0ca9f0b35a95b..8a3b0b70d62bca1899d977616d41a0fdafd1bae4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,9 +7,19 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
 \f
 * Changes in Wget 1.8.
 
+** "Recursive retrieval" now uses a breadth-first algorithm.
+Recursive downloads are faster and consume *significantly* less memory
+than before.
+
 ** A new progress indicator is now available.  Try it with
 --progress=bar or using `progress = bar' in `.wgetrc'.
 
+** Host directories now contain port information if the URL is at a
+non-standard port.
+
+** Wget now supports the robots.txt directives specified in
+<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