2016-11-09 03:14:44 -05:00
|
|
|
Curl and libcurl 7.52.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2016-11-03 05:08:26 -04:00
|
|
|
Public curl releases: 161
|
2016-11-11 18:09:25 -05:00
|
|
|
Command line options: 187
|
2016-11-01 03:43:14 -04:00
|
|
|
curl_easy_setopt() options: 225
|
2015-08-12 03:07:37 -04:00
|
|
|
Public functions in libcurl: 61
|
2016-11-01 03:43:14 -04:00
|
|
|
Contributors: 1467
|
2016-09-07 09:45:24 -04:00
|
|
|
|
2016-09-14 03:00:00 -04:00
|
|
|
This release includes the following changes:
|
|
|
|
|
2016-10-27 08:27:25 -04:00
|
|
|
o nss: map CURL_SSLVERSION_DEFAULT to NSS default
|
2016-10-27 08:57:11 -04:00
|
|
|
o vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3
|
2016-10-27 08:58:43 -04:00
|
|
|
o curl: introduce the --tlsv1.3 option to force TLS 1.3
|
2016-11-11 18:09:25 -05:00
|
|
|
o curl: Add --retry-connrefused [11]
|
2016-09-14 03:00:00 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2016-11-09 03:14:44 -05:00
|
|
|
o msvc: removed a straggling reference to strequal.c
|
|
|
|
o winbuild: remove strcase.obj from curl build [1]
|
|
|
|
o examples: bugfixed multi-uv.c
|
|
|
|
o configure: verify that compiler groks -Werror=partial-availability [2]
|
|
|
|
o mbedtls: fix build with mbedtls versions < 2.4.0 [3]
|
|
|
|
o dist: add unit test CMakeLists.txt to the tarball
|
|
|
|
o curl -w: added more decimal digits to timing counters [4]
|
|
|
|
o easy: Initialize info variables on easy init and duphandle [5]
|
|
|
|
o cmake: disable poll for macOS [6]
|
|
|
|
o http2: Don't send header fields prohibited by HTTP/2 spec [7]
|
|
|
|
o ssh: check md5 fingerprints case insensitively (regression) [8]
|
|
|
|
o openssl: initial TLS 1.3 adaptions
|
|
|
|
o curl_formadd.3: *_FILECONTENT and *_FILE need the file to be kept
|
|
|
|
o printf: fix ".*f" handling [9]
|
|
|
|
o examples/fileupload.c: fclose the file as well
|
2016-11-11 18:09:25 -05:00
|
|
|
o SPNEGO: Fix memory leak when authentication fails [10]
|
|
|
|
o realloc: use Curl_saferealloc to avoid common mistakes [12]
|
|
|
|
o openssl: make sure to fail in the unlikely event that PRNG seeding fails
|
|
|
|
o URL-parser: for file://[host]/ URLs, the [host] must be localhost [13]
|
2016-11-09 03:14:44 -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-11-11 18:09:25 -05:00
|
|
|
Adam Piggott, Andrei Sedoi, Bruce Stephens, Dan Fandrich, Daniel Hwang,
|
|
|
|
Daniel Stenberg, Frank Gevaerts, Isaac Boukris, Jakub Zakrzewski,
|
|
|
|
Kamil Dudka, Mauro Rappa, Mike Crowe, Neal Poole, Peter Wu, Ray Satiro,
|
|
|
|
Ricki Hirner, Tatsuhiro Tsujikawa, 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-11-09 03:14:44 -05:00
|
|
|
[1] = https://curl.haxx.se/bug/?i=1098
|
|
|
|
[2] = https://curl.haxx.se/bug/?i=1104
|
|
|
|
[3] = https://curl.haxx.se/bug/?i=1087
|
|
|
|
[4] = https://curl.haxx.se/bug/?i=1106
|
|
|
|
[5] = https://curl.haxx.se/bug/?i=1103
|
|
|
|
[6] = https://curl.haxx.se/bug/?i=1089
|
|
|
|
[7] = https://curl.haxx.se/bug/?i=1092
|
|
|
|
[8] = https://github.com/curl/curl/commit/ce8d09483eea2fcb1b50e323e1a8ed1f3613b2e3#commitcomment-19666146
|
|
|
|
[9] = https://curl.haxx.se/bug/?i=1113
|
2016-11-11 18:09:25 -05:00
|
|
|
[10] = https://curl.haxx.se/bug/?i=1115
|
|
|
|
[11] = https://curl.haxx.se/bug/?i=1064
|
|
|
|
[12] = https://curl.haxx.se/mail/lib-2016-11/0087.html
|
|
|
|
[13] = https://curl.haxx.se/mail/lib-2016-11/0104.html
|