From 87bcb6f3775a437579c7526d0972c714c2e5d31d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 11 Feb 2006 22:35:16 +0000 Subject: 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. --- RELEASE-NOTES | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'RELEASE-NOTES') 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) -- cgit v1.2.3