2018-05-17 03:42:44 -04:00
|
|
|
Curl and libcurl 7.61.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2018-05-17 03:42:44 -04:00
|
|
|
Public curl releases: 175
|
2018-05-21 18:01:13 -04:00
|
|
|
Command line options: 215
|
2018-03-19 04:21:18 -04:00
|
|
|
curl_easy_setopt() options: 255
|
2017-09-04 03:40:04 -04:00
|
|
|
Public functions in libcurl: 74
|
2018-05-13 17:33:37 -04:00
|
|
|
Contributors: 1741
|
2017-01-20 10:56:05 -05:00
|
|
|
|
2017-10-23 07:33:04 -04:00
|
|
|
This release includes the following changes:
|
|
|
|
|
2018-05-21 18:01:13 -04:00
|
|
|
o getinfo: add microsecond precise timers for seven intervals [3]
|
|
|
|
o curl: show headers in bold, switch off with --no-styled-output [10]
|
2018-05-28 11:44:38 -04:00
|
|
|
o httpauth: add support for Bearer tokens [16]
|
2017-10-23 07:33:04 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2018-05-17 03:42:44 -04:00
|
|
|
o schannel: disable client cert option if APIs not available [1]
|
|
|
|
o schannel: disable manual verify if APIs not available
|
|
|
|
o tests/libtest/Makefile: Do not unconditionally add gcc-specific flags [2]
|
2018-05-21 18:01:13 -04:00
|
|
|
o openssl: acknowledge --tls-max for default version too [4]
|
|
|
|
o stub_gssapi: fix 'unused parameter' warnings
|
|
|
|
o examples/progressfunc: make it build on both new and old libcurls [5]
|
|
|
|
o docs: mention it is HA Proxy protocol "version 1" [6]
|
|
|
|
o curl_fnmatch: only allow two asterisks for matching [7]
|
|
|
|
o docs: clarify CURLOPT_HTTPGET [8]
|
|
|
|
o configure: replace a AC_TRY_RUN with CURL_RUN_IFELSE [9]
|
|
|
|
o configure: do compile-time SIZEOF checks instead of run-time [9]
|
|
|
|
o checksrc: make sure sizeof() is used *with* parentheses [11]
|
2018-05-28 11:44:38 -04:00
|
|
|
o CURLOPT_ACCEPT_ENCODING.3: add brotli and clarify a bit
|
|
|
|
o schannel: make CAinfo parsing resilient to CR/LF [12]
|
|
|
|
o tftp: make sure error is zero terminated before printfing it
|
|
|
|
o http resume: skip body if http code 416 (range error) is ignored [13]
|
|
|
|
o configure: add basic test of --with-ssl prefix [14]
|
|
|
|
o cmake: set -d postfix for debug builds [15]
|
|
|
|
o multi: provide a socket to wait for in Curl_protocol_getsock [17]
|
|
|
|
o content_encoding: handle zlib versions too old for Z_BLOCK [18]
|
|
|
|
o winbuild: only delete OUTFILE if it exists [19]
|
|
|
|
o winbuild: In MakefileBuild.vc fix typo DISTDIR->DIRDIST [20]
|
|
|
|
o schannel: add failf calls for client certificate failures [21]
|
|
|
|
o cmake: Fix the test for fsetxattr and strerror_r
|
|
|
|
o curl.1: Fix cmdline-opts reference errors [22]
|
|
|
|
o cmdline-opts/gen.pl: warn if mutexes: or see-also: list non-existing options
|
|
|
|
o cmake: check for getpwuid_r [23]
|
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:
|
|
|
|
|
2018-05-28 11:44:38 -04:00
|
|
|
Alejandro R. Sedeño, Archangel_SDY on github, Bernhard Walle,
|
|
|
|
bsammon on github, Dagobert Michelsen, Daniel Stenberg, Frank Gevaerts,
|
|
|
|
Ithubg on github, Johannes Schindelin, Linus Lewandowski, Max Savenkov,
|
|
|
|
Oleg Pudeyev, Patrick Monnerat, Per Malmberg, Philip Prindeville, Ray Satiro,
|
|
|
|
Richard Alcock, Sean Miller, Sergei Nikulov,
|
|
|
|
(19 contributors)
|
2017-03-08 04:55:06 -05: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:
|
|
|
|
|
2018-05-17 03:42:44 -04:00
|
|
|
[1] = https://curl.haxx.se/bug/?i=2522
|
|
|
|
[2] = https://curl.haxx.se/bug/?i=2576
|
2018-05-21 18:01:13 -04:00
|
|
|
[3] = https://curl.haxx.se/bug/?i=2495
|
|
|
|
[4] = https://curl.haxx.se/bug/?i=2571
|
|
|
|
[5] = https://curl.haxx.se/bug/?i=2584
|
|
|
|
[6] = https://curl.haxx.se/bug/?i=2579
|
|
|
|
[7] = https://curl.haxx.se/bug/?i=2587
|
|
|
|
[8] = https://curl.haxx.se/bug/?i=2590
|
|
|
|
[9] = https://curl.haxx.se/bug/?i=2586
|
|
|
|
[10] = https://curl.haxx.se/bug/?i=2538
|
|
|
|
[11] = https://curl.haxx.se/bug/?i=2563
|
2018-05-28 11:44:38 -04:00
|
|
|
[12] = https://curl.haxx.se/bug/?i=2592
|
|
|
|
[13] = https://curl.haxx.se/bug/?i=1163
|
|
|
|
[14] = https://curl.haxx.se/bug/?i=2580
|
|
|
|
[15] = https://curl.haxx.se/bug/?i=2121
|
|
|
|
[16] = https://curl.haxx.se/bug/?i=2102
|
|
|
|
[17] = https://curl.haxx.se/mail/lib-2018-05/0062.html
|
|
|
|
[18] = https://curl.haxx.se/bug/?i=2606
|
|
|
|
[19] = https://curl.haxx.se/bug/?i=2602
|
|
|
|
[20] = https://curl.haxx.se/bug/?i=2603
|
|
|
|
[21] = https://curl.haxx.se/bug/?i=2604
|
|
|
|
[22] = https://curl.haxx.se/bug/?i=2612
|
|
|
|
[23] = https://curl.haxx.se/bug/?i=2609
|