]> sjero.net Git - wget/blobdiff - NEWS
[svn] Handle <base href=...> when converting links.
[wget] / NEWS
diff --git a/NEWS b/NEWS
index 8a3b0b70d62bca1899d977616d41a0fdafd1bae4..d9849ef0f57c391afcca172c1111d7fc611a06a4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,13 +7,24 @@ 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'.
 
+** "Recursive retrieval" has been revamped:
+
+*** Wget now traverses links breadth-first.  This makes the
+calculation of depth much more reliable than before.  Also, recursive
+downloads are faster and consume *significantly* less memory than
+before.
+
+*** Links are converted only when the entire retrieval is complete.
+This is the only safe thing to do, as only then is it known what URLs
+have been downloaded.
+
+*** BASE tags are handled correctly when converting links.  Since Wget
+already resolves <base href="..."> when resolving handling URLs, link
+conversion now makes the BASE tags point to an empty string.
+
 ** Host directories now contain port information if the URL is at a
 non-standard port.