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

[svn] Updated.

This commit is contained in:
hniksic 2003-11-06 12:26:05 -08:00
parent f567bec34c
commit b46a8df58d
2 changed files with 6 additions and 6 deletions

6
NEWS
View File

@ -7,6 +7,12 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
* Changes in Wget 1.9+. * Changes in Wget 1.9+.
** Many options that previously unconditionally set or unset features
are now boolean options that can be invoked as `--OPTION[=yes/no]' or
with `--no-OPTION'. This is useful because it allows you to specify
non-default behavior via `.wgetrc' and then revert it again on the
command-line.
** The new option `--keep-session-cookies' causes `--save-cookies' to ** The new option `--keep-session-cookies' causes `--save-cookies' to
save session cookies along with the permanent ones. This is useful on save session cookies along with the permanent ones. This is useful on
sites that require you to log in before you can access some pages. sites that require you to log in before you can access some pages.

6
TODO
View File

@ -79,12 +79,6 @@ represent user-visible changes.
* Add option to clobber existing file names (no `.N' suffixes). * Add option to clobber existing file names (no `.N' suffixes).
* Introduce real "boolean" options. Every `--foo' setting should have
a corresponding `--no-foo' that turns off. This is useful even for
options turned off by default, because the default can be reversed
in `.wgetrc'. Get rid of `--foo=no'. Short options would be
handled as `-x' vs. `-nx'.
* Add option to only list wildcard matches without doing the download. * Add option to only list wildcard matches without doing the download.
* Handle MIME types correctly. There should be an option to (not) * Handle MIME types correctly. There should be an option to (not)