]> sjero.net Git - wget/blobdiff - NEWS
[svn] Fix typo in --keep-session entry; reformat to 72 columns.
[wget] / NEWS
diff --git a/NEWS b/NEWS
index b625a81332c8336062d12eff66b375d9410731bc..f9fed68c3facbbb4618fff2374f9c434c3638c40 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -73,11 +73,20 @@ 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 -b' now works correctly under Windows.
 \f
 * Wget 1.9.1 is a bugfix release with no user-visible changes.