X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=NEWS;h=d9849ef0f57c391afcca172c1111d7fc611a06a4;hb=df05e7ff1024475425ffbce920667578c03294e2;hp=8a3b0b70d62bca1899d977616d41a0fdafd1bae4;hpb=2e6e3f21f83f73312e2a9a4436ae84dbd4bbb0a7;p=wget diff --git a/NEWS b/NEWS index 8a3b0b70..d9849ef0 100644 --- a/NEWS +++ b/NEWS @@ -7,13 +7,24 @@ Please send GNU Wget bug reports to . * 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 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.