summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-06-07 10:39:21 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-06-07 10:39:21 +0200
commitdc19e656b5acd533e833971ac415a5f426b99c63 (patch)
tree0f16c46b9a78fcde89adbbca9f370474d34af018
parent87cf677eca55abee88f0a9dced9e6fa570143873 (diff)
downloadgnurl-dc19e656b5acd533e833971ac415a5f426b99c63.tar.gz
gnurl-dc19e656b5acd533e833971ac415a5f426b99c63.tar.bz2
gnurl-dc19e656b5acd533e833971ac415a5f426b99c63.zip
RELEASE-NOTES: synced with 87cf677eca55
Added 11 bugs and 7 contributors
-rw-r--r--RELEASE-NOTES23
1 files changed, 21 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 1796b0e0d..3b9098a36 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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