summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-09-06 23:29:37 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-09-07 07:45:43 +0200
commit9ce6d0d52821c6e33506cb173f0e27c68014e60e (patch)
treeb54be8494573438830ede452a6a2f95052355947
parente79de9e326875cd8b61361262cad67723109445a (diff)
downloadcurl-7_50_2.tar.gz
RELEASE-NOTES: curl 7.50.2 releasecurl-7_50_2
-rw-r--r--RELEASE-NOTES21
1 files changed, 13 insertions, 8 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 9183cd5d2..2973b75a8 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,7 +4,7 @@ Curl and libcurl 7.50.2
Command line options: 185
curl_easy_setopt() options: 224
Public functions in libcurl: 61
- Contributors: 1425
+ Contributors: 1441
This release includes the following bugfixes:
@@ -54,6 +54,8 @@ This release includes the following bugfixes:
o http2: use named define instead of magic constant in read callback
o http2: skip the content-length parsing, detect unknown size
o http2: return EOF when done uploading without known size [26]
+ o darwinssl: test for errSecSuccess in PKCS12 import rather than noErr [27]
+ o openssl: fix CURLINFO_SSL_VERIFYRESULT [28]
This release includes the following known bugs:
@@ -63,13 +65,14 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Ales Novak, Bill Nagel, Christian Fillion, Craig Davison, Dambaev Alexander,
- Dan Donahue, Dan Fandrich, Daniel Stenberg, David Kalnischkies,
- David Woodhouse, Erik Janssen, János Fekete, Kamil Dudka, Marc Hoersken,
- Marc Hörsken, Marco Deckel, Mark Hamilton, Mark Nottingham, Michael Kaufmann,
- Miroslav Franc, Nick Zitzmann, Olivier Brunel, Peter Wang, Ray Satiro,
- Ronnie Mose, Sergei Nikulov, Serj Kalichev, Simon Warta, Steve Holme,
- Tatsuhiro Tsujikawa, Thomas Glanzmann, Tim Rühsen, wmsch on github,
- (33 contributors)
+ Dan Donahue, Dan Fandrich, Daniel Gustafsson, Daniel Stenberg,
+ David Kalnischkies, David Woodhouse, Erik Janssen, Gaurav Malhotra,
+ János Fekete, Kamil Dudka, Marcel Raad, Marc Hörsken, Marco Deckel,
+ Mark Hamilton, Mark Nottingham, Michael Kaufmann, Miroslav Franc,
+ Nick Zitzmann, Olivier Brunel, Peter Wang, Ray Satiro, Ronnie Mose,
+ Sergei Nikulov, Serj Kalichev, Simon Warta, Steve Holme, Tatsuhiro Tsujikawa,
+ Thomas Glanzmann, Tim Rühsen, wmsch on github,
+ (35 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -101,3 +104,5 @@ References to bug reports and discussions on issues:
[24] = https://curl.haxx.se/bug/?i=971
[25] = https://curl.haxx.se/bug/?i=958
[26] = https://curl.haxx.se/bug/?i=982
+ [27] = https://curl.haxx.se/bug/?i=993
+ [28] = https://curl.haxx.se/bug/?i=995