From: hniksic Date: Thu, 5 May 2005 22:45:59 +0000 (-0700) Subject: [svn] Minor rewording of the IPv6 entry. X-Git-Tag: v1.13~1087 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=99de2fe8a9c42a525bba1b6712476f46b104b5bc [svn] Minor rewording of the IPv6 entry. --- diff --git a/NEWS b/NEWS index 40877b3a..f2ea9e63 100644 --- a/NEWS +++ b/NEWS @@ -8,14 +8,14 @@ Please send GNU Wget bug reports to . * Changes in Wget 1.10. ** Downloading files greater than 2GB, also known as "large files", -now works on systems that support them. This includes most modern -Unix variants, as well as Windows. +now works on systems that support them. This includes the majority of +modern Unixes, as well as MS Windows. ** IPv6 is now supported by Wget. Unlike the experimental code in -1.9, this version has no problems with dual-family systems. The new -flags `--inet4' and `--inet6' (or `-4' and `-6' for short) force the -use of IPv4 and IPv6 respectively. Unfortunately the IPv6 support -still does not work on Windows. +1.9, this version supports dual-family systems. The new flags +`--inet4' and `--inet6' (or `-4' and `-6' for short) force the use of +IPv4 and IPv6 respectively. Note that IPv6 support has not yet been +tested on Windows. ** Talking to SSL servers over proxies now actually works. Previous versions of Wget erroneously sent GET requests for SSL URLs. Wget