From bc1ae973daafb5881b65e179d2f5ce891acf22bd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 24 Apr 2007 10:18:06 +0000 Subject: Robert Iakobashvili made the 'master_buffer' get allocated first once it is can/will be used as it then makes the common cases save 16KB of data for each easy handle that isn't used for pipelining. --- RELEASE-NOTES | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1ce8d7012..863ed8fbf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,8 +11,9 @@ Curl and libcurl 7.16.3 This release includes the following changes: - o Added curl_multi_socket_action() - o Deprecated curl_multi_socket() + o added curl_multi_socket_action() + o deprecated curl_multi_socket() + o uses less memory in non-pipelined use cases This release includes the following bugfixes: @@ -34,7 +35,7 @@ This release includes the following known bugs: Other curl-related news: - o PycURL 7.16.2 was released: http://pycurl.sf.net/ + o PycURL 7.16.2.1 was released: http://pycurl.sf.net/ o TclCurl 7.16.2 was released: http://personal1.iddeo.es/andresgarci/tclcurl/english/ -- cgit v1.2.3