From: hniksic Date: Wed, 27 Apr 2005 22:00:53 +0000 (-0700) Subject: [svn] Fix typo in --keep-session entry; reformat to 72 columns. X-Git-Tag: v1.13~1127 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=801813a9be6f9a9f77ff5db195fd2f582e5bb72c [svn] Fix typo in --keep-session entry; reformat to 72 columns. --- diff --git a/NEWS b/NEWS index 24e2d4a4..f9fed68c 100644 --- a/NEWS +++ b/NEWS @@ -73,18 +73,19 @@ specified via `.wgetrc'. ** The new option `--keep-session-cookies' causes `--save-cookies' to save session cookies (normally only kept in memory) along with the -permanent ones. Many sites track important information, such as -whether the user has authenticated, using session cookies. Using this -option option allows multiple Wget runs to be treated as a single +permanent ones. This is useful because many sites track important +information, such as whether the user has authenticated, in session +cookies. With this option multiple Wget runs are treated as a single browser session. -** Wget now supports the --ftp-user and --ftp-password command switches to set -username and password for FTP, and the --user and --password command switches -to set username and password for both FTP and HTTP. The --http-passwd and ---proxy-passwd command switches have been renamed to --http-password and ---proxy-password respectively, and the related http_passwd and proxy_passwd -.wgetrc commands to http_password and proxy_password respectively. The -login and passwd .wgetrc commands have been deprecated. +** Wget now supports the --ftp-user and --ftp-password command +switches to set username and password for FTP, and the --user and +--password command switches to set username and password for both FTP +and HTTP. The --http-passwd and --proxy-passwd command switches have +been renamed to --http-password and --proxy-password respectively, and +the related http_passwd and proxy_passwd .wgetrc commands to +http_password and proxy_password respectively. The login and passwd +.wgetrc commands have been deprecated. * `wget -b' now works correctly under Windows.