summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-05-15 22:15:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-05-15 22:15:39 +0200
commita481f5b3083006098262672dda0b7b4af5b60a84 (patch)
treecde2379240d72749d311ee0c3be3bd168adcef8e
parent53a5b95c215860e3c392b011f2645e2bdd70246c (diff)
downloadcurl-a481f5b3083006098262672dda0b7b4af5b60a84.tar.gz
RELEASE-NOTES: synced with 53a5b95c21586
-rw-r--r--RELEASE-NOTES16
1 files changed, 11 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 1c8659d33..8dcbd148f 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -74,6 +74,9 @@ This release includes the following bugfixes:
o Makefile.b32: Fixed for vtls changes [18]
o sasl: Fixed missing qop in the client's challenge-response message
o openssl: unbreak PKCS12 support [19]
+ o darwinssl: fix potential crash with a P12 file [20]
+ o timers: fix timer regression involving redirects / reconnects [21]
+ o CURLINFO_SSL_VERIFYRESULT: made more reliable [22]
This release includes the following known bugs:
@@ -83,11 +86,11 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Aaro Koskinen, Cody Mack, Damian Dixon, Dan Fandrich, Daniel Johnson,
- Daniel Stenberg, David Woodhouse, Dilyan Palauzov, Dmitry, Henrik,
- Ivo Bellin Salarin, Jeff King, Jeroen Koekkoek, Jon Torrey, Kamil Dudka,
- Leon Winter, Maciej Puzio, Marc Hoersken, Marko, Patrick Watson, Paul Marks,
- Radu Simionescu, Remi Gacogne, Steve Holme, Tatsuhiro Tsujikawa, Till Maas,
- Tom Sparrow, Török Edwin, Vijay Panghal
+ Daniel Stenberg, David Woodhouse, Dilyan Palauzov, Ivo Bellin Salarin,
+ Jeff King, Jeroen Koekkoek, Jon Torrey, Kamil Dudka, Larry Lin, Leon Winter,
+ Maciej Puzio, Marc Hoersken, Nick Zitzmann, Patrick Watson, Paul Marks,
+ Radu Simionescu, Remi Gacogne, Ryan Braud, Steve Holme, Tatsuhiro Tsujikawa,
+ Till Maas, Tom Sparrow, Török Edwin, Vijay Panghal,
Thanks! (and sorry if I forgot to mention someone)
@@ -112,3 +115,6 @@ References to bug reports and discussions on issues:
[17] = http://curl.haxx.se/mail/lib-2014-05/0081.html
[18] = http://curl.haxx.se/mail/lib-2014-05/0025.html
[19] = http://curl.haxx.se/bug/view.cgi?id=1371
+ [20] = http://curl.haxx.se/bug/view.cgi?id=1369
+ [21] = http://curl.haxx.se/mail/lib-2014-05/0147.html
+ [22] = http://curl.haxx.se/mail/lib-2014-04/0203.html