RELEASE-NOTES 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. curl and libcurl 7.67.1
  2. Public curl releases: 187
  3. Command line options: 226
  4. curl_easy_setopt() options: 269
  5. Public functions in libcurl: 81
  6. Contributors: 2056
  7. This release includes the following changes:
  8. o
  9. This release includes the following bugfixes:
  10. o build: fix for CURL_DISABLE_DOH [2]
  11. o configure: avoid unportable `==' test(1) operator [1]
  12. o configure: fix typo in help text [4]
  13. o ntlm: USE_WIN32_CRYPTO check removed to get USE_NTLM2SESSION set [3]
  14. This release includes the following known bugs:
  15. o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
  16. This release would not have looked like this without help, code, reports and
  17. advice from friends like these:
  18. Christian Schmitz, Daniel Stenberg, Leonardo Taccari, Massimiliano Fantuzzi,
  19. Ray Satiro, Wyatt O'Day,
  20. (6 contributors)
  21. Thanks! (and sorry if I forgot to mention someone)
  22. References to bug reports and discussions on issues:
  23. [1] = https://curl.haxx.se/bug/?i=4567
  24. [2] = https://curl.haxx.se/bug/?i=4565
  25. [3] = https://curl.haxx.se/bug/?i=3704
  26. [4] = https://curl.haxx.se/bug/?i=4570