mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Updated.
This commit is contained in:
parent
f567bec34c
commit
b46a8df58d
6
NEWS
6
NEWS
@ -7,6 +7,12 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
|
||||
|
||||
* 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
|
||||
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.
|
||||
|
6
TODO
6
TODO
@ -79,12 +79,6 @@ represent user-visible changes.
|
||||
|
||||
* 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.
|
||||
|
||||
* Handle MIME types correctly. There should be an option to (not)
|
||||
|
Loading…
Reference in New Issue
Block a user