summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-07-26 23:20:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-07-26 23:20:47 +0000
commit4d4151f6c10c8770c70dd3b1d06a84ca5191142f (patch)
treec228d865275442bc1ac67420753ef3daa50905fa /RELEASE-NOTES
parent518becfe2ea21a96e923149df45a433f2501e5fd (diff)
downloadcurl-4d4151f6c10c8770c70dd3b1d06a84ca5191142f.tar.gz
David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for both
control and data connection, as the existing --ftp-ssl option only requests it.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES7
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: