2016-09-14 03:00:00 -04:00
|
|
|
|
Curl and libcurl 7.51.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
|
2016-09-14 03:00:00 -04:00
|
|
|
|
Public curl releases: 160
|
2016-05-01 17:44:02 -04:00
|
|
|
|
Command line options: 185
|
2016-04-18 18:39:27 -04:00
|
|
|
|
curl_easy_setopt() options: 224
|
2015-08-12 03:07:37 -04:00
|
|
|
|
Public functions in libcurl: 61
|
2016-09-14 01:54:38 -04:00
|
|
|
|
Contributors: 1445
|
2016-09-07 09:45:24 -04:00
|
|
|
|
|
2016-09-14 03:00:00 -04:00
|
|
|
|
This release includes the following changes:
|
|
|
|
|
|
2016-09-19 11:45:53 -04:00
|
|
|
|
o nss: additional cipher suites are now accepted by CURLOPT_SSL_CIPHER_LIST
|
2016-10-04 17:50:24 -04:00
|
|
|
|
o New option: CURLOPT_KEEP_SENDING_ON_ERROR [10]
|
2016-09-14 03:00:00 -04:00
|
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
|
2016-09-19 17:58:55 -04:00
|
|
|
|
o openssl: fix per-thread memory leak usiong 1.0.1 or 1.0.2 [1]
|
|
|
|
|
o http: accept "Transfer-Encoding: chunked" for HTTP/2 as well [2]
|
|
|
|
|
o LICENSE-MIXING.md: update with mbedTLS dual licensing [3]
|
|
|
|
|
o examples/imap-append: Set size of data to be uploaded [4]
|
|
|
|
|
o test2048: fix url
|
|
|
|
|
o darwinssl: disable RC4 cipher-suite support
|
|
|
|
|
o CURLOPT_PINNEDPUBLICKEY.3: fix the AVAILABILITY formatting
|
|
|
|
|
o openssl: don’t call CRYTPO_cleanup_all_ex_data [5]
|
|
|
|
|
o libressl: fix version output [6]
|
2016-10-04 17:50:24 -04:00
|
|
|
|
o easy: Reset all statistical session info in curl_easy_reset [7]
|
|
|
|
|
o curl_global_cleanup.3: don't unload the lib with sub threads running [8]
|
|
|
|
|
o dist: add CurlSymbolHiding.cmake to the tarball
|
|
|
|
|
o docs: Remove that --proto is just used for initial retrieval [9]
|
|
|
|
|
o configure: Fixed builds with libssh2 in a custom location
|
|
|
|
|
o curl.1: --trace supports % for sending to stderr!
|
|
|
|
|
o cookies: same domain handling changed to match browser behavior [11]
|
|
|
|
|
o formpost: trying to attach a directory no longer crashes [12]
|
2016-02-02 18:32:07 -05:00
|
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
|
This release includes the following known bugs:
|
|
|
|
|
|
2016-02-02 18:19:02 -05:00
|
|
|
|
o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
|
2007-07-22 06:17:52 -04:00
|
|
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
|
advice from friends like these:
|
|
|
|
|
|
2016-10-04 17:50:24 -04:00
|
|
|
|
Akshay Vernekar, Alexander Sinditskiy, Bernard Spil, Dan Fandrich,
|
|
|
|
|
Daniel Gustafsson, Daniel Stenberg, Jeroen Ooms, Kamil Dudka,
|
|
|
|
|
lukaszgn on github, Michael Kaufmann, Nick Zitzmann, Ray Satiro,
|
|
|
|
|
Sebastian Mundry, Sergei Kuzmin, Stephen Brokenshire, Toby Peterson,
|
|
|
|
|
Todd Short, Tony Kelman,
|
|
|
|
|
(18 contributors)
|
2014-03-31 16:22:42 -04:00
|
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|
2011-12-19 14:08:59 -05:00
|
|
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
|
2016-09-19 17:58:55 -04:00
|
|
|
|
[1] = https://curl.haxx.se/bug/?i=964
|
|
|
|
|
[2] = https://curl.haxx.se/bug/?i=1013
|
|
|
|
|
[3] = https://curl.haxx.se/bug/?i=1019
|
|
|
|
|
[4] = https://curl.haxx.se/bug/?i=1011
|
|
|
|
|
[5] = https://curl.haxx.se/mail/lib-2016-09/0045.html
|
|
|
|
|
[6] = https://curl.haxx.se/bug/?i=1029
|
2016-10-04 17:50:24 -04:00
|
|
|
|
[7] = https://curl.haxx.se/bug/?i=1017
|
|
|
|
|
[8] = https://curl.haxx.se/bug/?i=997
|
|
|
|
|
[9] = https://curl.haxx.se/bug/?i=1031
|
|
|
|
|
[10] = https://curl.haxx.se/libcurl/c/CURLOPT_KEEP_SENDING_ON_ERROR.html
|
|
|
|
|
[11] = https://curl.haxx.se/bug/?i=1050
|
|
|
|
|
[12] = https://curl.haxx.se/bug/?i=1053
|