curl/RELEASE-NOTES

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

63 lines
2.1 KiB
Plaintext
Raw Normal View History

curl and libcurl 8.8.1
Public curl releases: 258
2024-04-20 05:59:43 +08:00
Command line options: 259
2024-04-18 04:53:40 +08:00
curl_easy_setopt() options: 305
Public functions in libcurl: 94
2024-05-24 19:33:15 +08:00
Contributors: 3174
2023-05-23 17:12:50 +08:00
2023-05-31 14:59:48 +08:00
This release includes the following changes:
This release includes the following bugfixes:
o (lib)curl.rc: set debug flag also for `CURLDEBUG` and `UNITTESTS` [2]
2024-05-24 19:33:15 +08:00
o asyn-thread: avoid using GetAddrInfoExW with impersonation [7]
o cmake: fix brotli lib order [3]
o cmake: fix building in unity mode [4]
o cmake: fix building with both md4 and md5 in unity mode [13]
o docs/Makefile.am: make curl-config.1 install [14]
o mbedtls: check version for cipher id [12]
o mbedtls: send close-notify on close [11]
o pytest: add ftp upload tests [16]
o test: add test1484, for HEAD with content [18]
o test: add test1546, chunked not last transfer encoding [17]
o transfer: conn close on paused upload [8]
o winbuild: fix PE version info debug flag [1]
2024-05-24 19:33:15 +08:00
o winbuild: remove outdated WIN32 defines [5]
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-05-24 19:33:15 +08:00
Daniel Stenberg, dependabot[bot], edmcln on github, Kai Pastor,
Keerthi Timmaraju, Orgad Shaneh, Pavel Pavlov, Ray Satiro, renovate[bot],
Sergey Bronnikov, Stefan Eissing, Viktor Szakats
(12 contributors)
References to bug reports and discussions on issues:
[1] = https://curl.se/bug/?i=13739
[2] = https://curl.se/bug/?i=13730
2024-05-24 19:33:15 +08:00
[3] = https://curl.se/bug/?i=13761
[4] = https://curl.se/bug/?i=13751
[5] = https://curl.se/bug/?i=13739
[7] = https://curl.se/bug/?i=13612
[8] = https://curl.se/bug/?i=13740
[11] = https://curl.se/bug/?i=13745
[12] = https://curl.se/bug/?i=13749
[13] = https://curl.se/bug/?i=13737
[14] = https://curl.se/bug/?i=13741
[16] = https://curl.se/bug/?i=13734
[17] = https://curl.se/bug/?i=13736
[18] = https://curl.se/bug/?i=13735