summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
blob: 5c127ffad9d82d00cf49240d2d2bc7fd63dcea53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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