curl/RELEASE-NOTES

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

169 lines
7.3 KiB
Plaintext
Raw Normal View History

curl and libcurl 8.8.0
Public curl releases: 257
2023-09-28 15:42:52 +08:00
Command line options: 258
curl_easy_setopt() options: 304
Public functions in libcurl: 94
Contributors: 3143
2023-05-23 17:12:50 +08:00
2023-05-31 14:59:48 +08:00
This release includes the following changes:
o lib: add curl_multi_waitfds [34]
o NTLM_WB: drop support [67]
2023-05-31 14:59:48 +08:00
This release includes the following bugfixes:
2024-04-04 17:29:34 +08:00
o appveyor: OpenSSL 3 no longer found by CMake, revert to 1.1.1 [26]
2024-04-08 16:33:36 +08:00
o bearssl: fix compiler warnings [43]
o build: remove MacOSX-Framework script [60]
2024-04-04 17:29:34 +08:00
o cd2nroff/manage: use UTC when SOURCE_DATE_EPOCH is set [36]
2024-03-28 23:30:18 +08:00
o cf-socket: remove references to l_ip, l_port [9]
o CMake: check fseeko after detecting HAVE_FILE_OFFSET_BITS [64]
2024-04-08 16:33:36 +08:00
o cmake: enable `-pedantic-errors` for clang when `CURL_WERROR=ON` [47]
o cmake: fix `CURL_WERROR=ON` for old CMake and use it in GHA/linux-old [48]
o cmake: fixup `DEPENDS` filename [51]
2024-04-04 17:29:34 +08:00
o cmake: generate misc manpages and install `mk-ca-bundle.pl` [24]
o cmake: speed up libcurl doc building again [15]
o cmake: tidy-up to use `WORKING_DIRECTORY` [23]
o cmdline-docs: fix make install with configure --disable-docs [1]
2024-03-28 23:30:18 +08:00
o configure: make --disable-docs imply --disable-manual [2]
o content_encoding: brotli and others, pass through 0-length writes [5]
o contrithanks: honor `CURLWWW` variable [69]
2024-03-31 22:35:08 +08:00
o curl-confopts.m4: define CARES_NO_DEPRECATED when c-ares is used [17]
2024-03-28 23:30:18 +08:00
o curl: make --help adapt to the terminal width [11]
2024-03-31 22:35:08 +08:00
o curl: use curl_getenv instead of the curlx_ version [20]
2024-04-04 17:29:34 +08:00
o curl_global_trace.md: shorten the description [29]
2024-03-28 23:30:18 +08:00
o curl_sha512_255: fix detection of OpenSSL 1.1.1 or later [8]
2024-03-31 22:35:08 +08:00
o curl_sha512_256: do not use workaround for NetBSD when not needed [21]
2024-04-08 16:33:36 +08:00
o dist: `set -eu`, fix shellcheck, make reproducible and smaller tarballs [38]
o dist: add reproducible dir entries to tarballs [56]
o dist: do not require Perl in `maketgz` [71]
2024-04-04 17:29:34 +08:00
o dist: remove the curl-config.1 from the tarball [28]
o dist: verify tarball reproducibility in CI [40]
2024-04-08 16:33:36 +08:00
o DISTROS: Cygwin updates [44]
o doc: pytest `--repeat` -> `--count` [58]
2024-04-08 16:33:36 +08:00
o docs/cmdline-opts: invoke managen using a relative path [30]
2024-03-31 22:35:08 +08:00
o docs/MAIL-ETIQUETTE: convert to markdown [12]
o GHA: add shellcheck job and fix warnings, shell tidy-ups [70]
2024-04-08 16:33:36 +08:00
o GHA: add valgrind to a wolfSSL build [37]
o GHA: on macOS remove $HOME/.curlrc [50]
o http2: emit RST when client write fails [65]
2024-04-04 17:29:34 +08:00
o http: with chunked POST forced, disable length check on read callback [31]
2024-03-31 22:35:08 +08:00
o idn: make Curl_idnconvert_hostname() use Curl_idn_decode() [16]
2024-04-04 17:29:34 +08:00
o INSTALL-CMAKE.md: explain `cmake -G <generator-name>` [32]
2024-04-08 16:33:36 +08:00
o lib: add trace support for client reads and writes [45]
o lib: use `#error` instead of invalid syntax in `curl_setup_once.h` [49]
o lib: use multi instead of multi_easy for the active multi [41]
2024-04-04 17:29:34 +08:00
o libcurl-opts: mention pipelining less [33]
2024-03-28 23:30:18 +08:00
o libssh2: set length to 0 if strdup failed [6]
2024-03-31 22:35:08 +08:00
o m4: fix rustls pkg-config codepath [22]
2024-04-08 16:33:36 +08:00
o makefile: remove the sorting from the vc-ide action [42]
2024-04-04 17:29:34 +08:00
o maketgz: put docs/RELEASE-TOOL.md into the tarball [35]
o mbedtls: call mbedtls_ssl_setup() after RNG callback is set [66]
2024-03-31 22:35:08 +08:00
o openldap: create ldap URLs correctly for IPv6 addresses [19]
2024-03-28 23:30:18 +08:00
o openssl: do not set SSL_MODE_RELEASE_BUFFERS [10]
o RELEASE-PROCEDURE: mention an initial working build [7]
2024-04-08 16:33:36 +08:00
o request: paused upload on completed download, assess connection [54]
2024-03-31 22:35:08 +08:00
o reuse: add copyright + license info to individual docs/*.md files [13]
2024-04-08 16:33:36 +08:00
o tests/http: fix compiler warning [39]
o tls: use shared init code for TCP+QUIC [57]
2024-03-31 22:35:08 +08:00
o tool_getparam: output warning for leading unicode quote character [14]
2024-03-28 23:30:18 +08:00
o tool_xattr: "guess" URL scheme if none is provided [3]
o tool_xattr: in debug builds, act normally if CURL_FAKE_XATTR is not set [4]
2024-04-08 16:33:36 +08:00
o url: do not URL decode proxy crendentials [55]
o urldata: remove fields not used depending on used features [46]
2024-03-31 22:35:08 +08:00
o vquic: use CURL_FORMAT_CURL_OFF_T for 64 bit printf output [18]
2024-04-04 17:29:34 +08:00
o winbuild: use $(RC) correctly [27]
o wolfssl: plug memory leak in wolfssl_connect_step2() [25]
2019-07-19 17:32:23 +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)
Planned upcoming removals include:
2023-02-15 15:10:01 +08:00
o support for space-separated NOPROXY patterns
See https://curl.se/dev/deprecate.html for details
This release would not have looked like this without help, code, reports and
advice from friends like these:
2024-04-08 16:33:36 +08:00
Brian Inglis, Carlos Henrique Lima Melara, Chris Webb,
Dagfinn Ilmari Mannsåker, Dan Fandrich, Daniel J. H., Daniel McCarney,
Daniel Stenberg, Dmitry Karpov, Emanuele Torre, Evgeny Grin (Karlson2k),
Fabian Keil, Gisle Vanem, Harry Sintonen, hongfei.li, Jan Macku, Jeff King,
Jérôme Leclercq, Kailun Qin, kalvdans on github, Keitagit-kun on github,
Konstantin Kuzov, kpcyrd on github, Matt Jolly, Michael Kaufmann,
2024-04-08 16:33:36 +08:00
Michał Antoniak, Paul Howarth, Ray Satiro, riastradh on github,
Robert Moreton, Sanjay Pujare, Sergey Bronnikov, Sergey Ogryzkov,
Sergio Durigan Junior, Stefan Eissing, Tobias Stoeckmann, Viktor Szakats
(37 contributors)
References to bug reports and discussions on issues:
[1] = https://curl.se/bug/?i=13198
[2] = https://curl.se/bug/?i=13191
2024-03-28 23:30:18 +08:00
[3] = https://curl.se/bug/?i=13205
[4] = https://curl.se/bug/?i=13220
[5] = https://curl.se/bug/?i=13209
[6] = https://curl.se/bug/?i=13213
[7] = https://curl.se/bug/?i=13216
[8] = https://curl.se/bug/?i=13208
[9] = https://curl.se/bug/?i=13210
[10] = https://curl.se/bug/?i=13203
[11] = https://curl.se/bug/?i=13171
2024-03-31 22:35:08 +08:00
[12] = https://curl.se/bug/?i=13247
[13] = https://curl.se/bug/?i=13245
[14] = https://curl.se/bug/?i=13214
2024-04-04 17:29:34 +08:00
[15] = https://curl.se/bug/?i=13207
2024-03-31 22:35:08 +08:00
[16] = https://curl.se/bug/?i=13236
[17] = https://curl.se/bug/?i=13240
[18] = https://curl.se/bug/?i=13224
[19] = https://curl.se/bug/?i=13228
[20] = https://curl.se/bug/?i=13230
[21] = https://curl.se/bug/?i=13225
[22] = https://curl.se/bug/?i=13200
2024-04-04 17:29:34 +08:00
[23] = https://curl.se/bug/?i=13206
[24] = https://curl.se/bug/?i=13197
[25] = https://curl.se/bug/?i=13272
[26] = https://curl.se/bug/?i=13266
[27] = https://curl.se/bug/?i=13267
[28] = https://curl.se/bug/?i=13268
[29] = https://curl.se/bug/?i=13263
2024-04-08 16:33:36 +08:00
[30] = https://curl.se/bug/?i=13281
2024-04-04 17:29:34 +08:00
[31] = https://curl.se/bug/?i=13229
[32] = https://curl.se/bug/?i=13244
[33] = https://curl.se/bug/?i=13254
[34] = https://curl.se/bug/?i=13135
2024-04-04 17:29:34 +08:00
[35] = https://curl.se/bug/?i=13239
[36] = https://curl.se/bug/?i=13242
2024-04-08 16:33:36 +08:00
[37] = https://curl.se/bug/?i=13274
[38] = https://curl.se/bug/?i=13299
[39] = https://curl.se/bug/?i=13301
[40] = https://curl.se/bug/?i=13327
2024-04-08 16:33:36 +08:00
[41] = https://curl.se/bug/?i=12665
[42] = https://curl.se/bug/?i=13294
[43] = https://curl.se/bug/?i=13290
[44] = https://curl.se/bug/?i=13258
[45] = https://curl.se/bug/?i=13223
[46] = https://curl.se/bug/?i=13188
[47] = https://curl.se/bug/?i=13286
[48] = https://curl.se/bug/?i=13282
[49] = https://curl.se/bug/?i=13287
[50] = https://curl.se/bug/?i=13284
[51] = https://curl.se/bug/?i=13283
[54] = https://curl.se/bug/?i=13260
[55] = https://curl.se/bug/?i=13265
[56] = https://curl.se/bug/?i=13322
[57] = https://curl.se/bug/?i=13172
[58] = https://curl.se/bug/?i=13218
[60] = https://curl.se/bug/?i=13313
[64] = https://curl.se/bug/?i=13264
[65] = https://curl.se/bug/?i=13292
[66] = https://curl.se/bug/?i=13314
[67] = https://curl.se/bug/?i=13249
[69] = https://curl.se/bug/?i=13315
[70] = https://curl.se/bug/?i=13307
[71] = https://curl.se/bug/?i=13310