X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=NEWS;h=0fe8fc10cdc4997c5eb983934168e92e4fda4b2d;hp=0d8f2b7aef918e7f5ce97e0f22df579573f39591;hb=b46a8df58d3381bdd2d87a2682ea273a8b41023f;hpb=f567bec34ca55f3e83133a09f4febef547faba4c diff --git a/NEWS b/NEWS index 0d8f2b7a..0fe8fc10 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,12 @@ Please send GNU Wget bug reports to . * 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.