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

[svn] Fix typo in --keep-session entry; reformat to 72 columns.

This commit is contained in:
hniksic 2005-04-27 15:00:53 -07:00
parent 7554f9ebe7
commit 801813a9be

21
NEWS
View File

@ -73,18 +73,19 @@ specified via `.wgetrc'.
** The new option `--keep-session-cookies' causes `--save-cookies' to ** The new option `--keep-session-cookies' causes `--save-cookies' to
save session cookies (normally only kept in memory) along with the save session cookies (normally only kept in memory) along with the
permanent ones. Many sites track important information, such as permanent ones. This is useful because many sites track important
whether the user has authenticated, using session cookies. Using this information, such as whether the user has authenticated, in session
option option allows multiple Wget runs to be treated as a single cookies. With this option multiple Wget runs are treated as a single
browser session. browser session.
** Wget now supports the --ftp-user and --ftp-password command switches to set ** Wget now supports the --ftp-user and --ftp-password command
username and password for FTP, and the --user and --password command switches switches to set username and password for FTP, and the --user and
to set username and password for both FTP and HTTP. The --http-passwd and --password command switches to set username and password for both FTP
--proxy-passwd command switches have been renamed to --http-password and and HTTP. The --http-passwd and --proxy-passwd command switches have
--proxy-password respectively, and the related http_passwd and proxy_passwd been renamed to --http-password and --proxy-password respectively, and
.wgetrc commands to http_password and proxy_password respectively. The the related http_passwd and proxy_passwd .wgetrc commands to
login and passwd .wgetrc commands have been deprecated. http_password and proxy_password respectively. The login and passwd
.wgetrc commands have been deprecated.
* `wget -b' now works correctly under Windows. * `wget -b' now works correctly under Windows.