1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] *** empty log message ***

This commit is contained in:
hniksic 2003-09-16 18:57:40 -07:00
parent 2981313f3e
commit 83c6e8f96b

15
NEWS
View File

@ -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.
* Wget 1.8.2 is a bugfix release with no user-visible changes.