[svn] Reorder announcements in NEWS according to their importance order.

This commit is contained in:
mtortonesi 2005-04-27 14:54:52 -07:00
parent 231f9bae4c
commit 7554f9ebe7

16
NEWS
View File

@ -7,14 +7,6 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
* 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.
* Wget 1.9.1 is a bugfix release with no user-visible changes.