From: hniksic Date: Sun, 17 Apr 2005 17:08:51 +0000 (-0700) Subject: [svn] Mention that IPv6 doesn't work on Windows. X-Git-Tag: v1.13~1193 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=b14abccb5f43a3d065b1549c19e2c9ecfed89457 [svn] Mention that IPv6 doesn't work on Windows. --- diff --git a/NEWS b/NEWS index 68e6bb1a..0ac7831f 100644 --- 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