2022-03-11 15:00:56 +08:00
|
|
|
curl and libcurl 7.83.0
|
2003-09-23 05:38:52 +08:00
|
|
|
|
2022-03-07 16:03:36 +08:00
|
|
|
Public curl releases: 207
|
2022-03-21 15:43:14 +08:00
|
|
|
Command line options: 247
|
2021-11-15 17:44:29 +08:00
|
|
|
curl_easy_setopt() options: 295
|
2021-09-28 14:27:24 +08:00
|
|
|
Public functions in libcurl: 86
|
2022-03-21 15:43:14 +08:00
|
|
|
Contributors: 2602
|
2020-07-01 16:37:20 +08:00
|
|
|
|
2021-09-23 19:10:52 +08:00
|
|
|
This release includes the following changes:
|
|
|
|
|
2022-03-15 17:48:47 +08:00
|
|
|
o curl: add --no-clobber [28]
|
2022-03-11 15:00:56 +08:00
|
|
|
o curl: add --remove-on-error [11]
|
2021-09-23 19:10:52 +08:00
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2022-03-15 17:48:47 +08:00
|
|
|
o BearSSL: add CURLOPT_SSL_CIPHER_LIST support [27]
|
|
|
|
o BearSSL: add CURLOPT_SSL_CTX_FUNCTION support [26]
|
2022-03-21 15:43:14 +08:00
|
|
|
o BINDINGS.md: add Hollywood binding [34]
|
|
|
|
o CI: Do not use buildconf. Instead, just use: autoreconf -fi [42]
|
2022-03-07 16:03:36 +08:00
|
|
|
o CI: install Python package impacket to run SMB test 1451 [5]
|
2022-03-11 15:00:56 +08:00
|
|
|
o configure.ac: move -pthread CFLAGS setting back where it used to be [14]
|
2022-03-21 15:43:14 +08:00
|
|
|
o configure: bump the copyright year range int the generated output
|
2022-03-11 15:00:56 +08:00
|
|
|
o connect: make Curl_getconnectinfo work with conn cache from share handle [22]
|
2022-03-07 16:03:36 +08:00
|
|
|
o connect: use TCP_KEEPALIVE only if TCP_KEEPIDLE is not defined [6]
|
|
|
|
o curl/system.h: update ifdef condition for MCST-LCC compiler [4]
|
2022-03-11 15:00:56 +08:00
|
|
|
o curl: error out when options need features not present in libcurl [18]
|
|
|
|
o CURLSHOPT_UNLOCKFUNC.3: fix the callback prototype [9]
|
2022-03-07 16:03:36 +08:00
|
|
|
o docs/HYPER.md: updated to reflect current hyper build needs
|
|
|
|
o GHA: build hyper with nightly rustc [7]
|
2022-03-21 15:43:14 +08:00
|
|
|
o http: reject header contents with nul bytes [41]
|
|
|
|
o http: return error on colon-less HTTP headers [31]
|
2022-03-11 15:00:56 +08:00
|
|
|
o hyper: fix status_line() return code [13]
|
2022-03-21 15:43:14 +08:00
|
|
|
o hyper: no h2c support [33]
|
2022-03-07 16:03:36 +08:00
|
|
|
o ipv4/6.d: clarify that they are about using IP addresses [3]
|
2022-03-11 15:00:56 +08:00
|
|
|
o json.d: fix typo (overriden -> overridden) [24]
|
2022-03-15 17:48:47 +08:00
|
|
|
o keepalive-time.d: It takes many probes to detect brokenness [29]
|
2022-03-21 15:43:14 +08:00
|
|
|
o lib: fix some misuse of curlx_convert_wchar_to_UTF8 [38]
|
2022-03-11 15:00:56 +08:00
|
|
|
o libssh: fix build with old libssh versions [12]
|
2022-03-15 17:48:47 +08:00
|
|
|
o libssh: Improve fix for missing SSH_S_ stat macros [10]
|
2022-03-21 15:43:14 +08:00
|
|
|
o mk-ca-bundle.pl: Use stricter logic to process the certificates [39]
|
2022-03-11 15:00:56 +08:00
|
|
|
o mk-ca-bundle.vbs: delete this script in favor of mk-ca-bundle.pl [8]
|
2022-03-21 15:43:14 +08:00
|
|
|
o mlc_config.json: add file to ignore known troublesome URLs [35]
|
2022-03-11 15:00:56 +08:00
|
|
|
o ngtcp2: add client certificate authentication for OpenSSL [15]
|
|
|
|
o ngtcp2: disconnect the QUIC connection proper [19]
|
|
|
|
o nonblock: restore setsockopt method to curlx_nonblock [20]
|
|
|
|
o openssl: check SSL_get_peer_cert_chain return value [1]
|
|
|
|
o openssl: enable CURLOPT_SSL_EC_CURVES with BoringSSL [23]
|
|
|
|
o openssl: fix CN check error code [21]
|
2022-03-21 15:43:14 +08:00
|
|
|
o rtsp: don't let CSeq error override earlier errors [37]
|
2022-03-07 16:03:36 +08:00
|
|
|
o runtests: make 'oldlibssh' be before 0.9.4 [2]
|
2022-03-21 15:43:14 +08:00
|
|
|
o scripts/copyright.pl: ignore the new mlc_config.json file
|
|
|
|
o test375: fix line endings on Windows [40]
|
2022-03-11 15:00:56 +08:00
|
|
|
o test386: Fix an incorrect test markup tag
|
2022-03-21 15:43:14 +08:00
|
|
|
o test718: edited slightly to return better HTTP [32]
|
2022-03-15 17:48:47 +08:00
|
|
|
o tool and tests: force flush of all buffers at end of program [17]
|
|
|
|
o tool_cb_hdr: Turn the Location: into a terminal hyperlink [30]
|
2022-03-11 15:00:56 +08:00
|
|
|
o tool_operate: fix a scan-build warning [16]
|
2022-03-21 15:43:14 +08:00
|
|
|
o winbuild/README.md: fixup dead link [36]
|
2022-03-11 15:00:56 +08:00
|
|
|
o wolfssl: fix compiler error without IPv6 [25]
|
2019-07-19 17:32:23 +08:00
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
This release includes the following known bugs:
|
|
|
|
|
2020-11-04 21:02:01 +08:00
|
|
|
o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
|
2007-07-22 18:17:52 +08:00
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2022-03-21 15:43:14 +08:00
|
|
|
Alejandro R. Sedeño, Andreas Falkenhahn, Colin Leroy, Dan Fandrich,
|
|
|
|
Daniel Stenberg, Daniel Valenzuela, Don J Olmstead, Francisco Olarte,
|
|
|
|
Frank Meier, Jan Venekamp, Jean-Philippe Menil, Joseph Chen,
|
|
|
|
Kristoffer Gleditsch, Marcel Raad, Marc Hörsken, mehatzri on github,
|
|
|
|
Michał Antoniak, Paul Howarth, pheiduck on github, r-a-sattarov on github,
|
2022-03-15 17:48:47 +08:00
|
|
|
Ray Satiro, Samuel Henrique, Tatsuhiro Tsujikawa, HexTheDragon
|
2022-03-21 15:43:14 +08:00
|
|
|
(24 contributors)
|
2011-12-20 03:08:59 +08:00
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
2022-03-11 15:00:56 +08:00
|
|
|
[1] = https://curl.se/bug/?i=8579
|
2022-03-07 16:03:36 +08:00
|
|
|
[2] = https://curl.se/bug/?i=8548
|
|
|
|
[3] = https://curl.se/bug/?i=8543
|
|
|
|
[4] = https://curl.se/bug/?i=8546
|
|
|
|
[5] = https://curl.se/bug/?i=8544
|
|
|
|
[6] = https://curl.se/bug/?i=8539
|
|
|
|
[7] = https://curl.se/bug/?i=8545
|
2022-03-11 15:00:56 +08:00
|
|
|
[8] = https://curl.se/bug/?i=8412
|
|
|
|
[9] = https://curl.se/bug/?i=8573
|
2022-03-15 17:48:47 +08:00
|
|
|
[10] = https://curl.se/bug/?i=8588
|
2022-03-11 15:00:56 +08:00
|
|
|
[11] = https://curl.se/bug/?i=8503
|
|
|
|
[12] = https://curl.se/bug/?i=8574
|
|
|
|
[13] = https://curl.se/bug/?i=8572
|
|
|
|
[14] = https://curl.se/bug/?i=8541
|
|
|
|
[15] = https://curl.se/bug/?i=8522
|
|
|
|
[16] = https://curl.se/bug/?i=8565
|
2022-03-15 17:48:47 +08:00
|
|
|
[17] = https://curl.se/bug/?i=8516
|
2022-03-11 15:00:56 +08:00
|
|
|
[18] = https://curl.se/bug/?i=8565
|
|
|
|
[19] = https://curl.se/bug/?i=8534
|
|
|
|
[20] = https://curl.se/bug/?i=8562
|
|
|
|
[21] = https://curl.se/bug/?i=8559
|
|
|
|
[22] = https://curl.se/bug/?i=8524
|
|
|
|
[23] = https://curl.se/bug/?i=8553
|
|
|
|
[24] = https://curl.se/bug/?i=8557
|
|
|
|
[25] = https://curl.se/bug/?i=8550
|
2022-03-15 17:48:47 +08:00
|
|
|
[26] = https://curl.se/bug/?i=8478
|
|
|
|
[27] = https://curl.se/bug/?i=8477
|
|
|
|
[28] = https://curl.se/bug/?i=7708
|
|
|
|
[29] = https://curl.se/bug/?i=8570
|
|
|
|
[30] = https://curl.se/bug/?i=7963
|
2022-03-21 15:43:14 +08:00
|
|
|
[31] = https://curl.se/bug/?i=8610
|
|
|
|
[32] = https://github.com/hyperium/hyper/issues/2783
|
|
|
|
[33] = https://curl.se/bug/?i=8605
|
|
|
|
[34] = https://curl.se/bug/?i=8609
|
|
|
|
[35] = https://curl.se/bug/?i=8597
|
|
|
|
[36] = https://curl.se/bug/?i=8597
|
|
|
|
[37] = https://curl.se/bug/?i=8525
|
|
|
|
[38] = https://curl.se/bug/?i=8521
|
|
|
|
[39] = https://curl.se/bug/?i=8411
|
|
|
|
[40] = https://curl.se/bug/?i=8599
|
|
|
|
[41] = https://curl.se/bug/?i=8601
|
|
|
|
[42] = https://curl.se/bug/?i=8596
|