]> sjero.net Git - wget/commitdiff
[svn] Mention that IPv6 doesn't work on Windows.
authorhniksic <devnull@localhost>
Sun, 17 Apr 2005 17:08:51 +0000 (10:08 -0700)
committerhniksic <devnull@localhost>
Sun, 17 Apr 2005 17:08:51 +0000 (10:08 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 68e6bb1a440a826ec02cb32cca7bfcc395d11c85..0ac7831fa00ef0f4c99d08073ece8fd5b3591d7f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,8 @@ Unix variants, as well as 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.
+use of IPv4 and IPv6 respectively.  Unfortunately the IPv6 support
+still does not work on Windows.
 
 ** Talking to SSL servers over proxies now actually works.
 
@@ -22,8 +23,9 @@ use of IPv4 and IPv6 respectively.
 has to start over because the server doesn't support Range.  Instead,
 with such servers Wget now simply ignores the data up to the byte
 where the last attempt left off, and only then continues appending to
-the file.  That way the downloaded file never shrinks, and "start
-over" retries work correctly even when downloading to stdout.
+the file.  That way the downloaded file never shrinks, and download
+retries from servers without support for partial downloads work even
+when downloading to stdout.
 
 ** Passive FTP is now the default FTP transfer mode.  Use
 `--no-passive-ftp' or specify `passive_ftp = off' in your init file to