RELEASE-NOTES 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. curl and libcurl 8.5.1
  2. Public curl releases: 253
  3. Command line options: 258
  4. curl_easy_setopt() options: 303
  5. Public functions in libcurl: 93
  6. Contributors: 3042
  7. This release includes the following changes:
  8. This release includes the following bugfixes:
  9. o cmake: fix typo [5]
  10. o dist: add tests/errorcodes.pl to the tarball [6]
  11. o lib: fix variable undeclared error caused by `infof` changes [2]
  12. o sectransp_ make TLSCipherNameForNumber() available in non-verbose config [1]
  13. o url: for disabled protocols, mention if found in redirect [7]
  14. This release includes the following known bugs:
  15. o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
  16. Planned upcoming removals include:
  17. o support for space-separated NOPROXY patterns
  18. See https://curl.se/dev/deprecate.html for details
  19. This release would not have looked like this without help, code, reports and
  20. advice from friends like these:
  21. Cajus Pollmeier, Chris Sauer, Dan Fandrich, Daniel Stenberg,
  22. Mauricio Scheffer, Stefan Eissing, Viktor Szakats, Xi Ruoyao, YX Hao
  23. (9 contributors)
  24. References to bug reports and discussions on issues:
  25. [1] = https://curl.se/bug/?i=12474
  26. [2] = https://curl.se/bug/?i=12470
  27. [5] = https://curl.se/bug/?i=12464
  28. [6] = https://curl.se/bug/?i=12462
  29. [7] = https://curl.se/bug/?i=12466