aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-06-06 00:01:11 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-06-05 23:56:56 +0100
commit2b2e8e0e4bcc598b638ad0be7067d76bd610bab1 (patch)
treed7458a71b15f974e3c7d8991bf1332ec7e1e03ef /RELEASE-NOTES
parent99303bcde539fa671711472dbb85d045cffb8ae1 (diff)
RELEASE-NOTES: Synced with 99303bcde5
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES10
1 files changed, 8 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6ef258369..f53705695 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -28,6 +28,9 @@ This release includes the following bugfixes:
o tests: Fix portability issue with the tftpd server
o curl_sasl_sspi: Fixed corrupt hostname in DIGEST-MD5 SPN
o curl_sasl: extended native DIGEST-MD5 cnonce to be a 32-byte hex string
+ 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
This release includes the following known bugs:
@@ -38,8 +41,8 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Alessandro Ghedini, Brad Spencer, Chris Young, Dan Fandrich, Daniel Stenberg,
- Fabian Frank, Jonathan Cardoso Machado, Nick Zitzmann, Steve Holme,
- Tatsuhiro Tsujikawa, Vilmos Nebehaj,
+ Dmitry Falko, Fabian Frank, Jonathan Cardoso Machado, Marcel Raad,
+ Nick Zitzmann, Steve Holme, Tatsuhiro Tsujikawa, Vilmos Nebehaj
Thanks! (and sorry if I forgot to mention someone)
@@ -49,3 +52,6 @@ References to bug reports and discussions on issues:
[2] = http://curl.haxx.se/mail/lib-2014-05/0235.html
[3] = http://curl.haxx.se/mail/lib-2014-05/0260.html
[4] = http://curl.haxx.se/mail/lib-2014-05/0278.html
+ [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