1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/RELEASE-NOTES

47 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-03-23 04:35:23 -04:00
Curl and libcurl 7.48.1
2016-03-23 04:35:23 -04:00
Public curl releases: 154
Command line options: 179
curl_easy_setopt() options: 221
2015-08-12 03:07:37 -04:00
Public functions in libcurl: 61
2016-03-22 03:19:52 -04:00
Contributors: 1364
2016-02-08 04:47:44 -05:00
This release includes the following changes:
2016-03-27 13:52:42 -04:00
o schannel: Add ALPN support [2]
o SSH: support CURLINFO_FILETIME
o SSH: new CURLOPT_QUOTE command "statvfs" [5]
2016-03-23 04:35:23 -04:00
o
2014-03-25 17:57:47 -04:00
This release includes the following bugfixes:
2016-03-27 13:52:42 -04:00
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
2016-03-23 04:35:23 -04:00
o
2016-02-02 18:32:07 -05:00
This release includes the following known bugs:
o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
This release would not have looked like this without help, code, reports and
advice from friends like these:
2016-03-27 13:52:42 -04:00
Dan Cristian, Daniel Stenberg, David Benjamin, Dusty Mabe, Evgeny Grin,
Jay Satiro, Joel Depooter, Juan RP, marquis-de-muesli, Steve Holme
(10 contributors)
2014-03-31 16:22:42 -04:00
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
2016-03-27 13:52:42 -04:00
[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] =