summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-01-21 23:57:52 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-01-24 20:31:30 +0100
commit178307080120c941266209b9562b849e9760502b (patch)
tree90f568c3afcdf110d9edda62e4822b6adca3eb7d
parentb03f01742df5e070db3eb89f6ef25ad64cdade38 (diff)
downloadcurl-178307080120c941266209b9562b849e9760502b.tar.gz
RELEASE-NOTES: synced with d58ba66eeceb
-rw-r--r--RELEASE-NOTES13
1 files changed, 7 insertions, 6 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 58259f928..2cc71422f 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -69,6 +69,7 @@ This release includes the following bugfixes:
o openssl: for 1.1.0+ they now provide a SSLeay() macro of their own
o openssl: improved error detection/reporting
o ssh: CURLOPT_SSH_PUBLIC_KEYFILE now treats "" as NULL again [30]
+ o mbedtls: Fix pinned key return value on fail [31]
This release includes the following known bugs:
@@ -78,11 +79,11 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Alessandro Ghedini, Anders Bakken, Christian Stewart, Dan Fandrich,
- Daniel Stenberg, Francisco Moraes, Gisle Vanem, Johannes Schindelin,
- John Kohl, Kamil Dudka, Marc Hoersken, Michael Kaufmann, Mohammad AlSaleh,
- Patrick Monnerat, Ray Satiro, Steve Holme, Tatsuhiro Tsujikawa,
- Thomas Glanzmann, Thomas Klausner,
- (19 contributors)
+ Daniel Schauenberg, Daniel Stenberg, Francisco Moraes, Gisle Vanem,
+ Johannes Schindelin, John Kohl, Kamil Dudka, Marc Hoersken, Michael Kaufmann,
+ Mohammad AlSaleh, Patrick Monnerat, Ray Satiro, Steve Holme,
+ Tatsuhiro Tsujikawa, Thomas Glanzmann, Thomas Klausner,
+ (20 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -118,4 +119,4 @@ References to bug reports and discussions on issues:
[28] = http://curl.haxx.se/bug/?i=584
[29] = http://curl.haxx.se/bug/?i=594
[30] = http://curl.haxx.se/mail/lib-2016-01/0072.html
-
+ [31] = http://curl.haxx.se/bug/?i=601