]> sjero.net Git - wget/commitdiff
[svn] Reorder announcements in NEWS according to their importance order.
authormtortonesi <devnull@localhost>
Wed, 27 Apr 2005 21:54:52 +0000 (14:54 -0700)
committermtortonesi <devnull@localhost>
Wed, 27 Apr 2005 21:54:52 +0000 (14:54 -0700)
NEWS

diff --git a/NEWS b/NEWS
index ca793717e325fcd498fdae677b86e60b2c156822..24e2d4a43658f3547ea3f8e801d78bb9218c3cb3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,14 +7,6 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
 \f
 * Changes in Wget 1.10.
 
-** 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.
-
 ** Downloading files greater than 2GB, also known as "large files",
 now works on systems that support them.  This includes most modern
 Unix variants, as well as Windows.
@@ -86,6 +78,14 @@ whether the user has authenticated, using session cookies.  Using this
 option option allows multiple Wget runs to be 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.