RELEASE-NOTES 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. curl and libcurl 8.8.1
  2. Public curl releases: 258
  3. Command line options: 259
  4. curl_easy_setopt() options: 305
  5. Public functions in libcurl: 94
  6. Contributors: 3176
  7. This release includes the following changes:
  8. This release includes the following bugfixes:
  9. o (lib)curl.rc: set debug flag also for `CURLDEBUG` and `UNITTESTS` [2]
  10. o asyn-thread: avoid using GetAddrInfoExW with impersonation [7]
  11. o build: add more supported attributes to the IAR compiler [46]
  12. o build: untangle `CURLDEBUG` and `DEBUGBUILD` macros [9]
  13. o ci: update dependency awslabs/aws-lc to v1.28.0 [42]
  14. o cmake: allow `ENABLE_CURLDEBUG=OFF` with `ENABLE_DEBUG=ON` [26]
  15. o cmake: always build unit tests with the `testdeps` target [20]
  16. o cmake: fix `-Wredundant-decls` in unity/mingw-w64 builds [15]
  17. o cmake: fix brotli lib order [3]
  18. o cmake: fix building in unity mode [4]
  19. o cmake: fix building with both md4 and md5 in unity mode [13]
  20. o cmake: fix test 1013 with websockets enabled and no TLS [47]
  21. o cmake: use `APPLE` instead of `CMAKE_SYSTEM_NAME` string [24]
  22. o cmake: whitespace, formatting/tidy-up in comments [25]
  23. o configure: use `$EGREP` in place of `grep -E` [41]
  24. o docs/cmdline-opts: fix mail-auth example TLD typo [35]
  25. o docs/Makefile.am: make curl-config.1 install [14]
  26. o examples: delete unused includes [10]
  27. o examples: fix compiling with MSVC [34]
  28. o http: write last header line late [44]
  29. o lib: fix gcc warning in certain debug builds [19]
  30. o libssh: remove CURLOPT_SSL_VERIFYHOST check [36]
  31. o mbedtls: check version for cipher id [12]
  32. o mbedtls: send close-notify on close [11]
  33. o multi: add multi->proto_hash, a key-value store for protocol data [37]
  34. o openssl: stop duplicate ssl key logging for legacy OpenSSL [49]
  35. o pytest: add ftp upload tests [16]
  36. o runtests: sort test IDs in summary lines [33]
  37. o test: add test1484, for HEAD with content [18]
  38. o test: add test1546, chunked not last transfer encoding [17]
  39. o tests: add pytest for --ciphers and --tls13-ciphers options [38]
  40. o tests: extend user/password parsing test1620 [40]
  41. o tests: run with "--trace-config all" to provide even more info [6]
  42. o tests: test_17_ssl_use.py clarify mbedtls TLSv1.3 support [43]
  43. o tests: use exec when spawning nghttpx [45]
  44. o TODO: remove some old, clarify, add something [31]
  45. o tool_operate: avoid explicitly setting verifypeer to 1 [39]
  46. o transfer: conn close on paused upload [8]
  47. o transfer: remove curl_upload_refill_watermark, no longer used [50]
  48. o winbuild: fix PE version info debug flag [1]
  49. o winbuild: remove outdated WIN32 defines [5]
  50. This release includes the following known bugs:
  51. o see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
  52. Planned upcoming removals include:
  53. o support for space-separated NOPROXY patterns
  54. See https://curl.se/dev/deprecate.html for details
  55. This release would not have looked like this without help, code, reports and
  56. advice from friends like these:
  57. Alejandro R. Sedeño, Dan Fandrich, Daniel Gustafsson, Daniel Stenberg,
  58. dependabot[bot], edmcln on github, Harry Sintonen, James Abbatiello,
  59. Jan Venekamp, Jonathan Matthews, Joseph Chen, Kai Pastor, Keerthi Timmaraju,
  60. Orgad Shaneh, Pavel Pavlov, Ray Satiro, renovate[bot], Sergey Bronnikov,
  61. Stefan Eissing, Viktor Szakats
  62. (20 contributors)
  63. References to bug reports and discussions on issues:
  64. [1] = https://curl.se/bug/?i=13739
  65. [2] = https://curl.se/bug/?i=13730
  66. [3] = https://curl.se/bug/?i=13761
  67. [4] = https://curl.se/bug/?i=13751
  68. [5] = https://curl.se/bug/?i=13739
  69. [6] = https://curl.se/bug/?i=13791
  70. [7] = https://curl.se/bug/?i=13612
  71. [8] = https://curl.se/bug/?i=13740
  72. [9] = https://curl.se/bug/?i=13718
  73. [10] = https://curl.se/bug/?i=13785
  74. [11] = https://curl.se/bug/?i=13745
  75. [12] = https://curl.se/bug/?i=13749
  76. [13] = https://curl.se/bug/?i=13737
  77. [14] = https://curl.se/bug/?i=13741
  78. [15] = https://curl.se/bug/?i=13705
  79. [16] = https://curl.se/bug/?i=13734
  80. [17] = https://curl.se/bug/?i=13736
  81. [18] = https://curl.se/bug/?i=13735
  82. [19] = https://curl.se/bug/?i=13800
  83. [20] = https://curl.se/bug/?i=13698
  84. [24] = https://curl.se/bug/?i=13713
  85. [25] = https://curl.se/bug/?i=13711
  86. [26] = https://curl.se/bug/?i=13792
  87. [31] = https://curl.se/bug/?i=13788
  88. [33] = https://curl.se/bug/?i=13774
  89. [34] = https://curl.se/bug/?i=13771
  90. [35] = https://curl.se/bug/?i=13784
  91. [36] = https://curl.se/bug/?i=13767
  92. [37] = https://curl.se/bug/?i=13345
  93. [38] = https://curl.se/bug/?i=13530
  94. [39] = https://curl.se/bug/?i=13704
  95. [40] = https://curl.se/bug/?i=13756
  96. [41] = https://curl.se/bug/?i=13780
  97. [42] = https://curl.se/bug/?i=13770
  98. [43] = https://curl.se/bug/?i=13779
  99. [44] = https://curl.se/bug/?i=13752
  100. [45] = https://curl.se/bug/?i=13772
  101. [46] = https://curl.se/bug/?i=13744
  102. [47] = https://curl.se/bug/?i=13769
  103. [49] = https://curl.se/bug/?i=13683
  104. [50] = https://curl.se/bug/?i=13764