]> sjero.net Git - wget/blobdiff - NEWS
[svn] *** empty log message ***
[wget] / NEWS
diff --git a/NEWS b/NEWS
index 3cf33275532ee1fb88ff44b2576951feea546ca3..dd509a9da84c0b1c4f030d9b0078928ebf8757c7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,8 +13,9 @@ send a POST request with the specified contents.
 
 ** IPv6 is experimentally supported.
 
-** The `--timeout' option now affects the connect timeout as well.
-Previously it only affected reading and writing data.
+** The `--timeout' option now affects DNS lookup and establishing the
+connection as well.  Previously it only affected reading and writing
+data.
 
 ** Download speed shown by the progress bar is based on the data
 recently read, rather than the average speed of the entire download.
@@ -31,14 +32,15 @@ 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
 * Wget 1.8.1 is a bugfix release with no user-visible changes.
 \f