[svn] NEWS re new --max-redirect option.

This commit is contained in:
micah 2007-07-29 19:14:36 -07:00
parent c17f57f1fa
commit 898c91ccab
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
2007-07-29 Micah Cowan <micah@cowan.name>
* NEWS: No more auth before challenge. No more auth info in
Referer.
Referer. New --max-redirect option.
2007-07-09 Micah Cowan <micah@cowan.name>

3
NEWS
View File

@ -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.