diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2007-01-05 23:11:14 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2007-01-05 23:11:14 +0000 |
| commit | 4750e6f3c5fd42e19998242ddb63d7d5506b9fd9 (patch) | |
| tree | da414a616a37056c35bda6312721064e7d65839b /RELEASE-NOTES | |
| parent | b7aaa4d9071227d481eb163887d7dd21535b7ae3 (diff) | |
- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to
curl that uses the new CURLOPT_FTP_SSL_CCC option in libcurl. If enabled, it
will make libcurl shutdown SSL/TLS after the authentication is done on a
FTP-SSL operation.
Diffstat (limited to 'RELEASE-NOTES')
| -rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fe108df67..a9317ea60 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -5,7 +5,7 @@ Curl and libcurl 7.16.1 Available command line options: 112 Available curl_easy_setopt() options: 133 Number of public functions in libcurl: 54 - Amount of public web site mirrors: 39 + Amount of public web site mirrors: 38 Number of known libcurl bindings: 35 Number of contributors: 524 @@ -13,6 +13,7 @@ This release includes the following changes: o Support for SCP and SFTP were added o CURLOPT_CLOSEPOLICY is now deprecated + o --ftp-ssl-ccc and CURLOPT_FTP_SSL_CCC were added This release includes the following bugfixes: @@ -67,6 +68,6 @@ advice from friends like these: Matt Witherspoon, Alexey Simak, Martin Skinner, Sh Diao, Jared Lundell, Stefan Krause, Sebastien Willemijns, Alexey Simak, Brendan Jurd, Robson Braga Araujo, David McCreedy, Robert Foreman, Nathanael Nerode, - Victor Snezhko + Victor Snezhko, Linus Nielsen Feltzing Thanks! (and sorry if I forgot to mention someone) |
