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 /CHANGES | |
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 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Dan F (23 March 2007) +- Added --pubkey option to curl and made --key also work for SCP/SFTP, + plus made --pass work on an SSH private key as well. + Yang Tse (20 March 2007) - Fixed: When a signal was caught awaiting for an event using Curl_select() or Curl_poll() with a non-zero timeout both functions would restart the |