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

[svn] Mention the redesign of SSL options.

This commit is contained in:
hniksic 2005-05-06 08:47:48 -07:00
parent cb6c0c4f50
commit ea9a2b260c

10
NEWS
View File

@ -7,9 +7,9 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
* Changes in Wget 1.10. * Changes in Wget 1.10.
** Downloading files greater than 2GB, also known as "large files", ** Downloading files larger than 2GB, sometimes referred to as "large
now works on systems that support them. This includes the majority of files", now works on systems that support them. This includes the
modern Unixes, as well as MS Windows. majority of modern Unixes, as well as MS Windows.
** IPv6 is now supported by Wget. Unlike the experimental code in ** IPv6 is now supported by Wget. Unlike the experimental code in
1.9, this version supports dual-family systems. The new flags 1.9, this version supports dual-family systems. The new flags
@ -78,6 +78,10 @@ information, such as whether the user has authenticated, in session
cookies. With this option multiple Wget runs are treated as a single cookies. With this option multiple Wget runs are treated as a single
browser session. browser session.
** SSL/TLS-related options have been redesigned and documented. Refer
to the manual for details. The old, undocumented, options are no
longer supported.
** Wget now supports the --ftp-user and --ftp-password command ** Wget now supports the --ftp-user and --ftp-password command
switches to set username and password for FTP, and the --user and switches to set username and password for FTP, and the --user and
--password command switches to set username and password for both FTP --password command switches to set username and password for both FTP