From: dan Date: Tue, 31 Oct 2000 04:24:14 +0000 (-0800) Subject: [svn] NEWS: Hrvoje pointed out that relative URL grokking deserves mention. X-Git-Tag: v1.13~2425 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=5f966432974da2b856d462fd2b693bde84a65d63 [svn] NEWS: Hrvoje pointed out that relative URL grokking deserves mention. --- diff --git a/ChangeLog b/ChangeLog index f226deab..709d9064 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-10-30 Dan Harkless + + * NEWS: Hrvoje pointed out that relative URL grokking deserves mention. + 2000-10-27 Dan Harkless * TODO: wget now groks illegal relative URL HTTP redirects. diff --git a/NEWS b/NEWS index 9a52e685..dd9f8109 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,8 @@ passive_ftp is the only .wgetrc command which takes a lockable Boolean. ** New --bind-address / bind_address =
option for people on hosts bound to multiple IP addresses. + +** wget now accepts (illegal per HTTP spec) relative URLs in HTTP redirects. * Wget 1.5.3 is a bugfix release with no user-visible changes.