2019-11-21 18:35:47 +03:00
|
|
|
curl and libcurl 7.68.0
|
2003-09-23 01:38:52 +04:00
|
|
|
|
2019-11-08 11:47:38 +03:00
|
|
|
Public curl releases: 187
|
2019-11-28 15:28:14 +03:00
|
|
|
Command line options: 229
|
2019-08-12 11:06:05 +03:00
|
|
|
curl_easy_setopt() options: 269
|
2019-11-28 15:28:14 +03:00
|
|
|
Public functions in libcurl: 82
|
2019-11-04 11:50:04 +03:00
|
|
|
Contributors: 2056
|
2019-05-24 13:50:01 +03:00
|
|
|
|
2019-07-26 00:49:16 +03:00
|
|
|
This release includes the following changes:
|
|
|
|
|
2019-11-28 15:28:14 +03:00
|
|
|
o TLS: add BearSSL vtls implementation [37]
|
2019-12-06 13:36:53 +03:00
|
|
|
o XFERINFOFUNCTION: support CURL_PROGRESSFUNC_CONTINUE [36]
|
|
|
|
o curl: add --etag-compare and --etag-save [31]
|
|
|
|
o curl: add --parallel-immediate [29]
|
2019-11-28 15:28:14 +03:00
|
|
|
o multi: add curl_multi_wakeup() [38]
|
2019-12-06 13:36:53 +03:00
|
|
|
o openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chains [45]
|
2019-07-26 00:49:16 +03:00
|
|
|
|
2007-07-22 14:17:52 +04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2019-12-06 13:36:53 +03:00
|
|
|
o Azure Pipelines: add several builds
|
|
|
|
o CMake: add support for building with the NSS vtls backend [43]
|
2019-11-18 19:39:16 +03:00
|
|
|
o CURL-DISABLE: initial docs for the CURL_DISABLE_* defines [19]
|
2019-12-06 13:36:53 +03:00
|
|
|
o CURLOPT_VERBOSE.3: see also ERRORBUFFER
|
2019-11-18 19:39:16 +03:00
|
|
|
o HISTORY: added cmake, HTTP/3 and parallel downloads with curl
|
|
|
|
o INSTALL.md: provide Android build instructions [10]
|
2019-12-06 13:36:53 +03:00
|
|
|
o OPENSOCKETFUNCTION.3: correct the purpose description [48]
|
2019-11-18 19:39:16 +03:00
|
|
|
o altsvc: bump to h3-24 [6]
|
2019-12-06 13:36:53 +03:00
|
|
|
o build: Disable Visual Studio warning "conditional expression is constant" [49]
|
2019-11-08 11:47:38 +03:00
|
|
|
o build: fix for CURL_DISABLE_DOH [2]
|
2019-11-28 15:28:14 +03:00
|
|
|
o checksrc.bat: Add a check for vquic and vssh directories [40]
|
2019-12-06 13:36:53 +03:00
|
|
|
o checksrc: fix regexp for ASSIGNWITHINCONDITION [56]
|
2019-11-18 19:39:16 +03:00
|
|
|
o checksrc: repair the copyrightyear check [25]
|
|
|
|
o config-win32: cpu-machine-OS for Windows on ARM [13]
|
2019-11-08 11:47:38 +03:00
|
|
|
o configure: avoid unportable `==' test(1) operator [1]
|
2019-12-06 13:36:53 +03:00
|
|
|
o configure: enable IPv6 support without `getaddrinfo` [44]
|
2019-11-08 11:47:38 +03:00
|
|
|
o configure: fix typo in help text [4]
|
2019-11-18 19:39:16 +03:00
|
|
|
o copyrights: fix copyright year range [25]
|
2019-11-28 15:28:14 +03:00
|
|
|
o curl: fix --upload-file . hangs if delay in STDIN [35]
|
2019-11-18 19:39:16 +03:00
|
|
|
o curl: fix -T globbing [16]
|
2019-12-06 13:36:53 +03:00
|
|
|
o curl: show better error message when no homedir is found [47]
|
|
|
|
o curl_setup_once: consistently use WHILE_FALSE in macros [54]
|
2019-11-23 22:45:52 +03:00
|
|
|
o docs: Change 'experiemental' to 'experimental' [30]
|
2019-11-18 19:39:16 +03:00
|
|
|
o doh: improced both encoding and decoding [11]
|
|
|
|
o examples: add multi-poll.c [14]
|
2019-12-06 13:36:53 +03:00
|
|
|
o global_init: undo the "intialized" bump in case of failure [52]
|
|
|
|
o http_ntlm: Remove duplicate NSS initialisation [55]
|
2019-11-18 19:39:16 +03:00
|
|
|
o lib: Move lib/ssh.h -> lib/vssh/ssh.h [9]
|
|
|
|
o multi_poll: avoid busy-loop when called without easy handles attached [15]
|
2019-11-28 15:28:14 +03:00
|
|
|
o ngtcp2: fix thread-safety bug in error-handling [33]
|
2019-11-18 19:39:16 +03:00
|
|
|
o ngtcp2: free used resources on disconnect [7]
|
|
|
|
o ngtcp2: handle key updates as ngtcp2 master branch tells us [8]
|
|
|
|
o ngtcp2: increase QUIC window size when data is consumed [12]
|
|
|
|
o ngtcp2: use overflow buffer for extra HTTP/3 data [5]
|
2019-11-08 11:47:38 +03:00
|
|
|
o ntlm: USE_WIN32_CRYPTO check removed to get USE_NTLM2SESSION set [3]
|
2019-11-23 22:45:52 +03:00
|
|
|
o openssl: Revert to less sensitivity for SYSCALL errors [26]
|
|
|
|
o openssl: improve error message for SYSCALL during connect [27]
|
2019-11-18 19:39:16 +03:00
|
|
|
o openssl: prevent recursive function calls from ctx callbacks [18]
|
2019-12-06 13:36:53 +03:00
|
|
|
o openssl: retrieve reported LibreSSL version at runtime [50]
|
|
|
|
o openssl: set X509_V_FLAG_PARTIAL_CHAIN by default [46]
|
|
|
|
o parsedate: offer a getdate_capped() alternative [53]
|
2019-11-18 19:39:16 +03:00
|
|
|
o pause: avoid updating socket if done was already called [22]
|
2019-11-28 15:28:14 +03:00
|
|
|
o projects: Fix Visual Studio projects SSH builds [41]
|
2019-11-23 22:45:52 +03:00
|
|
|
o projects: Fix Visual Studio wolfSSL configurations
|
2019-11-18 19:39:16 +03:00
|
|
|
o quiche: reject HTTP/3 headers in the wrong order [17]
|
|
|
|
o remove_handle: clear expire timers after multi_done() [20]
|
2019-11-28 15:28:14 +03:00
|
|
|
o schannel: fix --tls-max for when min is --tlsv1 or default [39]
|
2019-12-06 13:36:53 +03:00
|
|
|
o setopt: Fix ALPN / NPN user option when built without HTTP2 [42]
|
|
|
|
o strerror: Add Curl_winapi_strerror for Win API specific errors [51]
|
2019-11-18 19:39:16 +03:00
|
|
|
o strerror: Fix an error looking up some Windows error strings
|
|
|
|
o system.h: fix for MCST lcc compiler [23]
|
2019-11-23 22:45:52 +03:00
|
|
|
o test1175: verify symbols-in-versions and libcurl-errors.3 in sync [28]
|
2019-11-18 19:39:16 +03:00
|
|
|
o test1558: use double slash after file: [21]
|
|
|
|
o test1560: require IPv6 for IPv6 aware URL parsing [24]
|
2019-11-28 15:28:14 +03:00
|
|
|
o travis: build ngtcp2 with --enable-lib-only [32]
|
|
|
|
o travis: export the CC/CXX variables when set [34]
|
2019-07-19 12:32:23 +03:00
|
|
|
|
2007-07-22 14:17:52 +04:00
|
|
|
This release includes the following known bugs:
|
|
|
|
|
2016-02-03 02:19:02 +03:00
|
|
|
o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
|
2007-07-22 14:17:52 +04:00
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2019-11-28 15:28:14 +03:00
|
|
|
3dyd on github, Anderson Sasaki, Andreas Falkenhahn, bdry on github,
|
|
|
|
Bjoern Franke, Christian Schmitz, Christoph M. Becker, Cynthia Coan,
|
|
|
|
Dan Fandrich, Daniel Gustafsson, Daniel Stenberg, David Benjamin,
|
2019-12-06 13:36:53 +03:00
|
|
|
Gergely Nagy, JanB on github, Javier Blazquez, Jeff Mears, Jeffrey Walton,
|
|
|
|
John Schroeder, Kamil Dudka, Leonardo Taccari, Marcel Raad, Maros Priputen,
|
|
|
|
Massimiliano Fantuzzi, Max Kellermann, Melissa Mears, Michael Forney,
|
|
|
|
Niall O'Reilly, Paul Groke, Paul Hoffman, Paulo Roberto Tomasi, Peter Wu,
|
|
|
|
Ray Satiro, Richard Alcock, Richard Bowker, Shailesh Kapse,
|
|
|
|
SLDiggie on github, Steve Holme, Tatsuhiro Tsujikawa, Tom van der Woerdt,
|
|
|
|
Victor Magierski, Vlastimil Ovčáčík, Wyatt O'Day, Xiaoyin Liu,
|
|
|
|
(43 contributors)
|
2019-05-24 13:50:01 +03:00
|
|
|
|
2003-09-23 01:38:52 +04:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|
2011-12-19 23:08:59 +04:00
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
2019-11-08 11:47:38 +03:00
|
|
|
[1] = https://curl.haxx.se/bug/?i=4567
|
|
|
|
[2] = https://curl.haxx.se/bug/?i=4565
|
|
|
|
[3] = https://curl.haxx.se/bug/?i=3704
|
|
|
|
[4] = https://curl.haxx.se/bug/?i=4570
|
2019-11-18 19:39:16 +03:00
|
|
|
[5] = https://curl.haxx.se/bug/?i=4525
|
|
|
|
[6] = https://curl.haxx.se/bug/?i=4604
|
|
|
|
[7] = https://curl.haxx.se/bug/?i=4614
|
|
|
|
[8] = https://curl.haxx.se/bug/?i=4612
|
|
|
|
[9] = https://curl.haxx.se/bug/?i=4609
|
|
|
|
[10] = https://curl.haxx.se/bug/?i=4606
|
|
|
|
[11] = https://curl.haxx.se/bug/?i=4598
|
|
|
|
[12] = https://curl.haxx.se/bug/?i=4600
|
|
|
|
[13] = https://curl.haxx.se/bug/?i=4590
|
|
|
|
[14] = https://curl.haxx.se/bug/?i=4596
|
|
|
|
[15] = https://curl.haxx.se/bug/?i=4594
|
|
|
|
[16] = https://curl.haxx.se/bug/?i=4588
|
|
|
|
[17] = https://curl.haxx.se/bug/?i=4571
|
|
|
|
[18] = https://curl.haxx.se/bug/?i=4585
|
|
|
|
[19] = https://curl.haxx.se/bug/?i=4545
|
|
|
|
[20] = https://curl.haxx.se/bug/?i=4575
|
|
|
|
[21] = https://curl.haxx.se/bug/?i=4554
|
|
|
|
[22] = https://curl.haxx.se/bug/?i=4563
|
|
|
|
[23] = https://curl.haxx.se/bug/?i=4576
|
|
|
|
[24] = https://curl.haxx.se/bug/?i=4556
|
|
|
|
[25] = https://curl.haxx.se/bug/?i=4549
|
2019-11-23 22:45:52 +03:00
|
|
|
[26] = https://curl.haxx.se/bug/?i=4624
|
|
|
|
[27] = https://curl.haxx.se/bug/?i=4593
|
|
|
|
[28] = https://curl.haxx.se/bug/?i=4628
|
|
|
|
[29] = https://curl.haxx.se/bug/?i=4500
|
|
|
|
[30] = https://curl.haxx.se/bug/?i=4618
|
2019-11-28 15:28:14 +03:00
|
|
|
[31] = https://curl.haxx.se/bug/?i=4543
|
|
|
|
[32] = https://curl.haxx.se/bug/?i=4646
|
|
|
|
[33] = https://curl.haxx.se/bug/?i=4645
|
|
|
|
[34] = https://curl.haxx.se/bug/?i=4637
|
|
|
|
[35] = https://curl.haxx.se/bug/?i=2051
|
|
|
|
[36] = https://curl.haxx.se/bug/?i=4599
|
|
|
|
[37] = https://curl.haxx.se/bug/?i=4597
|
|
|
|
[38] = https://curl.haxx.se/bug/?i=4418
|
|
|
|
[39] = https://curl.haxx.se/bug/?i=4633
|
|
|
|
[40] = https://curl.haxx.se/bug/?i=4607
|
|
|
|
[41] = https://curl.haxx.se/bug/?i=4492
|
2019-12-06 13:36:53 +03:00
|
|
|
[42] = https://curl.haxx.se/bug/?i=4668
|
|
|
|
[43] = https://curl.haxx.se/bug/?i=4663
|
|
|
|
[44] = https://curl.haxx.se/bug/?i=4662
|
|
|
|
[45] = https://curl.haxx.se/bug/?i=4665
|
|
|
|
[46] = https://curl.haxx.se/mail/lib-2019-11/0094.html
|
|
|
|
[47] = https://curl.haxx.se/bug/?i=4644
|
|
|
|
[48] = https://curl.haxx.se/mail/lib-2019-12/0007.html
|
|
|
|
[49] = https://curl.haxx.se/bug/?i=4658
|
|
|
|
[50] = https://curl.haxx.se/bug/?i=2425
|
|
|
|
[51] = https://curl.haxx.se/bug/?i=4550
|
|
|
|
[52] = https://curl.haxx.se/bug/?i=4636
|
|
|
|
[53] = https://curl.haxx.se/bug/?i=4152
|
|
|
|
[54] = https://curl.haxx.se/bug/?i=4649
|
|
|
|
[55] = https://curl.haxx.se/bug/?i=3935
|
|
|
|
[56] = https://curl.haxx.se/bug/?i=4647
|