2
0

RELEASE-NOTES 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. curl and libcurl 8.3.0
  2. Public curl releases: 222
  3. Command line options: 256
  4. curl_easy_setopt() options: 303
  5. Public functions in libcurl: 91
  6. Contributors: 2932
  7. This release includes the following changes:
  8. o nss: remove support for this TLS library [10]
  9. o tool: add "variable" support [1]
  10. o wolfssl: support loading system CA certificates [8]
  11. This release includes the following bugfixes:
  12. o bearssl: don't load CA certs when peer verification is disabled [33]
  13. o CI: add caching to many jobs [19]
  14. o cmake: support building static and shared libcurl in one go [17]
  15. o configure, cmake, lib: more form api deprecation [7]
  16. o configure: use the pkg-config --libs-only-l flag for libssh2 [16]
  17. o easy: remove #ifdefs to make code easier on the eye [34]
  18. o GHA: adding quiche workflow [35]
  19. o http2: disable asssertion blocking OSSFuzz testing [31]
  20. o http2: fix in h2 proxy tunnel: progress in ingress on sending [32]
  21. o macOS: fix target detection more [11]
  22. o Revert "schannel: reverse the order of certinfo insertions" [14]
  23. o tool_operate: allow both SSL_CERT_FILE and SSL_CERT_DIR [12]
  24. o url: remove infof() output for "still name resolving" [28]
  25. o winbuild: improve check for static zlib [15]
  26. This release includes the following known bugs:
  27. o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
  28. Planned upcoming removals include:
  29. o gskit
  30. o support for space-separated NOPROXY patterns
  31. o support for the original legacy mingw version 1
  32. See https://curl.se/dev/deprecate.html for details
  33. This release would not have looked like this without help, code, reports and
  34. advice from friends like these:
  35. Daniel Stenberg, Derzsi Dániel, Emanuele Torre, Gabriel Corona,
  36. kyled-dell on github, Marcel Raad, Nathan Moinvaziri, Patrick Monnerat,
  37. Ray Satiro, Ryan Schmidt, Stefan Eissing, Thomas M. DuBuisson,
  38. Viktor Szakats, wangzhikun, Wilhelm von Thiele, yushicheng7788 on github
  39. (16 contributors)
  40. References to bug reports and discussions on issues:
  41. [1] = https://curl.se/bug/?i=11346
  42. [7] = https://curl.se/bug/?i=9621
  43. [8] = https://curl.se/bug/?i=11452
  44. [10] = https://curl.se/bug/?i=11459
  45. [11] = https://curl.se/bug/?i=11502
  46. [12] = https://curl.se/bug/?i=11325
  47. [14] = https://curl.se/bug/?i=11536
  48. [15] = https://curl.se/bug/?i=11521
  49. [16] = https://curl.se/bug/?i=11538
  50. [17] = https://curl.se/bug/?i=11505
  51. [19] = https://curl.se/bug/?i=11532
  52. [28] = https://curl.se/bug/?i=11394
  53. [31] = https://curl.se/bug/?i=11500
  54. [32] = https://curl.se/bug/?i=11527
  55. [33] = https://curl.se/bug/?i=11457
  56. [34] = https://curl.se/bug/?i=11525
  57. [35] = https://curl.se/bug/?i=11517