RELEASE-NOTES 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. curl and libcurl 7.80.0
  2. Public curl releases: 204
  3. Command line options: 243
  4. curl_easy_setopt() options: 293
  5. Public functions in libcurl: 86
  6. Contributors: 2496
  7. This release includes the following changes:
  8. o CURLOPT_PREREQFUNCTION: add new callback [17]
  9. o libssh2: add SHA256 fingerprint support [4]
  10. o urlapi: add curl_url_strerror() [21]
  11. o urlapi: support UNC paths in file: URLs on Windows [20]
  12. This release includes the following bugfixes:
  13. o ci: update Lift config to match requirements of curl build [1]
  14. o cleanup: constify unmodified static structs [2]
  15. o cmake: with OpenSSL, define OPENSSL_SUPPRESS_DEPRECATED [14]
  16. o curl-openssl: pass argument to sed single-quoted [15]
  17. o examples/imap-append: fix end-of-data check [7]
  18. o gen.pl: insert the current date and version in generated man page [11]
  19. o libcurl.rc: switch out the copyright symbol for plain ASCII [5]
  20. o libssh2: Get the version at runtime if possible [12]
  21. o llist: remove redundant code, branch will not be executed [10]
  22. o misc: fix typos in docs and comments [3]
  23. o ngtcp2: fix QUIC transport parameter version [6]
  24. o NTLM: use DES_set_key_unchecked with OpenSSL [13]
  25. o tool_cb_prg: make resumed upload progress bar show better [9]
  26. o vtls: Fix a memory leak if an SSL session cannot be added to the cache [8]
  27. This release includes the following known bugs:
  28. o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
  29. This release would not have looked like this without help, code, reports and
  30. advice from friends like these:
  31. a1346054 on github, Alexander Chuykov, beslick5 on github, Daniel Stenberg,
  32. Gisle Vanem, Gleb Ivanovsky, h1zzz on github, Harry Sintonen,
  33. Jakub Zakrzewski, Joel Depooter, Jun-ya Kato, Marc Hörsken, Mats Lindestam,
  34. Max Dymond, Michael Kaufmann, Momoka Yamamoto, Randall S. Becker, Ray Satiro,
  35. Rikard Falkeborn, Sergey Markelov, Thomas M. DuBuisson, tlahn on github,
  36. Viktor Szakats, Vitaly Varyvdin,
  37. (24 contributors)
  38. References to bug reports and discussions on issues:
  39. [1] = https://curl.se/bug/?i=7761
  40. [2] = https://curl.se/bug/?i=7759
  41. [3] = https://curl.se/bug/?i=7747
  42. [4] = https://curl.se/bug/?i=7646
  43. [5] = https://curl.se/bug/?i=7765
  44. [6] = https://curl.se/bug/?i=7771
  45. [7] = https://curl.se/bug/?i=7774
  46. [8] = https://curl.se/bug/?i=7683
  47. [9] = https://curl.se/bug/?i=7760
  48. [10] = https://curl.se/bug/?i=7770
  49. [11] = https://curl.se/bug/?i=7782
  50. [12] = https://curl.se/bug/?i=7768
  51. [13] = https://curl.se/bug/?i=7779
  52. [14] = https://curl.se/bug/?i=7767
  53. [15] = https://curl.se/bug/?i=7758
  54. [17] = https://curl.se/bug/?i=7477
  55. [20] = https://curl.se/bug/?i=7366
  56. [21] = https://curl.se/bug/?i=7605