From: micah Date: Mon, 30 Jul 2007 02:14:36 +0000 (-0700) Subject: [svn] NEWS re new --max-redirect option. X-Git-Tag: v1.13~582 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=898c91ccab9a7d413c2cdff848578c822c8973e8 [svn] NEWS re new --max-redirect option. --- diff --git a/ChangeLog b/ChangeLog index 2ced0876..20a8c222 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2007-07-29 Micah Cowan * NEWS: No more auth before challenge. No more auth info in - Referer. + Referer. New --max-redirect option. 2007-07-09 Micah Cowan diff --git a/NEWS b/NEWS index fe096838..b31eae2e 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,9 @@ just the ones at or below the original authenticated location. Credentials for Digest authentication are still never saved or issued automatically, and continue to require a challenge for each resource. +** Added --max-redirect option, allowing the user to specify what should +be the maximum number of HTTP redirects to follow. + ** Wget now saves HTTP downloads using file names specified by the `Content-Disposition' header. This is a standard way of specifying the file name used by many web dynamically generated pages.