From 514592b89207e83d13b5a4e79bc247aa6f74c4b7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 12 May 2008 21:43:24 +0000 Subject: - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send and receive data over a connection previously setup with curl_easy_perform() and its CURLOPT_CONNECT_ONLY option. The sendrecv.c example was added to show how they can be used. --- RELEASE-NOTES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 15781b3ea..cb6496930 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -3,8 +3,8 @@ Curl and libcurl 7.18.2 Public curl releases: 105 Command line options: 126 curl_easy_setopt() options: 150 - Public functions in libcurl: 56 - Public web site mirrors: 39 + Public functions in libcurl: 58 + Public web site mirrors: 37 Known libcurl bindings: 36 Contributors: 636 @@ -14,6 +14,7 @@ This release includes the following changes: o CURLOPT_NOBODY is now supported over SFTP o curl can now run on Symbian OS o curl -w redirect_url and CURLINFO_REDIRECT_URL + o added curl_easy_send() and curl_easy_recv() This release includes the following bugfixes: -- cgit v1.2.3