RELEASE-NOTES 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. curl and libcurl 8.10.2
  2. Public curl releases: 262
  3. Command line options: 265
  4. curl_easy_setopt() options: 306
  5. Public functions in libcurl: 94
  6. Contributors: 3246
  7. This release includes the following changes:
  8. This release includes the following bugfixes:
  9. o curl_url_set.md: document HOST handling when URL is parsed [2]
  10. o negotiate: conditional check around GSS & SSL specific code [1]
  11. o sendf: add condition to max-filesize check [3]
  12. This release includes the following known bugs:
  13. See docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
  14. For all changes ever done in curl:
  15. See https://curl.se/changes.html
  16. Planned upcoming removals include:
  17. o Hyper support after February 2025 [89]
  18. o TLS libraries not supporting TLS 1.3
  19. See https://curl.se/dev/deprecate.html for details
  20. This release would not have looked like this without help, code, reports and
  21. advice from friends like these:
  22. Daniel Stenberg, Jon Rumsey, lomberd2 on github, Venkat Krishna R
  23. (4 contributors)
  24. References to bug reports and discussions on issues:
  25. [1] = https://curl.se/bug/?i=14938
  26. [2] = https://curl.se/bug/?i=14942
  27. [3] = https://curl.se/bug/?i=14958