aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-03-27 18:52:42 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-03-27 18:52:42 +0100
commit6a70909699b813c2bb2c41b60942c78d6fac305f (patch)
treea3aaabbdc59bc0e392d418e0163f4350d1fde069 /RELEASE-NOTES
parentf0bdd72c10e64c748c7aedda9de67c266bb8a8dd (diff)
RELEASE-NOTES: Synced with f0bdd72c10
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES20
1 files changed, 18 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index d0685924e..2c73211e2 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -8,10 +8,19 @@ Curl and libcurl 7.48.1
This release includes the following changes:
+ o schannel: Add ALPN support [2]
+ o SSH: support CURLINFO_FILETIME
+ o SSH: new CURLOPT_QUOTE command "statvfs" [5]
o
This release includes the following bugfixes:
+ o checksrc.bat: Updated the help to be consistent with generate.bat
+ o openssl: fix ERR_remove_thread_state() for boringssl/libressl [1]
+ o openssl: boringssl provides the same numbering as openssl
+ o multi: fix "Operation timed out after" timer [3]
+ o url: don't use bad offset in tld_check_name to show error [4]
+ o sshserver.pl: use quotes for given options
o
This release includes the following known bugs:
@@ -21,10 +30,17 @@ 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:
- none yet
+ Dan Cristian, Daniel Stenberg, David Benjamin, Dusty Mabe, Evgeny Grin,
+ Jay Satiro, Joel Depooter, Juan RP, marquis-de-muesli, Steve Holme
+ (10 contributors)
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
- [1] =
+ [1] = https://twitter.com/xtraemeat/status/712564874098917376
+ [2] = https://curl.haxx.se/bug/?i=724
+ [3] = https://curl.haxx.se/bug/?i=619
+ [4] = https://curl.haxx.se/bug/?i=731
+ [5] = https://curl.haxx.se/bug/?i=677
+ [6] =