RELEASE-NOTES 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. curl and libcurl 8.8.0
  2. Public curl releases: 257
  3. Command line options: 259
  4. curl_easy_setopt() options: 305
  5. Public functions in libcurl: 94
  6. Contributors: 3159
  7. This release includes the following changes:
  8. o curl_version_info: provide librtmp version [73]
  9. o file: add support for directory listings [63]
  10. o idn: add native AppleIDN (icucore) support for macOS/iOS [95]
  11. o lib: add curl_multi_waitfds [34]
  12. o mbedTLS: implement CURLOPT_SSL_CIPHER_LIST option [103]
  13. o NTLM_WB: drop support [67]
  14. o TLS: add support for ECH (Encrypted Client Hello) [109]
  15. o urlapi: add CURLU_GET_EMPTY for empty queries and fragments [111]
  16. This release includes the following bugfixes:
  17. o bearssl: fix compiler warnings [43]
  18. o build: prefer `USE_IPV6` macro internally (was: `ENABLE_IPV6`) [85]
  19. o build: remove MacOSX-Framework script [60]
  20. o cd2nroff/manage: use UTC when SOURCE_DATE_EPOCH is set [36]
  21. o cf-socket: remove references to l_ip, l_port [9]
  22. o ci: add curl-for-win builds: Linux MUSL, macOS, Windows [68]
  23. o cmake: add `BUILD_EXAMPLES` option to build examples [128]
  24. o cmake: add librtmp/rtmpdump option and detection [108]
  25. o CMake: check fseeko after detecting HAVE_FILE_OFFSET_BITS [64]
  26. o cmake: enable `-pedantic-errors` for clang when `CURL_WERROR=ON` [47]
  27. o cmake: FindNGHTTP2 add static lib name to find_library call [141]
  28. o cmake: fix `CURL_WERROR=ON` for old CMake and use it in GHA/linux-old [48]
  29. o cmake: fixup `DEPENDS` filename [51]
  30. o cmake: forward `USE_LIBRTMP` option to C [59]
  31. o cmake: generate misc manpages and install `mk-ca-bundle.pl` [24]
  32. o cmake: speed up libcurl doc building again [15]
  33. o cmake: tidy-up to use `WORKING_DIRECTORY` [23]
  34. o cmake: use namespaced custom target names [80]
  35. o cmdline-docs: fix make install with configure --disable-docs [1]
  36. o configure: make --disable-docs imply --disable-manual [2]
  37. o content_encoding: brotli and others, pass through 0-length writes [5]
  38. o content_encoding: ignore duplicate chunked encoding [137]
  39. o contrithanks: honor `CURLWWW` variable [69]
  40. o curl-confopts.m4: define CARES_NO_DEPRECATED when c-ares is used [17]
  41. o curl: make --help adapt to the terminal width [11]
  42. o curl: use curl_getenv instead of the curlx_ version [20]
  43. o Curl_creader_read: init two variables to avoid using them uninited [99]
  44. o curl_getdate.md: document two-digit year handling [127]
  45. o curl_global_trace.md: shorten the description [29]
  46. o curl_setup.h: detect 'inline' support [133]
  47. o curl_sha512_256: do not use workaround for NetBSD when not needed [21]
  48. o curl_sha512_256: fix detection of OpenSSL 1.1.1 or later [8]
  49. o curl_url_get.md: clarify queries and fragments and CURLU_GET_EMPTY [105]
  50. o CURLINFO_REQUEST_SIZE: fixed, add tests for transfer infos reported [52]
  51. o cw-out: improved error handling [104]
  52. o dist: `set -eu`, fix shellcheck, make reproducible and smaller tarballs [38]
  53. o dist: add files missing from release tarball [53]
  54. o dist: add reproducible dir entries to tarballs [56]
  55. o dist: do not require Perl in `maketgz` [71]
  56. o dist: remove the curl-config.1 from the tarball [28]
  57. o dist: verify tarball reproducibility in CI [40]
  58. o DISTROS: add patch and issues link for curl-for-win [110]
  59. o DISTROS: Cygwin updates [44]
  60. o dllmain: Call OpenSSL thread cleanup for Windows and Cygwin [114]
  61. o doc: pytest `--repeat` -> `--count` [58]
  62. o docs/cmdline-opts: invoke managen using a relative path [30]
  63. o docs/MAIL-ETIQUETTE: convert to markdown [12]
  64. o docs: add CURLOPT_NOPROGRESS to CURLOPT_XFERINFOFUNCTION example [61]
  65. o docs: clarify CURLOPT_MAXFILESIZE and CURLOPT_MAXFILESIZE_LARGE [74]
  66. o file: remove useless assignment [89]
  67. o ftp: fix socket leak on rare error [102]
  68. o GHA: add shellcheck job and fix warnings, shell tidy-ups [70]
  69. o GHA: add valgrind to a wolfSSL build [37]
  70. o GHA: on macOS remove $HOME/.curlrc [50]
  71. o gnutls: lazy init the trust settings [75]
  72. o http/2, http/3: decouple stream state from easy handle [92]
  73. o http2 + ngtcp2: pass CURLcode errors from callbacks [94]
  74. o http2: emit RST when client write fails [65]
  75. o http3: quiche+ngtcp2 improvements [129]
  76. o http: acknowledge a returned error code [123]
  77. o http: reject HTTP major version switch mid connection [100]
  78. o http: with chunked POST forced, disable length check on read callback [31]
  79. o http_aws_sigv4: remove useless assignment [88]
  80. o idn: make Curl_idnconvert_hostname() use Curl_idn_decode() [16]
  81. o INSTALL-CMAKE.md: explain `cmake -G <generator-name>` [32]
  82. o lib: add trace support for client reads and writes [45]
  83. o lib: merge `ENABLE_QUIC` C macro into `USE_HTTP3` [84]
  84. o lib: silence `-Wsign-conversion` in base64, strcase, mprintf [139]
  85. o lib: silence warnings on comma misuse [91]
  86. o lib: use `#error` instead of invalid syntax in `curl_setup_once.h` [49]
  87. o lib: use multi instead of multi_easy for the active multi [41]
  88. o libcurl-opts: mention pipelining less [33]
  89. o libssh2: set length to 0 if strdup failed [6]
  90. o m4: fix rustls pkg-config codepath [22]
  91. o makefile: remove the sorting from the vc-ide action [42]
  92. o maketgz: put docs/RELEASE-TOOL.md into the tarball [35]
  93. o mbedtls: call mbedtls_ssl_setup() after RNG callback is set [66]
  94. o mbedtls: cut off trailing newlines from debug logs [87]
  95. o mbedtls: fix building with v3 in CMake Unity mode [107]
  96. o mime: avoid using access() [125]
  97. o misc: fix typos [62]
  98. o mprintf: check fputc error rather than matching returned character [82]
  99. o mqtt: when Curl_xfer_recv returns error, don't use nread [101]
  100. o multi: avoid memory-leak risk [134]
  101. o multi: introduce SETUP state for better timeouts [26]
  102. o multi: multi_wait improvements [131]
  103. o multi: remove the unused Curl_preconnect function [98]
  104. o multi: timeout handles even without connection [81]
  105. o openldap: create ldap URLs correctly for IPv6 addresses [19]
  106. o openssl: do not set SSL_MODE_RELEASE_BUFFERS [10]
  107. o OS400: fix shellcheck warnings in scripts [72]
  108. o projects: drop MSVC project files for recent versions [79]
  109. o quic: fixup duplicate static function name (for cmake unity) [77]
  110. o quiche: expire all active transfers on connection close [116]
  111. o RELEASE-PROCEDURE: mention an initial working build [7]
  112. o request: make Curl_req_init return void [96]
  113. o request: paused upload on completed download, assess connection [54]
  114. o reuse: add copyright + license info to individual docs/*.md files [13]
  115. o ROADMAP: remove completed entries, mention websocket
  116. o rustls: remove incorrect SSLSUPP_TLS13_CIPHERSUITES flag [115]
  117. o sendf: fix two typos in comments [90]
  118. o sendf: useless assignment in cr_lc_read() [120]
  119. o smtp: result of Curl_bufq_cread was not used [78]
  120. o telnet: check return code from fileno() [112]
  121. o tests/http: fix compiler warning [39]
  122. o tests: add -q as first option when invoking curl for tests [97]
  123. o tests: check caddy server version to match test expectations [106]
  124. o tests: enable test 1117 for hyper [119]
  125. o tests: fix feature case in test1481 [117]
  126. o tls: fix SecureTransport + BearSSL cmake unity builds [113]
  127. o tls: use shared init code for TCP+QUIC [57]
  128. o tool: move tool_ftruncate64 to tool_util.c [138]
  129. o tool_getparam: output warning for leading unicode quote character [14]
  130. o tool_operate: don't truncate the etag save file by default [118]
  131. o tool_operate: init vars unconditionally in post_per_transfer [124]
  132. o tool_paramhlp: remove duplicate assign [121]
  133. o tool_xattr: "guess" URL scheme if none is provided [3]
  134. o tool_xattr: in debug builds, act normally if CURL_FAKE_XATTR is not set [4]
  135. o transfer: remove useless assignment [122]
  136. o url: do not URL decode proxy crendentials [55]
  137. o url: fix use of an uninitialized variable [86]
  138. o urlapi: allow setting port number zero [76]
  139. o urlapi: fix relative redirects to fragment-only [83]
  140. o urldata: remove fields not used depending on used features [46]
  141. o vquic: use CURL_FORMAT_CURL_OFF_T for 64 bit printf output [18]
  142. o vtls: TLS session storage overhaul [130]
  143. o winbuild: add ENABLE_WEBSOCKETS option [93]
  144. o winbuild: use $(RC) correctly [27]
  145. o wolfssl: plug memory leak in wolfssl_connect_step2() [25]
  146. This release includes the following known bugs:
  147. o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
  148. Planned upcoming removals include:
  149. o support for space-separated NOPROXY patterns
  150. See https://curl.se/dev/deprecate.html for details
  151. This release would not have looked like this without help, code, reports and
  152. advice from friends like these:
  153. Abdullah Alyan, blankie, Brian Inglis, Carlos Henrique Lima Melara,
  154. Christian Schmitz, Chris Webb, Colin Leroy-Mira, Dagfinn Ilmari Mannsåker,
  155. Dan Fandrich, Daniel J. H., Daniel McCarney, Daniel Stenberg, Dmitry Karpov,
  156. Emanuele Torre, Evgeny Grin (Karlson2k), Fabian Keil, fuzzard, Gisle Vanem,
  157. Gusted, hammlee96 on github, Harry Sintonen, Hongfei Li, Jan Macku,
  158. Jan Venekamp, Jeff King, Jérôme Leclercq, Jiwoo Park,
  159. Johann Sebastian Schicho, Jonatan Vela, Kailun Qin, kalvdans on github,
  160. Keitagit-kun on github, Konstantin Kuzov, kpcyrd on github, Laramie Leavitt,
  161. Marcel Raad, Matt Jolly, Mel Zuser, Michael Kaufmann, Michał Antoniak,
  162. Patrick Monnerat, Paul Gilmartin, Paul Howarth, Pavel Kropachev,
  163. Philip Heiduck, Rahul Krishna M, RainRat, Ray Satiro, riastradh on github,
  164. Robert Moreton, Sanjay Pujare, Sergey Bronnikov, Sergey Ogryzkov,
  165. Sergio Durigan Junior, southernedge on github, Stefan Eissing,
  166. Stephen Farrell, Tal Regev, Tobias Stoeckmann, Toon Claes, Viktor Szakats,
  167. zmcx16 on github
  168. (62 contributors)
  169. References to bug reports and discussions on issues:
  170. [1] = https://curl.se/bug/?i=13198
  171. [2] = https://curl.se/bug/?i=13191
  172. [3] = https://curl.se/bug/?i=13205
  173. [4] = https://curl.se/bug/?i=13220
  174. [5] = https://curl.se/bug/?i=13209
  175. [6] = https://curl.se/bug/?i=13213
  176. [7] = https://curl.se/bug/?i=13216
  177. [8] = https://curl.se/bug/?i=13208
  178. [9] = https://curl.se/bug/?i=13210
  179. [10] = https://curl.se/bug/?i=13203
  180. [11] = https://curl.se/bug/?i=13171
  181. [12] = https://curl.se/bug/?i=13247
  182. [13] = https://curl.se/bug/?i=13245
  183. [14] = https://curl.se/bug/?i=13214
  184. [15] = https://curl.se/bug/?i=13207
  185. [16] = https://curl.se/bug/?i=13236
  186. [17] = https://curl.se/bug/?i=13240
  187. [18] = https://curl.se/bug/?i=13224
  188. [19] = https://curl.se/bug/?i=13228
  189. [20] = https://curl.se/bug/?i=13230
  190. [21] = https://curl.se/bug/?i=13225
  191. [22] = https://curl.se/bug/?i=13200
  192. [23] = https://curl.se/bug/?i=13206
  193. [24] = https://curl.se/bug/?i=13197
  194. [25] = https://curl.se/bug/?i=13272
  195. [26] = https://curl.se/bug/?i=13371
  196. [27] = https://curl.se/bug/?i=13267
  197. [28] = https://curl.se/bug/?i=13268
  198. [29] = https://curl.se/bug/?i=13263
  199. [30] = https://curl.se/bug/?i=13281
  200. [31] = https://curl.se/bug/?i=13229
  201. [32] = https://curl.se/bug/?i=13244
  202. [33] = https://curl.se/bug/?i=13254
  203. [34] = https://curl.se/bug/?i=13135
  204. [35] = https://curl.se/bug/?i=13239
  205. [36] = https://curl.se/bug/?i=13242
  206. [37] = https://curl.se/bug/?i=13274
  207. [38] = https://curl.se/bug/?i=13299
  208. [39] = https://curl.se/bug/?i=13301
  209. [40] = https://curl.se/bug/?i=13327
  210. [41] = https://curl.se/bug/?i=12665
  211. [42] = https://curl.se/bug/?i=13294
  212. [43] = https://curl.se/bug/?i=13290
  213. [44] = https://curl.se/bug/?i=13258
  214. [45] = https://curl.se/bug/?i=13223
  215. [46] = https://curl.se/bug/?i=13188
  216. [47] = https://curl.se/bug/?i=13286
  217. [48] = https://curl.se/bug/?i=13282
  218. [49] = https://curl.se/bug/?i=13287
  219. [50] = https://curl.se/bug/?i=13284
  220. [51] = https://curl.se/bug/?i=13283
  221. [52] = https://curl.se/bug/?i=13269
  222. [53] = https://curl.se/bug/?i=13346
  223. [54] = https://curl.se/bug/?i=13260
  224. [55] = https://curl.se/bug/?i=13265
  225. [56] = https://curl.se/bug/?i=13322
  226. [57] = https://curl.se/bug/?i=13172
  227. [58] = https://curl.se/bug/?i=13218
  228. [59] = https://curl.se/bug/?i=13364
  229. [60] = https://curl.se/bug/?i=13313
  230. [61] = https://curl.se/bug/?i=13348
  231. [62] = https://curl.se/bug/?i=13344
  232. [63] = https://curl.se/bug/?i=13137
  233. [64] = https://curl.se/bug/?i=13264
  234. [65] = https://curl.se/bug/?i=13292
  235. [66] = https://curl.se/bug/?i=13314
  236. [67] = https://curl.se/bug/?i=13249
  237. [68] = https://curl.se/bug/?i=13335
  238. [69] = https://curl.se/bug/?i=13315
  239. [70] = https://curl.se/bug/?i=13307
  240. [71] = https://curl.se/bug/?i=13310
  241. [72] = https://curl.se/bug/?i=13309
  242. [73] = https://curl.se/bug/?i=13368
  243. [74] = https://curl.se/bug/?i=13372
  244. [75] = https://curl.se/bug/?i=13339
  245. [76] = https://curl.se/bug/?i=13427
  246. [77] = https://curl.se/bug/?i=13332
  247. [78] = https://curl.se/bug/?i=13398
  248. [79] = https://curl.se/bug/?i=13311
  249. [80] = https://curl.se/bug/?i=13324
  250. [81] = https://curl.se/bug/?i=13276
  251. [82] = https://curl.se/bug/?i=13367
  252. [83] = https://curl.se/bug/?i=13394
  253. [84] = https://curl.se/bug/?i=13352
  254. [85] = https://curl.se/bug/?i=13349
  255. [86] = https://curl.se/bug/?i=13399
  256. [87] = https://curl.se/bug/?i=13321
  257. [88] = https://curl.se/bug/?i=13426
  258. [89] = https://curl.se/bug/?i=13425
  259. [90] = https://curl.se/bug/?i=13393
  260. [91] = https://curl.se/bug/?i=13392
  261. [92] = https://curl.se/bug/?i=13204
  262. [93] = https://curl.se/bug/?i=13232
  263. [94] = https://curl.se/bug/?i=13411
  264. [95] = https://curl.se/bug/?i=13246
  265. [96] = https://curl.se/bug/?i=13423
  266. [97] = https://curl.se/bug/?i=13387
  267. [98] = https://curl.se/bug/?i=13422
  268. [99] = https://curl.se/bug/?i=13419
  269. [100] = https://curl.se/bug/?i=13421
  270. [101] = https://curl.se/bug/?i=13418
  271. [102] = https://curl.se/bug/?i=13417
  272. [103] = https://curl.se/bug/?i=13442
  273. [104] = https://curl.se/bug/?i=13337
  274. [105] = https://curl.se/bug/?i=13407
  275. [106] = https://curl.se/bug/?i=13405
  276. [107] = https://curl.se/bug/?i=13377
  277. [108] = https://curl.se/bug/?i=13373
  278. [109] = https://curl.se/bug/?i=11922
  279. [110] = https://curl.se/bug/?i=13499
  280. [111] = https://curl.se/bug/?i=13396
  281. [112] = https://curl.se/bug/?i=13457
  282. [113] = https://curl.se/bug/?i=13450
  283. [114] = https://curl.se/bug/?i=12327
  284. [115] = https://curl.se/bug/?i=13452
  285. [116] = https://curl.se/bug/?i=13439
  286. [117] = https://curl.se/bug/?i=13445
  287. [118] = https://curl.se/bug/?i=13432
  288. [119] = https://curl.se/bug/?i=13436
  289. [120] = https://curl.se/bug/?i=13437
  290. [121] = https://curl.se/bug/?i=13433
  291. [122] = https://curl.se/bug/?i=13435
  292. [123] = https://curl.se/bug/?i=13434
  293. [124] = https://curl.se/bug/?i=13430
  294. [125] = https://curl.se/bug/?i=13497
  295. [127] = https://curl.se/bug/?i=13494
  296. [128] = https://curl.se/bug/?i=13491
  297. [129] = https://curl.se/bug/?i=13475
  298. [130] = https://curl.se/bug/?i=13386
  299. [131] = https://curl.se/bug/?i=13150
  300. [133] = https://curl.se/bug/?i=13355
  301. [134] = https://curl.se/bug/?i=13471
  302. [137] = https://curl.se/bug/?i=13451
  303. [138] = https://curl.se/bug/?i=13458
  304. [139] = https://curl.se/bug/?i=13467
  305. [141] = https://curl.se/bug/?i=13495