summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-01-18 22:33:45 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-01-18 22:33:45 +0100
commit4b9af77d542cb8ee8ddd5217141cce489ac875ea (patch)
tree4be6a8e0642873aefa85d39267617753cb737b70 /RELEASE-NOTES
parent5d70a61b9460498558de2f16038a3687811b1622 (diff)
downloadcurl-4b9af77d542cb8ee8ddd5217141cce489ac875ea.tar.gz
RELEASE-NOTES: synced with 5d70a61b94604
5 more bug fixes, 1 more contributor
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES9
1 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 39c6ab38f..e7d4f3c97 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -61,6 +61,11 @@ This release includes the following bugfixes:
o FTP: CURLE_PARTIAL_FILE will not close the control channel [40]
o win32-threaded-resolver: stop using a dummy socket
o OpenSSL: remove reference to openssl internal struct [41]
+ o OpenSSL: SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option no longer enabled
+ o OpenSSL: fix PKCS#12 certificate parsing related memory leak
+ o OpenLDAP: fix LDAP connection phase memory leak [42]
+ o Telnet: Use correct file descriptor for telnet upload
+ o Telnet: Remove bogus optimisation of telnet upload
This release includes the following known bugs:
@@ -75,7 +80,8 @@ advice from friends like these:
Naveen Chandran, Ward Willats, Vladimir Grishchenko, Colin Hogben,
Alessandro Ghedini, Cedric Deltheil, Toni Moreno, Bernhard Reutner-Fischer,
Sven Wegener, Alex Vinnik, Kamil Dudka, Mamoru Tasaka, Patrice Guerin,
- Armel Asselin, Arthur Murray, Steve H Truong, Peter Sylvester
+ Armel Asselin, Arthur Murray, Steve H Truong, Peter Sylvester,
+ Johannes Bauer
Thanks! (and sorry if I forgot to mention someone)
@@ -122,3 +128,4 @@ References to bug reports and discussions on issues:
[39] = http://curl.haxx.se/mail/lib-2012-01/0160.html
[40] = http://curl.haxx.se/mail/lib-2012-01/0096.html
[41] = http://curl.haxx.se/mail/lib-2012-01/0049.html
+ [42] = http://curl.haxx.se/bug/view.cgi?id=3474308