RELEASE-NOTES 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. curl and libcurl 8.11.2
  2. Public curl releases: 264
  3. Command line options: 266
  4. curl_easy_setopt() options: 306
  5. Public functions in libcurl: 94
  6. Contributors: 3309
  7. This release includes the following changes:
  8. o curl: add byte range support to --variable reading from file [56]
  9. o curl: make --etag-save acknowledge --create-dirs [31]
  10. o getinfo: fix CURLINFO_QUEUE_TIME_T and add 'time_queue' var [55]
  11. o getinfo: provide info which auth was used for HTTP and proxy [40]
  12. o hyper: drop support [57]
  13. o QUIC: 0RTT for gnutls via CURLSSLOPT_EARLYDATA [61]
  14. This release includes the following bugfixes:
  15. o altsvc: avoid integer overflow in expire calculation [16]
  16. o async-thread: avoid closing eventfd twice [9]
  17. o binmode: convert to macro and use it from tests [44]
  18. o build: drop `-Winline` picky warning [53]
  19. o build: drop unused feature macros, update exception list [51]
  20. o build: fix the tidy targets for autotools [52]
  21. o cd2nroff: support "none" as a TLS backend [29]
  22. o cf-socket: error if address can't be copied [72]
  23. o checksrc: ban use of sscanf() [7]
  24. o checksrc: fix the return() checker [35]
  25. o cmake/FindLibssh: sync header comment with other modules
  26. o cmake/FindMbedTLS: drop lib duplicates early [17]
  27. o cmake: add LDAP Find module [46]
  28. o cmake: add native `pkg-config` detection for remaining Find modules [37]
  29. o cmake: clang-cl improvements [42]
  30. o cmake: delete accidental debug message
  31. o cmake: drop redundant FOUND checks (libgsasl, libssh, libuv) [49]
  32. o cmake: drop redundant opening/closing `.*` from `MATCH` expressions [64]
  33. o cmake: extend zlib's `AUTO` option to brotli, zstd and enable if found [36]
  34. o cmake: improve `curl_dumpvars()` and move to `Utilities.cmake` [50]
  35. o cmake: make libpsl required by default [45]
  36. o cmake: namespace functions and macros [41]
  37. o cmake: replace `unset(VAR)` with `set(VAR "")` for init [43]
  38. o cmake: use `CMAKE_REQUIRED_LINK_DIRECTORIES` [48]
  39. o config-mac: drop `MACOS_SSL_SUPPORT` macro [63]
  40. o conncache: result_cb comment removed from function docs [1]
  41. o cookie: parse only the exact expire date [3]
  42. o curl: return error if etag options are used with multiple URLs [5]
  43. o curl_multibyte: support Windows paths longer than MAX_PATH [76]
  44. o CURLOPT_PROXY.md: clarify the crendential support in proxy URLs [66]
  45. o CURLOPT_RESOLVE.md: fix wording [30]
  46. o docs/BUGS.md: remove leading space from a link
  47. o examples/block-ip: show how to block IP addresses [74]
  48. o examples/complicated: fix warnings, bump deprecated callback, tidy up [59]
  49. o examples/synctime.c: remove references to dead URLs and functionality [62]
  50. o examples: make them compile with compatibility functions disabled (Windows) [58]
  51. o http2: fix value stored to 'result' is never read [71]
  52. o http_aws_sigv4: Fix invalid compare function handling zero-length pairs [24]
  53. o lib517: extend the getdate test with quotes and leading "junk" [4]
  54. o lib: replace `inline` redefine with `CURL_INLINE` macro [47]
  55. o lib: supress deprecation warnings in apple builds [32]
  56. o lib: TLS session ticket caching reworked [60]
  57. o Makefile.mk: drop in favour of autotools and cmake (MS-DOS, AmigaOS3) [38]
  58. o multissl: make openssl + wolfssl builds work [34]
  59. o netrc: fix password-only entries [28]
  60. o netrc: restore _netrc fallback logic [6]
  61. o ngtcp2: fix two cases of value stored never read [65]
  62. o openssl: fix ECH logic [67]
  63. o projects/Windows: remove wolfSSL from legacy projects [75]
  64. o RELEASE-PROCEDURE.md: mention how to publish security advisories [2]
  65. o scripts/mdlinkcheck: markdown link checker [19]
  66. o sectransp: free certificate on error [12]
  67. o src: add `CURL_STRICMP()` macro, use `_stricmp()` on Windows [54]
  68. o strparse: string parsing helper functions [8]
  69. o system.h: add 64-bit curl_off_t definitions for NonStop [11]
  70. o tests/http/clients: use proper sleep() call on NonStop [10]
  71. o tool_formparse.c: make curlx_uztoso a static in here [39]
  72. o tool_formparse: accept digits in --form type= strings [33]
  73. o tool_getparam: fix "Ignored Return Value" [21]
  74. o tool_getparam: fix memory leak on error in parse_ech [14]
  75. o tool_getparam: fix the ECH parser [20]
  76. o tool_operate: make --etag-compare always accept a non-existing file [22]
  77. o variable.md: mention --expand-variable for variables to variables [13]
  78. o variable.md: show function use with examples [18]
  79. o vquic: fix 4th function call argument is an uninitialized value [70]
  80. o vquic: make vquic_send_packets not return without setting psent [69]
  81. o vtls: remove 'detach/attach' functions from TLS handler struct [25]
  82. o vtls: remove unusued 'check_cxn' from TLS handler struct [26]
  83. o vtls: replace "none"-functions with NULL pointers [27]
  84. o VULN-DISCLOSURE-POLICY.md: mention the not setting CVSS [23]
  85. o ws-docs: remove the outdated texts saying ws support is experimental [15]
  86. This release includes the following known bugs:
  87. See docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
  88. For all changes ever done in curl:
  89. See https://curl.se/changes.html
  90. Planned upcoming removals include:
  91. o TLS libraries not supporting TLS 1.3
  92. See https://curl.se/dev/deprecate.html for details
  93. This release would not have looked like this without help, code, reports and
  94. advice from friends like these:
  95. Andy Pan, Ben Zanin, Christian Heusel, Christian Schmitz, Daniel Stenberg,
  96. Darren Banfi, dwickr, Ganesh Viswanathan, Hermes Zhang,
  97. IcedCoffeee on github, Kai Pastor, Kevin Sun, Kuan-Wei Chiu, Manuel Einfalt,
  98. Mohammed Sadiq, Randall S. Becker, Ray Satiro, renovate[bot], Rudi Heitbaum,
  99. Samuel Henrique, Stefan Eissing, Tamir Duberstein, Viktor Szakats
  100. (23 contributors)
  101. References to bug reports and discussions on issues:
  102. [1] = https://curl.se/bug/?i=15720
  103. [2] = https://curl.se/bug/?i=15714
  104. [3] = https://curl.se/bug/?i=15709
  105. [4] = https://curl.se/bug/?i=15708
  106. [5] = https://curl.se/bug/?i=15729
  107. [6] = https://curl.se/bug/?i=15734
  108. [7] = https://curl.se/bug/?i=15687
  109. [8] = https://curl.se/bug/?i=15692
  110. [9] = https://curl.se/bug/?i=15725
  111. [10] = https://curl.se/bug/?i=15711
  112. [11] = https://curl.se/bug/?i=15723
  113. [12] = https://curl.se/bug/?i=15721
  114. [13] = https://curl.se/bug/?i=15752
  115. [14] = https://curl.se/bug/?i=15753
  116. [15] = https://curl.se/bug/?i=15749
  117. [16] = https://issues.oss-fuzz.com/issues/383911309
  118. [17] = https://curl.se/bug/?i=15495
  119. [18] = https://curl.se/bug/?i=15743
  120. [19] = https://curl.se/bug/?i=15742
  121. [20] = https://curl.se/bug/?i=15741
  122. [21] = https://curl.se/bug/?i=15740
  123. [22] = https://curl.se/bug/?i=15737
  124. [23] = https://curl.se/bug/?i=15779
  125. [24] = https://curl.se/bug/?i=15778
  126. [25] = https://curl.se/bug/?i=15776
  127. [26] = https://curl.se/bug/?i=15775
  128. [27] = https://curl.se/bug/?i=15772
  129. [28] = https://curl.se/bug/?i=15767
  130. [29] = https://curl.se/bug/?i=15769
  131. [30] = https://curl.se/bug/?i=15770
  132. [31] = https://curl.se/bug/?i=15730
  133. [32] = https://curl.se/bug/?i=15763
  134. [33] = https://curl.se/bug/?i=15761
  135. [34] = https://curl.se/bug/?i=15596
  136. [35] = https://curl.se/bug/?i=15764
  137. [36] = https://curl.se/bug/?i=15431
  138. [37] = https://curl.se/bug/?i=15408
  139. [38] = https://curl.se/bug/?i=15543
  140. [39] = https://curl.se/bug/?i=15796
  141. [40] = https://curl.se/bug/?i=15450
  142. [41] = https://curl.se/bug/?i=15498
  143. [42] = https://curl.se/bug/?i=15478
  144. [43] = https://curl.se/bug/?i=15255
  145. [44] = https://curl.se/bug/?i=15787
  146. [45] = https://curl.se/bug/?i=15464
  147. [46] = https://curl.se/bug/?i=15273
  148. [47] = https://curl.se/bug/?i=15523
  149. [48] = https://curl.se/bug/?i=15280
  150. [49] = https://curl.se/bug/?i=15465
  151. [50] = https://curl.se/bug/?i=15562
  152. [51] = https://curl.se/bug/?i=15577
  153. [52] = https://curl.se/bug/?i=15813
  154. [53] = https://curl.se/bug/?i=15815
  155. [54] = https://curl.se/bug/?i=15788
  156. [55] = https://curl.se/bug/?i=15512
  157. [56] = https://curl.se/bug/?i=15739
  158. [57] = https://curl.se/bug/?i=15120
  159. [58] = https://curl.se/bug/?i=15789
  160. [59] = https://curl.se/bug/?i=15785
  161. [60] = https://curl.se/bug/?i=15774
  162. [61] = https://curl.se/bug/?i=15667
  163. [62] = https://curl.se/bug/?i=15786
  164. [63] = https://curl.se/bug/?i=15777
  165. [64] = https://curl.se/bug/?i=15773
  166. [65] = https://curl.se/bug/?i=15812
  167. [66] = https://curl.se/bug/?i=15805
  168. [67] = https://curl.se/bug/?i=15814
  169. [69] = https://curl.se/bug/?i=15807
  170. [70] = https://curl.se/bug/?i=15808
  171. [71] = https://curl.se/bug/?i=15806
  172. [72] = https://curl.se/bug/?i=15784
  173. [74] = https://curl.se/bug/?i=15748
  174. [75] = https://curl.se/bug/?i=15468
  175. [76] = https://curl.se/bug/?i=13522