summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-11-02 01:11:22 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-11-02 01:17:32 +0000
commitf6c6ee5663adc8c42ef4eb9e5229c80dfd6a4930 (patch)
treed0d391f0bffab0662841d79701904fcc1d55c7bf
parente7da67f5d36f121fd7d951e882922f30a6e16171 (diff)
downloadgnurl-f6c6ee5663adc8c42ef4eb9e5229c80dfd6a4930.tar.gz
gnurl-f6c6ee5663adc8c42ef4eb9e5229c80dfd6a4930.tar.bz2
gnurl-f6c6ee5663adc8c42ef4eb9e5229c80dfd6a4930.zip
RELEASE-NOTES: Synced with e7da67f5d3
-rw-r--r--RELEASE-NOTES17
1 files changed, 11 insertions, 6 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index f503ec3d3..4a5388e0e 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -9,7 +9,7 @@ Curl and libcurl 7.39.0
This release includes the following changes:
o CURLOPT_COOKIELIST: Added "RELOAD" command [5]
- o build: Added WinIDN build configuration options
+ o build: Added WinIDN build configuration options to VC8+ projects
o ssh: improve key file search
o SSL: public key pinning. Use CURLOPT_PINNEDPUBLICKEY and --pinnedpubkey
o vtls: remove QsoSSL support, use gskit!
@@ -18,6 +18,7 @@ This release includes the following changes:
o build: Added VC ssh2 target to main Makefile
o MinGW: Added support to build with nghttp2
o NetWare: Added support to build with nghttp2
+ o build: added Watcom support to build with WinSSL
This release includes the following bugfixes:
@@ -68,6 +69,9 @@ This release includes the following bugfixes:
o openssl: Fixed error message since we require ALPN support
o sasl_sspi: Allow DIGEST-MD5 to use current windows credentials
o sspi: Return CURLE_LOGIN_DENIED on AcquireCredentialsHandle() failure
+ o openssl: enable NPN separately from ALPN
+ o resume: consider a resume from [content-length] to be OK [8]
+ o sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is used
This release includes the following known bugs:
@@ -78,11 +82,11 @@ advice from friends like these:
Askar Safin, Balaji Salunke, Bill Nagel, Bruno Thomsen, Catalin Patulea,
Dan Fandrich, Daniel Stenberg, Dimitar Boevski, Fabian Keil, Guenter Knauf,
- Jakub Zakrzewski, Jeremy Lin, Jonathan Cardoso Machado, Kamil Dudka,
- Luan Cestari, Marcel Raad, Marc Hoersken, Michael Wallner, Nick Zitzmann,
- Patrick Monnerat, Paul Howarth, Peter Wu, Ray Satiro, Steve Holme,
- Tatsuhiro Tsujikawa, Ulrich Telle, Viktor Szakáts, Waldek Kozba,
- Yousuke Kimoto,
+ Hugo Lopez, Jakub Zakrzewski, Jeremy Lin, Jonathan Cardoso Machado,
+ Kamil Dudka, Luan Cestari, Lucas Pardue, Marcel Raad, Marc Hoersken,
+ Michael Wallner, Nick Zitzmann, Patrick Monnerat, Paul Howarth, Peter Wu,
+ Ray Satiro, Steve Holme, Tatsuhiro Tsujikawa, Ulrich Telle, Viktor Szakáts,
+ Waldek Kozba, Yousuke Kimoto,
Thanks! (and sorry if I forgot to mention someone)
@@ -95,3 +99,4 @@ References to bug reports and discussions on issues:
[5] = http://curl.haxx.se/libcurl/c/CURLOPT_COOKIELIST.html
[6] = http://curl.haxx.se/bug/view.cgi?id=1426
[7] = http://curl.haxx.se/bug/view.cgi?id=1441
+ [8] = http://curl.haxx.se/bug/view.cgi?id=1443