]> granicus.if.org Git - curl/commitdiff
RELEASE-NOTES: synced with 5d70a61b94604
authorDaniel Stenberg <daniel@haxx.se>
Wed, 18 Jan 2012 21:33:45 +0000 (22:33 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 18 Jan 2012 21:33:45 +0000 (22:33 +0100)
5 more bug fixes, 1 more contributor

RELEASE-NOTES

index 39c6ab38f573230311da0023cd1fbdb6e83054d8..e7d4f3c9799143a6f1f29b0c117688baaee168ed 100644 (file)
@@ -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