mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
804fb71bed
bumped to 7.84.1
57 lines
2.0 KiB
Plaintext
57 lines
2.0 KiB
Plaintext
curl and libcurl 7.84.1
|
|
|
|
Public curl releases: 210
|
|
Command line options: 248
|
|
curl_easy_setopt() options: 297
|
|
Public functions in libcurl: 88
|
|
Contributors: 2652
|
|
|
|
This release includes the following changes:
|
|
|
|
o
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
o THANKS: merged two entries for Evgeny Grin
|
|
o lib/curl_path.c: add ISC to license expression [1]
|
|
o hyper: use wakers for curl pause/resume [2]
|
|
o Makefile.m32: do not set the libcurl.rc debug flag [ci skip] [3]
|
|
o curl.h: CURLE_CONV_FAILED is obsoleted [4]
|
|
o curl: output warning when a cookie is dropped due to size [5]
|
|
o curl_mime_data.3: polish the wording [6]
|
|
o configure: check for the stdatomic.h header in configure [7]
|
|
o easy_lock: fix the #ifdef conditional for ia32_pause [8]
|
|
o easy_lock: switch to using atomic_int instead of bool [9]
|
|
o ngtcp2: fix incompatible function pointer types [10]
|
|
o easy_lock.h: use __asm__ instead of asm to fix build [11]
|
|
o libcurl-security.3: fix typo on macro "SH_" [12]
|
|
o easy_lock.h: include sched.h if available to fix build [13]
|
|
|
|
This release includes the following known bugs:
|
|
|
|
o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
advice from friends like these:
|
|
|
|
Adam Sampson, Daniel Stenberg, Evgeny Grin (Karlson2k), Harry Sintonen,
|
|
Jilayne Lovejoy, Joshua Root, Ray Satiro, Ryan Schmidt, Samuel Henrique,
|
|
Sean McArthur, Viktor Szakats
|
|
(11 contributors)
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
[1] = https://curl.se/bug/?i=9073
|
|
[2] = https://curl.se/bug/?i=9070
|
|
[3] = https://curl.se/bug/?i=9069
|
|
[4] = https://curl.se/bug/?i=9067
|
|
[5] = https://curl.se/bug/?i=9064
|
|
[6] = https://curl.se/bug/?i=9063
|
|
[7] = https://curl.se/bug/?i=9059
|
|
[8] = https://curl.se/bug/?i=9058
|
|
[9] = https://curl.se/bug/?i=9055
|
|
[10] = https://curl.se/bug/?i=9056
|
|
[11] = https://curl.se/bug/?i=9056
|
|
[12] = https://curl.se/bug/?i=9057
|
|
[13] = https://curl.se/bug/?i=9054
|