RELEASE-NOTES 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. curl and libcurl 8.10.0
  2. Public curl releases: 260
  3. Command line options: 263
  4. curl_easy_setopt() options: 306
  5. Public functions in libcurl: 94
  6. Contributors: 3212
  7. This release includes the following changes:
  8. This release includes the following bugfixes:
  9. o cmake: distcheck for files in CMake subdir [9]
  10. o dist: add missing `FindNettle.cmake` [11]
  11. o GHA/windows: enable MulitSSL in an MSVC job [2]
  12. o GHA: scan git repository and detect unvetted binary files [3]
  13. o INSTALL.md: MultiSSL and QUIC are mutually exclusive [7]
  14. o lib: convert some debugf()s into traces [8]
  15. o libcurl.pc: add `Cflags.private` [10]
  16. o rustls: make all tests pass [1]
  17. o tests: provide docs as curldown, not nroff [12]
  18. This release includes the following known bugs:
  19. See docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
  20. For all changes ever done in curl:
  21. See https://curl.se/changes.html
  22. Planned upcoming removals include:
  23. o TLS libraries not supporting TLS 1.3
  24. See https://curl.se/dev/deprecate.html for details
  25. This release would not have looked like this without help, code, reports and
  26. advice from friends like these:
  27. Christoph Reiter, Daniel Stenberg, Joe Birr-Pixton, Matt Jolly,
  28. Stefan Eissing, Tal Regev, Viktor Szakats
  29. (7 contributors)
  30. References to bug reports and discussions on issues:
  31. [1] = https://curl.se/bug/?i=14317
  32. [2] = https://curl.se/bug/?i=14276
  33. [3] = https://curl.se/bug/?i=14333
  34. [7] = https://curl.se/bug/?i=14308
  35. [8] = https://curl.se/bug/?i=14322
  36. [9] = https://curl.se/bug/?i=14323
  37. [10] = https://curl.se/bug/?i=14321
  38. [11] = https://curl.se/bug/?i=14285
  39. [12] = https://curl.se/bug/?i=14324