RELEASE-NOTES 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. curl and libcurl 7.71.0
  2. Public curl releases: 192
  3. Command line options: 232
  4. curl_easy_setopt() options: 270
  5. Public functions in libcurl: 82
  6. Contributors: 2175
  7. This release includes the following changes:
  8. o CURLOPT_SSL_OPTIONS: optional use of Windows' CA store (with openssl) [10]
  9. o tool: Add option --retry-all-errors to retry on any error [27]
  10. This release includes the following bugfixes:
  11. o *_sspi: fix bad uses of CURLE_NOT_BUILT_IN [21]
  12. o appveyor: disable flaky test 1501 and ignore broken 1056
  13. o appveyor: disable test 1139 instead of ignoring it
  14. o asyn-*: remove support for never-used NULL entry pointers [19]
  15. o cirrus: disable SFTP and SCP tests [7]
  16. o CMake: add ENABLE_ALT_SVC option
  17. o CMake: add HTTP/3 support (ngtcp2+nghttp3, quiche) [34]
  18. o CMake: do not build test programs by default [30]
  19. o CMake: fix runtests.pl with CMake, add new test targets [29]
  20. o connect: make happy eyeballs work for QUIC (again) [16]
  21. o doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3 [5]
  22. o doc: Rename VERSIONS to VERSIONS.md as it already has Markdown syntax [20]
  23. o docs/HTTP3: add qlog to the quiche build instruction
  24. o dynbuf: introduce internal generic dynamic buffer functions [17]
  25. o easy: fix dangling pointer on easy_perform fail [26]
  26. o examples: remove asiohiper.cpp [4]
  27. o GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULT [9]
  28. o http2: simplify and clean up trailer handling [6]
  29. o libcurl.pc: Merge Libs.private into Libs for static-only builds [28]
  30. o libssh2: set the expected total size in SCP upload init [2]
  31. o libtest/cmake: Remove commented code [13]
  32. o list-only.d: this option existed already in 4.0
  33. o ngtcp2: introduce qlog support [23]
  34. o quiche: enable qlog output [14]
  35. o runtests: remove sleep calls [18]
  36. o runtests: show elapsed test time with higher precision (ms)
  37. o select: fix overflow protection in Curl_socket_check [22]
  38. o sockfilt: make select_ws stop waiting on exit signal event
  39. o test1177: look for curl.h in source directory [1]
  40. o test1238: avoid tftpd being busy for tests shortly following [33]
  41. o test613.pl: make tests 613 and 614 work with OpenSSH for Windows [8]
  42. o test75: Remove precheck test
  43. o tests: add support for SSH server variant specific transfer paths [24]
  44. o tests: make test 1248 + 1249 use %NOLISTENPORT [3]
  45. o tests: pick a random port number for SSH [12]
  46. o tests: run stunnel for HTTPS and FTPS on dynamic ports [11]
  47. o travis: add "qlog" as feature in the quiche build
  48. o travis: Add ngtcp2 and quiche tests for CMake
  49. o url: reject too long input when parsing credentials [25]
  50. o url: sort the protocol schemes in rough popularity order [32]
  51. o urlapi: accept :: as a valid IPv6 address [15]
  52. o write-out.d: added "response_code"
  53. This release includes the following known bugs:
  54. o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
  55. This release would not have looked like this without help, code, reports and
  56. advice from friends like these:
  57. Dan Fandrich, Daniel Stenberg, Emil Engler, Gilles Vollant, James Le Cuirot,
  58. Kamil Dudka, Kane York, Lucas Pardue, Marcel Raad, Marc Hörsken,
  59. Michael Kaufmann, Murugan Balraj, Pavel Volgarev, Peter Wang, Peter Wu,
  60. Ray Satiro, Rikard Falkeborn, rl1987 on github, Samuel Marks,
  61. Thomas Bouzerar,
  62. (20 contributors)
  63. Thanks! (and sorry if I forgot to mention someone)
  64. References to bug reports and discussions on issues:
  65. [1] = https://curl.haxx.se/bug/?i=5310
  66. [2] = https://curl.haxx.se/mail/archive-2020-05/0000.html
  67. [3] = https://curl.haxx.se/bug/?i=5318
  68. [4] = https://curl.haxx.se/bug/?i=5090
  69. [5] = https://curl.haxx.se/bug/?i=5320
  70. [6] = https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=22030
  71. [7] = https://curl.haxx.se/bug/?i=5315
  72. [8] = https://curl.haxx.se/bug/?i=5328
  73. [9] = https://curl.haxx.se/bug/?i=5287
  74. [10] = https://curl.haxx.se/bug/?i=4346
  75. [11] = https://curl.haxx.se/bug/?i=5267
  76. [12] = https://curl.haxx.se/bug/?i=5273
  77. [13] = https://curl.haxx.se/bug/?i=5311
  78. [14] = https://curl.haxx.se/bug/?i=5341
  79. [15] = https://curl.haxx.se/bug/?i=5344
  80. [16] = https://curl.haxx.se/bug/?i=5334
  81. [17] = https://curl.haxx.se/bug/?i=5300
  82. [18] = https://curl.haxx.se/bug/?i=5323
  83. [19] = https://curl.haxx.se/bug/?i=5324
  84. [20] = https://curl.haxx.se/bug/?i=5325
  85. [21] = https://curl.haxx.se/bug/?i=5355
  86. [22] = https://curl.haxx.se/bug/?i=5286
  87. [23] = https://curl.haxx.se/bug/?i=5353
  88. [24] = https://curl.haxx.se/bug/?i=5298
  89. [25] = https://curl.haxx.se/bug/?i=5383
  90. [26] = https://curl.haxx.se/bug/?i=5363
  91. [27] = https://curl.haxx.se/bug/?i=5185
  92. [28] = https://curl.haxx.se/bug/?i=5373
  93. [29] = https://curl.haxx.se/bug/?i=5358
  94. [30] = https://curl.haxx.se/bug/?i=5368
  95. [32] = https://curl.haxx.se/bug/?i=5377
  96. [33] = https://curl.haxx.se/bug/?i=5364
  97. [34] = https://curl.haxx.se/bug/?i=5359