X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=NEWS;h=498bdfb1e98955d4db51c88ebb06299943d676a4;hp=ab1fa4e4c9c6375c424b204d6c0db9edd378c751;hb=86ac3fdcbdd38bc6c58c69a68f78c78b925d74bd;hpb=7931200609abea24cedfc96bb890aef9c1c7f0b2 diff --git a/NEWS b/NEWS index ab1fa4e4..498bdfb1 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,15 @@ using -N as well, it is these .orig files that are compared against the server. following only certain HTML tags when doing a recursive retrieval. -G / --ignore-tags / ignore_tags = ... is just the opposite -- all tags but the ones you specify will be followed. + +** New --waitretry / waitretry = SECONDS option allows waiting between retries +of failed downloads. Wget will use "linear" backoff, waiting 1 second after the +first failure, 2 after the second, up to SECONDS. waitretry is set to 10 by +default in the system wgetrc. + +** New -p / --page-requisites / page_requisites = on option causes wget to +download all ancillary files necessary to display a given HTML page properly +(e.g. inlined images). * Wget 1.5.3 is a bugfix release with no user-visible changes.