RELEASE-NOTES 12 KB

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