-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE-NOTES
170 lines (156 loc) · 7.25 KB
/
RELEASE-NOTES
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
curl and libcurl 7.87.0
Public curl releases: 212
Command line options: 249
curl_easy_setopt() options: 301
Public functions in libcurl: 91
Contributors: 2751
This release includes the following changes:
o curl: add --url-query [52]
o openssl: reduce CA certificate bundle reparsing by caching [11]
o version: add a feature names array to curl_version_info_data [67]
This release includes the following bugfixes:
o cmake: check for cross-compile, not for toolchain [54]
o cmake: really enable warnings with clang [25]
o cmdline-opts/gen.pl: fix the linkifier [64]
o cmdline-opts/page-footer: remove long option nroff formatting
o config-win32: fix SIZEOF_OFF_T for MSVC and old MinGW [41]
o configure: require fork for NTLM-WB [36]
o cookie: compare cookie prefixes case insensitively [14]
o cookie: expire cookies at once when max-age is negative [45]
o curl-rustls.m4: on macOS, rustls also needs the Security framework [44]
o curl: timeout in the read callback [15]
o curl_path: do not add '/' if homedir ends with one [4]
o CURLMOPT_SOCKETFUNCTION.3: clarify CURL_POLL_REMOVE [1]
o CURLOPT_DEBUGFUNCTION.3: do not assume nul-termination in example [31]
o docs/EARLY-RELEASE.md: how to determine an early release [37]
o docs: add missing parameters for --retry flag [2]
o docs: explain the noproxy CIDR notation support [17]
o docs: remove performance note in CURLOPT_SSL_VERIFYPEER [13]
o gen.pl: do not generate CURLHELP bitmask lines > 79 characters [10]
o headers: add endif comments [51]
o http: do not send PROXY more than once [46]
o http: set 'this_is_a_follow' in the Location: logic [40]
o hyper: fix handling of hyper_task's when reusing the same address [33]
o KNOWN_BUGS: remove eight entries [50]
o lib: add CURL_WRITEFUNC_ERROR to signal write callback error [47]
o lib: connection filters (cfilter) addition to curl: [43]
o lib: feature deprecation warnings in gcc >= 4.3 [58]
o lib: fix some type mismatches and remove unneeded typecasts [12]
o lib: remove bad set.opt_no_body assignments [42]
o lib: sync guard for Curl_getaddrinfo_ex() definition and use [6]
o libcurl-errors.3: remove duplicate word [3]
o log2changes.pl: wrap long lines at 80 columns [59]
o maketgz: set the right version in lib/libcurl.plist [53]
o misc: remove duplicated include files [28]
o misc: typo and grammar fixes [23]
o negtelnetserver.py: have it call its close() method [68]
o netrc.d: provide mutext info [63]
o noproxy: also match with adjacent comma [19]
o noproxy: tailmatch like in 7.85.0 and earlier [35]
o nroff-scan.pl: detect double highlights
o ntlm: improve comment for encrypt_des [55]
o ntlm: silence ubsan warning about copying from null target_info pointer. [69]
o os400: use platform socklen_t in Curl_getnameinfo_a [18]
o proxy: refactor haproxy protocol handling as connection filter [57]
o README.md: remove badges and xmas-tree garnish [9]
o rtsp: fix RTSP auth [49]
o scripts/checksrc.pl: detect duplicated include files [29]
o sendf: remove unnecessary if condition [26]
o spellcheck.words: remove 'github' as an accepted word [22]
o strcase: use curl_str(n)equal for case insensitive matches [8]
o system.h: support 64-bit curl_off_t for NonStop 32-bit [21]
o tests/sshserver.pl: re-enable ssh-rsa while using openssh 8.8+
o tool_getparam: make --no-get work as the opposite of --get [39]
o tool_operate: provide better errmsg for -G with bad URL [16]
o tool_operate: when aborting, make sure there is a non-NULL error buffer [20]
o vtls: fix build without proxy support [38]
o WEBSOCKET.md: fix broken link [30]
o Websocket: fixes for partial frames and buffer updates. [7]
o websockets: fix handling of partial frames [32]
o windows: fail early with a missing windres in autotools [5]
o windows: fix linking .rc to shared curl with autotools [24]
o winidn: drop WANT_IDN_PROTOTYPES [27]
o ws: return CURLE_NOT_BUILT_IN when websockets not built in [34]
This release includes the following known bugs:
o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
Planned upcoming removals include:
o NSS
o Support for systems without 64 bit data types
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:
Adam Averay, Alex Xu, Andrei Rybak, AtariDreams on github, Ayesh Karunaratne,
Christopher Sauer, Christoph Reiter, Dan Fandrich, Daniel Gustafsson,
Daniel Stenberg, Emanuele Torre, Emil Österlund, Eric Vigeant, Erik Janssen,
Fata Nugraha, Felipe Gasper, godmar on github, Henning Schild,
Hirotaka Tagawa, Joel Depooter, John Sherrill, Jon Rumsey,
jvreelanda on github, Lorenzo Miniero, Luca Niccoli, Marc Hörsken,
Michael Drake, Nathan Moinvaziri, Oskar Sigvardsson, Patrick Monnerat,
Patrick Schlangen, Peter Piekarski, Philip Chan, Randall S. Becker,
Ray Satiro, Stefan Eissing, Stephan Guilloux, Stuart Henderson,
Thomas Glanzmann, Trail of Bits, Viktor Szakats, xianghongai on github,
Zespre Schmidt
(43 contributors)
References to bug reports and discussions on issues:
[1] = https://curl.se/bug/?i=9799
[2] = https://curl.se/bug/?i=9848
[3] = https://curl.se/bug/?i=9846
[4] = https://curl.se/bug/?i=9844
[5] = https://curl.se/bug/?i=9781
[6] = https://curl.se/bug/?i=9734
[7] = https://curl.se/bug/?i=9890
[8] = https://curl.se/bug/?i=9837
[9] = https://curl.se/bug/?i=9833
[10] = https://curl.se/bug/?i=9834
[11] = https://curl.se/bug/?i=9620
[12] = https://curl.se/bug/?i=9835
[13] = https://curl.se/bug/?i=9832
[14] = https://curl.se/bug/?i=9863
[15] = https://sourceforge.net/p/curl/bugs/846/
[16] = https://curl.se/bug/?i=9889
[17] = https://curl.se/bug/?i=9818
[18] = https://curl.se/bug/?i=9811
[19] = https://curl.se/bug/?i=9813
[20] = https://curl.se/bug/?i=9865
[21] = https://curl.se/bug/?i=9817
[22] = https://curl.se/bug/?i=9810
[23] = https://curl.se/bug/?i=9802
[24] = https://curl.se/bug/?i=9803
[25] = https://curl.se/bug/?i=9783
[26] = https://curl.se/bug/?i=9801
[27] = https://curl.se/bug/?i=9793
[28] = https://curl.se/bug/?i=9796
[29] = https://curl.se/bug/?i=9796
[30] = https://curl.se/mail/lib-2022-10/0097.html
[31] = https://curl.se/mail/lib-2022-11/0016.html
[32] = https://curl.se/bug/?i=9861
[33] = https://curl.se/bug/?i=9840
[34] = https://curl.se/bug/?i=9851
[35] = https://curl.se/bug/?i=9842
[36] = https://curl.se/bug/?i=9847
[37] = https://curl.se/bug/?i=9820
[38] = https://curl.se/bug/?i=9895
[39] = https://curl.se/bug/?i=9891
[40] = https://curl.se/bug/?i=9885
[41] = https://curl.se/bug/?i=9712
[42] = https://curl.se/bug/?i=9888
[43] = https://curl.se/bug/?i=9855
[44] = https://curl.se/bug/?i=9883
[45] = https://curl.se/bug/?i=9930
[46] = https://curl.se/bug/?i=9442
[47] = https://curl.se/bug/?i=9874
[49] = https://curl.se/bug/?i=4750
[50] = https://curl.se/bug/?i=9871
[51] = https://curl.se/bug/?i=9853
[52] = https://curl.se/bug/?i=9691
[53] = https://curl.se/bug/?i=9866
[54] = https://curl.se/bug/?i=9921
[55] = https://curl.se/bug/?i=9903
[57] = https://curl.se/bug/?i=9893
[58] = https://curl.se/bug/?i=9667
[59] = https://curl.se/bug/?i=9896
[63] = https://curl.se/bug/?i=9899
[64] = https://curl.se/bug/?i=9899
[67] = https://curl.se/bug/?i=9583
[68] = https://curl.se/bug/?i=9894
[69] = https://curl.se/bug/?i=9898