X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=NEWS;h=a7c1dfaddba71b352021f5c13abc82152ffb63df;hp=86f93c143b887791d5d0e9f175332f45287cf9d0;hb=0ff9eb47276f0485e7c2e1ed1c014c7c82758ef7;hpb=83b0e389400b03110402d1408fd9610988ba3419 diff --git a/NEWS b/NEWS index 86f93c14..a7c1dfad 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,12 @@ use of IPv4 and IPv6 respectively. ** Talking to SSL servers over proxies now actually works. +** The `--header' option can now be used to override generated +headers. For example, `wget --header="Host: foo.bar" +http://127.0.0.1' tells Wget to connect to localhost, but to specify +"foo.bar" in the `Host' header. In previous versions such use of +`--header' lead to duplicate headers in HTTP requests. + ** The progress bar is now updated regularly even when the data does not arrive.