aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-11-02 22:10:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-11-02 22:10:18 +0000
commit675f6a8901cc1668af30d6c5e6b428eeb1984498 (patch)
treede11cb2bb69daac7ee58ac15c66e7b4a2bbb884c /CHANGES
parent2147284cad624325f5b0034c2f394db62086d9e6 (diff)
mention the new options
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0a7304515..1865ee78a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,12 @@ Daniel (2 November 2006)
- James Housley brought support for SCP transfers, based on the libssh2 library
for the actual network protocol stuff.
+ Added these new curl_easy_setopt() options:
+
+ CURLOPT_SSH_AUTH_TYPES
+ CURLOPT_SSH_PUBLIC_KEYFILE
+ CURLOPT_SSH_PRIVATE_KEYFILE
+
Version 7.16.0 (30 October 2006)
Daniel (25 October 2006)