]> sjero.net Git - wget/commitdiff
[svn] *** empty log message ***
authorhniksic <devnull@localhost>
Wed, 17 Sep 2003 01:57:40 +0000 (18:57 -0700)
committerhniksic <devnull@localhost>
Wed, 17 Sep 2003 01:57:40 +0000 (18:57 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 08a2751b0c9d9186a843e5b6fba3373f6994d2ff..dd509a9da84c0b1c4f030d9b0078928ebf8757c7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -32,14 +32,13 @@ considered a fatal error.
 ** The new option `--dns-cache=off' may be used to prevent Wget from
 caching DNS lookups.
 
-** The build process now requires Autoconf 2.5x.
-
-** Wget no longer quotes characters in local file names that would be
-considered "unsafe" as part of URL.  Quoting can still occur for
-control characters or for '/', but no longer for frequent characters
-such as space.  You can use the new option --restrict-file-names to
-enforce even stricter rules, which is useful when downloading to
-Windows partitions.
+** Wget no longer escapes characters in local file names based on
+whether they're appropriate in URLs.  Escaping can still occur for
+nonprintable characters or for '/', but no longer for frequent
+characters such as space.  You can use the new option
+--restrict-file-names to relax or strengthen these rules, which can be
+useful if you dislike the default or if you're downloading to
+non-native partitions.
 \f
 * Wget 1.8.2 is a bugfix release with no user-visible changes.
 \f