diff options
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 40c8082eb..3dd713883 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -2,7 +2,7 @@ Curl and libcurl 7.15.5 Public curl release number: 95 Releases counted from the very beginning: 122 - Available command line options: 113 + Available command line options: 114 Available curl_easy_setopt() options: 133 Number of public functions in libcurl: 54 Amount of public web site mirrors: 33 @@ -11,14 +11,15 @@ Curl and libcurl 7.15.5 This release includes the following changes: + o added --ftp-ssl-reqd o modified the prototype for the socket callback set with CURLMOPT_SOCKETFUNCTION o added curl_multi_assign() o added CURLOPT_FTP_ALTERNATIVE_TO_USER and --ftp-alternative-to-user - o now includes a vcproj file for building libcurl + o added a vcproj file for building libcurl o added curl_formget() o added CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE - o configure --enable-hidden-symbols + o added configure --enable-hidden-symbols o Made -K on a file that couldn't be read cause a warning to be displayed This release includes the following bugfixes: |