diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-03-23 17:59:40 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-03-23 17:59:40 +0000 |
commit | 0043e870145d167003931cda2fd90b5e13b0b7f8 (patch) | |
tree | a8d633e4505144346433fe8beec7bb792b3e286d /RELEASE-NOTES | |
parent | 0f634a0c899b2c21a4f7f4af480d94937bd81bf4 (diff) |
Added --pubkey option to curl and made --key also work for SCP/SFTP,
plus made --pass work on an SSH private key as well.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 20ad3d43a..f3a8cfaa2 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -2,7 +2,7 @@ Curl and libcurl 7.16.2 Public curl release number: 98 Releases counted from the very beginning: 125 - Available command line options: 117 + Available command line options: 118 Available curl_easy_setopt() options: 141 Number of public functions in libcurl: 54 Amount of public web site mirrors: 38 @@ -22,6 +22,8 @@ This release includes the following changes: o includes VC8 Makefiles in the release archive o --ftp-ssl-control is now honoured on ftps:// URLs o added experimental CURL_ACKNOWLEDGE_EINTR symbol definition check + o --key and new --pubkey options for SSH public key file logins + o --pass now works for a SSH public key file, too This release includes the following bugfixes: |