RELEASE-NOTES 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. curl and libcurl 8.2.1
  2. Public curl releases: 221
  3. Command line options: 255
  4. curl_easy_setopt() options: 303
  5. Public functions in libcurl: 91
  6. Contributors: 2927
  7. This release includes the following changes:
  8. This release includes the following bugfixes:
  9. o amigaos: fix sys/mbuf.h m_len macro clash [9]
  10. o amissl: add missing signal.h include [8]
  11. o amissl: fix AmiSSL v5 detection [2]
  12. o cfilters: rename close/connect functions to avoid clashes [12]
  13. o ciphers.d: put URL in first column [1]
  14. o cmake: add `libcurlu`/`libcurltool` for unit tests [5]
  15. o cmake: update ngtcp2 detection [4]
  16. o configure: check for nghttp2_session_get_stream_local_window_size [14]
  17. o CONTRIBUTE: drop mention of copyright year ranges [20]
  18. o CONTRIBUTE: fix syntax in commit message description [21]
  19. o curl_multi_wait.3: fix arg quoting to doc macro .BR [27]
  20. o docs: mark two TLS options for TLS, not SSL [26]
  21. o docs: provide more see also for cipher options [23]
  22. o hostip: return IPv6 first for localhost resolves [16]
  23. o http2: fix regression on upload EOF handling [13]
  24. o http: VLH, very large header test and fixes [19]
  25. o libcurl-errors.3: add CURLUE_OK [11]
  26. o os400: correct EXPECTED_STRING_LASTZEROTERMINATED [7]
  27. o quiche: fix lookup of transfer at multi [18]
  28. o quiche: fix segfault and other things [15]
  29. o rustls: update rustls-ffi 0.10.0 [24]
  30. o socks: print ipv6 address within brackets [10]
  31. o src/mkhelp: strip off escape sequences [22]
  32. o tool: fix tool_seek_cb build when SIZEOF_CURL_OFF_T > SIZEOF_OFF_T [17]
  33. o transfer: do not clear the credentials on redirect to absolute URL [6]
  34. o unittest: remove unneeded *_LDADD [3]
  35. o websocket: rename arguments/variables to match docs [25]
  36. This release includes the following known bugs:
  37. o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
  38. Planned upcoming removals include:
  39. o gskit
  40. o NSS
  41. o support for space-separated NOPROXY patterns
  42. o support for the original legacy mingw version 1
  43. See https://curl.se/dev/deprecate.html for details
  44. This release would not have looked like this without help, code, reports and
  45. advice from friends like these:
  46. Aleksander Mazur, Alois Klink, Andrei Rybak, Brad Harder,
  47. Chilledheart on github, Christian Schmitz, Cloudogu Siebels, Daniel Stenberg,
  48. Harry Sintonen, Jacob Hoffman-Andrews, Jan Macku, John Haugabook, Jon Rumsey,
  49. Oliver Roberts, Paul Howarth, Stefan Eissing, VictorVG on github,
  50. Viktor Szakats, Yair Lenga, ウさん
  51. (20 contributors)
  52. References to bug reports and discussions on issues:
  53. [1] = https://curl.se/bug/?i=11464
  54. [2] = https://curl.se/bug/?i=11477
  55. [3] = https://curl.se/bug/?i=11494
  56. [4] = https://curl.se/bug/?i=11508
  57. [5] = https://curl.se/bug/?i=11446
  58. [6] = https://curl.se/bug/?i=11486
  59. [7] = https://curl.se/bug/?i=11476
  60. [8] = https://curl.se/bug/?i=11478
  61. [9] = https://curl.se/bug/?i=11479
  62. [10] = https://curl.se/bug/?i=11483
  63. [11] = https://curl.se/bug/?i=11488
  64. [12] = https://curl.se/bug/?i=11491
  65. [13] = https://curl.se/bug/?i=11485
  66. [14] = https://curl.se/bug/?i=11470
  67. [15] = https://curl.se/bug/?i=11449
  68. [16] = https://curl.se/bug/?i=11465
  69. [17] = https://curl.se/bug/?i=11468
  70. [18] = https://curl.se/bug/?i=11462
  71. [19] = https://curl.se/bug/?i=11509
  72. [20] = https://curl.se/bug/?i=11504
  73. [21] = https://curl.se/bug/?i=11504
  74. [22] = https://curl.se/bug/?i=11501
  75. [23] = https://curl.se/bug/?i=11513
  76. [24] = https://curl.se/bug/?i=10865
  77. [25] = https://curl.se/bug/?i=11493
  78. [26] = https://curl.se/bug/?i=11514
  79. [27] = https://curl.se/bug/?i=11511