RELEASE-NOTES 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. curl and libcurl 7.80.0
  2. Public curl releases: 204
  3. Command line options: 242
  4. curl_easy_setopt() options: 290
  5. Public functions in libcurl: 85
  6. Contributors: 2489
  7. This release includes the following changes:
  8. o libssh2: add SHA256 fingerprint support [4]
  9. This release includes the following bugfixes:
  10. o ci: update Lift config to match requirements of curl build [1]
  11. o cleanup: constify unmodified static structs [2]
  12. o cmake: with OpenSSL, define OPENSSL_SUPPRESS_DEPRECATED [14]
  13. o curl-openssl: pass argument to sed single-quoted [15]
  14. o examples/imap-append: fix end-of-data check [7]
  15. o libcurl.rc: switch out the copyright symbol for plain ASCII [5]
  16. o libssh2: Get the version at runtime if possible [12]
  17. o llist: remove redundant code, branch will not be executed [10]
  18. o misc: fix typos in docs and comments [3]
  19. o ngtcp2: fix QUIC transport parameter version [6]
  20. o vtls: Fix a memory leak if an SSL session cannot be added to the cache [8]
  21. This release includes the following known bugs:
  22. o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
  23. This release would not have looked like this without help, code, reports and
  24. advice from friends like these:
  25. a1346054 on github, Alexander Chuykov, Daniel Stenberg, h1zzz on github,
  26. Jakub Zakrzewski, Joel Depooter, Jun-ya Kato, Mats Lindestam,
  27. Michael Kaufmann, Momoka Yamamoto, Randall S. Becker, Ray Satiro,
  28. Rikard Falkeborn, Thomas M. DuBuisson, tlahn on github, Viktor Szakats,
  29. Vitaly Varyvdin,
  30. (17 contributors)
  31. References to bug reports and discussions on issues:
  32. [1] = https://curl.se/bug/?i=7761
  33. [2] = https://curl.se/bug/?i=7759
  34. [3] = https://curl.se/bug/?i=7747
  35. [4] = https://curl.se/bug/?i=7646
  36. [5] = https://curl.se/bug/?i=7765
  37. [6] = https://curl.se/bug/?i=7771
  38. [7] = https://curl.se/bug/?i=7774
  39. [8] = https://curl.se/bug/?i=7683
  40. [10] = https://curl.se/bug/?i=7770
  41. [12] = https://curl.se/bug/?i=7768
  42. [14] = https://curl.se/bug/?i=7767
  43. [15] = https://curl.se/bug/?i=7758