aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-01-15 21:44:34 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-01-15 21:44:34 +0000
commitce82a1be0d17da2e25927f40500cf2d35d5f1776 (patch)
tree403d3137b45952dcb59bd16c97e11c66faebb55b /RELEASE-NOTES
parentc7a76bb056f31e1cf4766dd219d9ef5cb4e3463d (diff)
RELEASE-NOTES: Synced with c7a76bb056f31e
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES9
1 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index f919dc795..c28acb1ad 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -41,6 +41,10 @@ This release includes the following bugfixes:
o darwinssl: un-break Leopard build after PKCS#12 change [13]
o threaded-resolver: never use NULL hints with getaddrinf [14]
o multi_socket: remind app if timeout didn't run
+ o OpenSSL: deselect weak ciphers by default [15]
+ o error message: Sensible message on timeout when transfer size unknown [16]
+ o curl_easy_setopt.3: mention how to unset CURLOPT_INFILESIZE*
+ o win32: Fixed use of deprecated function 'GetVersionInfoEx' for VC12 [17]
o
This release includes the following known bugs:
@@ -53,7 +57,7 @@ advice from friends like these:
Steve Holme, Viktor Szakáts, Mohammad AlSaleh, Luke Dashjr, Björn Stenberg,
Michal Górny, Anthony G. Basile, Barry Abrahamson, Christian Weisgerber,
Marc Hoersken, Justin Maggard, Leif W, Paras S, Iida Yosiaki, Priyanka Shah,
- Nick Zitzmann, Abram Pousada, Fabian Frank
+ Nick Zitzmann, Abram Pousada, Fabian Frank, Jeff Hodges, Colin Hogben
Thanks! (and sorry if I forgot to mention someone)
@@ -73,4 +77,7 @@ References to bug reports and discussions on issues:
[12] = http://curl.haxx.se/mail/archive-2014-01/0016.html
[13] = http://curl.haxx.se/mail/lib-2013-12/0150.html
[14] = http://curl.haxx.se/mail/lib-2014-01/0061.html
+ [15] = http://curl.haxx.se/bug/view.cgi?id=1323
+ [16] = http://curl.haxx.se/mail/lib-2014-01/0115.html
+ [17] = http://curl.haxx.se/mail/lib-2014-01/0134.html