diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-04-24 10:18:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-04-24 10:18:06 +0000 |
commit | bc1ae973daafb5881b65e179d2f5ce891acf22bd (patch) | |
tree | fc844343a2ad8f4660d3cd6e53ce7da5946fa117 /RELEASE-NOTES | |
parent | 6a35841b2edcbd865e914ec33ea0568199a26a8a (diff) |
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.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 7 |
1 files changed, 4 insertions, 3 deletions
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/ |