[svn] Add the --user, --password, --ftp-user and --ftp-password options.

Rename the --ftp-passwd, --http-passwd and --proxy-passwd options to
--ftp-password, --http-password and --proxy-password respectively.
Deprecate the login and passwd .wgetrc commands.
This commit is contained in:
mtortonesi
2005-04-27 14:30:22 -07:00
parent dc0bac5c43
commit e815fe81a0
10 changed files with 138 additions and 38 deletions

View File

@@ -1,3 +1,12 @@
2005-04-27 Mauro Tortonesi <mauro@ferrara.linux.it>
* wget.texi: Document --user, --password, --ftp-user and the
corresponding Wgetrc command. Renamed --ftp-passwd to --ftp-password,
--http-passwd to --http-passwd and --proxy-passwd to proxy_password.
Renamed ftp_passwd to ftp_password, http_passwd to http_passwd and
proxy_passwd to proxy_password. Removed documentation for the
deprecated login command.
2005-04-27 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (HTTPS (SSL/TLS) Options): Document --random-file.