RELEASE-NOTES: synced with 87cf677eca55
authorDaniel Stenberg <daniel@haxx.se>
Fri, 7 Jun 2013 08:39:21 +0000 (10:39 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 7 Jun 2013 08:39:21 +0000 (10:39 +0200)
Added 11 bugs and 7 contributors

RELEASE-NOTES

index 1796b0e..3b9098a 100644 (file)
@@ -44,7 +44,17 @@ This release includes the following bugfixes:
  o winssl: Fixed invalid memory access during SSL shutdown [11]
  o OS X framework: fix invalid symbolic link
  o OpenSSL: allow empty server certificate subject [12]
- o
+ o axtls: prevent memleaks on SSL handshake failures
+ o cookies: only consider full path matches
+ o Revert win32 MemoryTracking: wcsdup() _wcsdup() and _tcsdup() [13]
+ o Curl_cookie_add: handle IPv6 hosts [14]
+ o ossl_send: SSL_write() returning 0 is an error too
+ o ossl_recv: SSL_read() returning 0 is an error too
+ o Digest auth: escape user names with \ or " in them [15]
+ o curl_formadd.3: fixed wrong "end-marker" syntax [16]
+ o libcurl-tutorial.3: fix incorrect backslash [17]
+ o curl_multi_wait: reduce timeout if the multi handle wants to [18]
+ o tests/Makefile: typo in the perlcheck target [19]
 
 This release includes the following known bugs:
 
@@ -57,7 +67,9 @@ advice from friends like these:
  Anders Havn, Dan Fandrich, Paul Howarth, Dave Reisner, Wouter Van Rooy,
  Linus Nielsen Feltzing, Ishan SinghLevett, Alessandro Ghedini,
  Ludovico Cavedon, Zdenek Pavlas, Zekun Ni, Lars Johannesen, Marc Hoersken,
- Renaud Guillard, John Gardiner Myers, Jared Jennings
+ Renaud Guillard, John Gardiner Myers, Jared Jennings, Eric Hu,
+ Yamada Yasuharu, Stefan Neis, Mike Giancola, Eric S. Raymond, Andrii Moiseiev,
+ Christian Weisgerber
 
         Thanks! (and sorry if I forgot to mention someone)
 
@@ -75,3 +87,10 @@ References to bug reports and discussions on issues:
  [10] = http://curl.haxx.se/bug/view.cgi?id=1196
  [11] = http://curl.haxx.se/bug/view.cgi?id=1219
  [12] = http://curl.haxx.se/bug/view.cgi?id=1220
+ [13] = http://curl.haxx.se/mail/lib-2013-05/0070.html
+ [14] = http://curl.haxx.se/bug/view.cgi?id=1221
+ [15] = http://curl.haxx.se/bug/view.cgi?id=1230
+ [16] = http://curl.haxx.se/bug/view.cgi?id=1233
+ [17] = http://curl.haxx.se/bug/view.cgi?id=1234
+ [18] = http://curl.haxx.se/bug/view.cgi?id=1224
+ [19] = http://curl.haxx.se/bug/view.cgi?id=1239