aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-08-05 09:38:04 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-08-05 09:38:04 +0200
commit524833e155e0df6b96dba645832a3c99db4d287e (patch)
tree6de622c5ad33b43e6e6cf183ee56a3a7ff0e6c3c
parent5b37db44a3ebe63c49bb94b68eb919047ad94fb0 (diff)
RELEASE-NOTES: synced with 5b37db44a3eb
-rw-r--r--RELEASE-NOTES9
1 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 145a846b9..06a4a72b9 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -16,6 +16,8 @@ This release includes the following changes:
o axtls: define curlssl_random using axTLS's PRNG
o cyassl: use RNG_GenerateBlock to generate a good random number
o findprotocol: show unsupported protocol within quotes
+ o version: detect and show LibreSSL
+ o version: detect and show BoringSSL
This release includes the following bugfixes:
@@ -36,6 +38,11 @@ This release includes the following bugfixes:
o SSPI Negotiate: Fix 3 memory leaks
o libtest: fixed duplicated line in Makefile [7]
o conncache: fix compiler warning [8]
+ o openssl: make ossl_send return CURLE_OK better
+ o HTTP2: Support expect: 100-continue
+ o HTTP/2: Fix infinite loop in readwrite_data()
+ o parsedate: fix the return code for an overflow edge condition
+ o darwinssl: don't use strtok()
This release includes the following known bugs:
@@ -47,7 +54,7 @@ advice from friends like these:
Alessandro Ghedini, Anthon Pang, Dan Fandrich, Daniel Stenberg, Dave Reisner,
David Woodhouse, Fabian Keil, Kamil Dudka, Marcel Raad, Michael Osipov,
Michael Wallner, Patrick Monnerat, Paul Saab, Rafaël Carré, Sergey Nikulov,
- Spork Schivago, Steve Holme,
+ Spork Schivago, Steve Holme, Tatsuhiro Tsujikawa, Toby Peterson,
Thanks! (and sorry if I forgot to mention someone)