summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-02-11 22:35:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-02-11 22:35:16 +0000
commit87bcb6f3775a437579c7526d0972c714c2e5d31d (patch)
treee3b1729ce92ff0ab994b7e904f0bca5bd018a060 /RELEASE-NOTES
parentb0bc2f00d2ef005b6322123799af78528f66b713 (diff)
downloadcurl-87bcb6f3775a437579c7526d0972c714c2e5d31d.tar.gz
Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that
an app can use to let libcurl only connect to a remote host and then extract the socket from libcurl. libcurl will then not attempt to do any transfer at all after the connect is done.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES15
1 files changed, 8 insertions, 7 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index d7babaab2..5cd89a464 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -2,21 +2,22 @@ Curl and libcurl 7.15.2
Public curl release number: 92
Releases counted from the very beginning: 119
- Available command line options: 109
- Available curl_easy_setopt() options: 125
+ Available command line options: 111
+ Available curl_easy_setopt() options: 129
Number of public functions in libcurl: 46
- Amount of public web site mirrors: 30
+ Amount of public web site mirrors: 31
Number of known libcurl bindings: 32
Number of contributors: 474
This release includes the following changes:
+ o CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET added
o CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE (--local-port) added
o Dropped support for the LPRT ftp command
- o Gopher is now officially abandoned as a protocol (lib)curl tries to support.
+ o Gopher is now officially abandoned as a protocol (lib)curl tries to support
o curl_global_init() and curl_global_cleanup() are now using a refcount so
that it is now legal to call them multiple times. See updated info for
- details.
+ details
This release includes the following bugfixes:
@@ -60,7 +61,7 @@ advice from friends like these:
Dov Murik, Jean Jacques Drouin, Andres Garcia, Yang Tse, Gisle Vanem, Dan
Fandrich, Alexander Lazic, Michael Jahn, Andrew Benham, Bryan Henderson,
- David Shaw, Jon Turner, Duane Cathey, Michal Marek, Philippe Vaucher,
- Kent Boortz
+ David Shaw, Jon Turner, Duane Cathey, Michal Marek, Philippe Vaucher, Kent
+ Boortz, Karl M
Thanks! (and sorry if I forgot to mention someone)