RELEASE-NOTES 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. curl and libcurl 8.7.2
  2. Public curl releases: 257
  3. Command line options: 258
  4. curl_easy_setopt() options: 304
  5. Public functions in libcurl: 93
  6. Contributors: 3133
  7. This release includes the following changes:
  8. This release includes the following bugfixes:
  9. o cf-socket: remove references to l_ip, l_port [9]
  10. o cmdline-docs: fix make install with configure --disable-docs [1]
  11. o configure: make --disable-docs imply --disable-manual [2]
  12. o content_encoding: brotli and others, pass through 0-length writes [5]
  13. o curl: make --help adapt to the terminal width [11]
  14. o curl_sha512_255: fix detection of OpenSSL 1.1.1 or later [8]
  15. o libssh2: set length to 0 if strdup failed [6]
  16. o openssl: do not set SSL_MODE_RELEASE_BUFFERS [10]
  17. o RELEASE-PROCEDURE: mention an initial working build [7]
  18. o tool_xattr: "guess" URL scheme if none is provided [3]
  19. o tool_xattr: in debug builds, act normally if CURL_FAKE_XATTR is not set [4]
  20. This release includes the following known bugs:
  21. o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
  22. Planned upcoming removals include:
  23. o support for space-separated NOPROXY patterns
  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. Chris Webb, Dagfinn Ilmari Mannsåker, Daniel Stenberg, Harry Sintonen,
  28. Paul Howarth, Robert Moreton, Stefan Eissing, Tobias Stoeckmann
  29. (8 contributors)
  30. References to bug reports and discussions on issues:
  31. [1] = https://curl.se/bug/?i=13198
  32. [2] = https://curl.se/bug/?i=13191
  33. [3] = https://curl.se/bug/?i=13205
  34. [4] = https://curl.se/bug/?i=13220
  35. [5] = https://curl.se/bug/?i=13209
  36. [6] = https://curl.se/bug/?i=13213
  37. [7] = https://curl.se/bug/?i=13216
  38. [8] = https://curl.se/bug/?i=13208
  39. [9] = https://curl.se/bug/?i=13210
  40. [10] = https://curl.se/bug/?i=13203
  41. [11] = https://curl.se/bug/?i=13171