RELEASE-NOTES 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. curl and libcurl 8.11.1
  2. Public curl releases: 263
  3. Command line options: 266
  4. curl_easy_setopt() options: 306
  5. Public functions in libcurl: 94
  6. Contributors: 3273
  7. This release includes the following changes:
  8. This release includes the following bugfixes:
  9. o cmake: drop cmake args list from `buildinfo.txt` [8]
  10. o cmdline/ech.md: formatting cleanups [13]
  11. o cookie: treat cookie name case sensitively [4]
  12. o curl: --test-duphandle in debug builds runs "duphandled" [6]
  13. o duphandle: also init netrc [3]
  14. o ECH: enable support for the AWS-LC backend [5]
  15. o macos: disable gcc `availability` workaround as needed [7]
  16. o mbedtls: call psa_crypt_init() in global init [2]
  17. o netrc: support large file, longer lines, longer tokens [14]
  18. o nghttp2: use custom memory functions [1]
  19. o setopt: fix CURLOPT_HTTP_CONTENT_DECODING [15]
  20. o TODO: consider OCSP stapling by default [11]
  21. o vtls: fix compile warning when ALPN is not available [12]
  22. This release includes the following known bugs:
  23. See docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
  24. For all changes ever done in curl:
  25. See https://curl.se/changes.html
  26. Planned upcoming removals include:
  27. o TLS libraries not supporting TLS 1.3
  28. See https://curl.se/dev/deprecate.html for details
  29. This release would not have looked like this without help, code, reports and
  30. advice from friends like these:
  31. Ben Greear, Bo Anderson, Daniel Stenberg, delogicsreal on github,
  32. Ethan Everett, Jesus Malo Poyatos, Kai Pastor, Moritz, Nicolas F.,
  33. Samuel Henrique, Stefan Eissing, tranzystorekk on github, Viktor Szakats,
  34. wxiaoguang on github
  35. (14 contributors)
  36. References to bug reports and discussions on issues:
  37. [1] = https://curl.se/bug/?i=15527
  38. [2] = https://curl.se/bug/?i=15500
  39. [3] = https://curl.se/bug/?i=15496
  40. [4] = https://curl.se/bug/?i=15492
  41. [5] = https://curl.se/bug/?i=15499
  42. [6] = https://curl.se/bug/?i=15504
  43. [7] = https://curl.se/bug/?i=15508
  44. [8] = https://curl.se/bug/?i=15501
  45. [11] = https://curl.se/bug/?i=15483
  46. [12] = https://curl.se/bug/?i=15515
  47. [13] = https://curl.se/bug/?i=15506
  48. [14] = https://curl.se/bug/?i=15513
  49. [15] = https://curl.se/bug/?i=15511