aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-28 21:26:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-28 21:26:06 +0000
commitae13c93b7db9f9c68eaf95150ed551b3b649d8c4 (patch)
tree8ace8b70b39ec08504fcacc9dbae2e38522a8f32 /RELEASE-NOTES
parentb9f8a4a477a74781fddc28ba2fe9d0713de0acf9 (diff)
Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl
would crash if a bad function sequence was used when shutting down after using the multi interface (i.e using easy_cleanup after multi_cleanup) so precautions have been added to make sure it doesn't any more - test case 529 was added to verify.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES8
1 files changed, 6 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 70a33b5bf..11330d30d 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -11,10 +11,11 @@ Curl and libcurl 7.16.0
This release includes the following changes:
+ o curl_multi_socket() and family are suitable to start using
o uses WSAPoll() on Windows Vista
o (FTP) --ftp-ssl-control was added
o CURLOPT_SSL_SESSIONID_CACHE and --no-sessionid added
- o CURLMOPT_PIPELINING added for enabling pipelined transfers
+ o CURLMOPT_PIPELINING added for enabling HTTP pipelined transfers
o multi handles now have a shared connection cache
o Added support for other MS-DOS compilers (besides djgpp)
o CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA were added
@@ -23,6 +24,9 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o multi interface crash if bad function call order was used for cleanup
+ o put a new URL in saved cookie jar files
+ o configure --with-gssapi-libs
o SOCKS proxy connection fixes
o (FTP) a failed upload does not invalidate the control connection
o proxy URL with user name and empty password or no password at all now work
@@ -55,6 +59,6 @@ advice from friends like these:
Domenico Andreoli, Armel Asselin, Gisle Vanem, Yang Tse, Andrew Biggs,
Peter Sylvester, David McCreedy, Dmitriy Sergeyev, Dmitry Rechkin,
Jari Sundell, Ravi Pratap, Michele Bini, Jeff Pohlmeyer, Michael Wallner,
- Mike Protts, Cory Nelson
+ Mike Protts, Cory Nelson, Bernard Leak
Thanks! (and sorry if I forgot to mention someone)