curl/RELEASE-NOTES

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

84 lines
3.2 KiB
Plaintext
Raw Normal View History

2022-07-05 16:39:52 +08:00
curl and libcurl 7.85.0
2022-07-01 15:53:08 +08:00
Public curl releases: 210
2022-05-31 20:59:23 +08:00
Command line options: 248
2022-06-06 18:29:51 +08:00
curl_easy_setopt() options: 297
2022-03-24 22:51:43 +08:00
Public functions in libcurl: 88
2022-07-05 16:39:52 +08:00
Contributors: 2656
This release includes the following changes:
2022-07-05 16:39:52 +08:00
o setopt: add CURLOPT_PROTOCOLS_STR and CURLOPT_REDIR_PROTOCOLS_STR [30]
This release includes the following bugfixes:
2022-07-05 16:39:52 +08:00
o cmake: do not force Windows target versions [28]
o cmake: fix build for mingw cross compile [33]
o cmake: support ngtcp2 boringssl backend [18]
o configure: check for the stdatomic.h header in configure [7]
o cookie: use %zu to infof() for size_t values [26]
2022-07-01 15:53:08 +08:00
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]
2022-07-05 16:39:52 +08:00
o CURLOPT_SERVER_RESPONSE_TIMEOUT: the new name [16]
o easy_lock.h: include sched.h if available to fix build [13]
o easy_lock.h: use __asm__ instead of asm to fix build [11]
o easy_lock: fix build for mingw [34]
2022-07-01 15:53:08 +08:00
o easy_lock: fix the #ifdef conditional for ia32_pause [8]
o easy_lock: switch to using atomic_int instead of bool [9]
2022-07-05 16:39:52 +08:00
o http_aws_sigv4.c: remove two unusued includes [36]
o hyper: use wakers for curl pause/resume [2]
o lib/curl_path.c: add ISC to license expression [1]
2022-07-01 15:53:08 +08:00
o libcurl-security.3: fix typo on macro "SH_" [12]
2022-07-05 16:39:52 +08:00
o makefile.m32: add support for custom ARCH [ci skip] [27]
o Makefile.m32: do not set the libcurl.rc debug flag [ci skip] [3]
o ngtcp2: fix incompatible function pointer types [10]
o select: do not return fatal error on EINTR from poll() [32]
o THANKS: merged two entries for Evgeny Grin
o tool_progress: avoid division by zero in parallel progress meter [35]
o urldata: reduce size of several struct fields [14]
o windows: improve random source [29]
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)
This release would not have looked like this without help, code, reports and
advice from friends like these:
2022-07-05 16:39:52 +08:00
Adam Sampson, Alexandre Bury, Brian Carpenter, Daniel Stenberg,
Don J Olmstead, Evgeny Grin (Karlson2k), Harry Sintonen, Jakub Zakrzewski,
Jilayne Lovejoy, Joshua Root, Kai Pastor, Marcel Raad, Ray Satiro,
Ryan Schmidt, Samuel Henrique, Sean McArthur, Thomas Weißschuh,
Viktor Szakats
(18 contributors)
References to bug reports and discussions on issues:
2022-07-01 15:53:08 +08:00
[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
2022-07-05 16:39:52 +08:00
[14] = https://curl.se/bug/?i=9106
[16] = https://curl.se/bug/?i=9104
[18] = https://curl.se/bug/?i=9065
[26] = https://curl.se/bug/?i=9095
[27] = https://curl.se/bug/?i=9092
[28] = https://curl.se/bug/?i=9046
[29] = https://curl.se/bug/?i=9027
[30] = https://curl.se/bug/?i=8992
[32] = https://bugs.archlinux.org/task/75201
[33] = https://curl.se/bug/?i=9084
[34] = https://curl.se/bug/?i=8997
[35] = https://curl.se/bug/?i=9082
[36] = https://curl.se/bug/?i=9080