aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-06-11 22:59:14 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-06-11 22:59:14 +0100
commit1b478d6ac34590189e5f5a6240bf77d634034bcf (patch)
tree8f92924ac62e954b95fcb64e0e815ba765156899
parent3aa1329e0a666d13afaa68204c94ad8af74ab657 (diff)
RELEASE-NOTES: Synced with 3aa1329e0a
-rw-r--r--RELEASE-NOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index f53705695..782c9cfb2 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -31,6 +31,9 @@ This release includes the following bugfixes:
o random: use Curl_rand() for proper random data [5]
o Curl_ossl_init: call OPENSSL_config for initing engines [6]
o config-win32.h: Updated for VC12 [7]
+ o winbuild: Don't USE_WINSSL when WITH_SSL is being used
+ o getinfo: HTTP CONNECT code not reset between transfers [8]
+ o Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY set
o
This release includes the following known bugs:
@@ -55,3 +58,4 @@ References to bug reports and discussions on issues:
[5] = http://curl.haxx.se/mail/lib-2014-06/0001.html
[6] = http://curl.haxx.se/mail/lib-2014-06/0003.html
[7] = http://curl.haxx.se/bug/view.cgi?id=1378
+ [8] = http://curl.haxx.se/bug/view.cgi?id=1380