aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-12-26 21:12:44 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-12-26 21:12:44 +0100
commit2bb00705bbf9cfc59f6011bb0214e5eddba13ea8 (patch)
tree116f185f3f77743b86fcfce07202addfaa7f04b1 /RELEASE-NOTES
parenta7b38c9dc98481e4a5fc37e51a8690337c674dfb (diff)
RELEASE-NOTES: synced with a7b38c9dc98481e
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES18
1 files changed, 15 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 015df9847..d80107526 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -8,7 +8,17 @@ Curl and libcurl 7.52.2
This release includes the following bugfixes:
- o
+ o gnutls-random: check return code for failed random
+ o openssl-random: check return code when asking for random
+ o http: remove "Curl_http_done: called premature" message
+ o cyassl: use time_t instead of long for timeout
+ o build-wolfssl: Sync config with wolfSSL 3.10
+ o ftp-gss: check for init before use
+ o configure: accept --with-libidn2 instead [1]
+ o ftp: failure to resolve proxy should return that error code
+ o curl.1: add three more exit codes
+ o docs/ciphers: link to our own new page about ciphers
+ o vtls: s/SSLEAY/OPENSSL - fixes multi_socket timeouts with openssl [2]
This release includes the following known bugs:
@@ -17,10 +27,12 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
-
+ Christian Weisgerber, Daniel Romero, Daniel Stenberg, Ray Satiro,
+ (4 contributors)
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
- [1] = https://curl.haxx.se/bug/?i=
+ [1] = https://curl.haxx.se/mail/lib-2016-12/0110.html
+ [2] = https://curl.haxx.se/bug/?i=1174