diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-09-19 13:38:04 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-19 13:38:04 +0200 |
commit | acc90327dba089b6971453864bd297221ec5a6d2 (patch) | |
tree | f077902baa491cc5a1dcb0ecf6f356fb3a55178c /RELEASE-NOTES | |
parent | beb8990d934a01acf103871e463d4e61afc9ded2 (diff) | |
download | curl-acc90327dba089b6971453864bd297221ec5a6d2.tar.gz |
RELEASE-NOTES: synced
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1b91d034a..dffe70a0c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -4,7 +4,7 @@ curl and libcurl 7.79.1 Command line options: 242 curl_easy_setopt() options: 290 Public functions in libcurl: 85 - Contributors: 2484 + Contributors: 2489 This release includes the following changes: @@ -12,10 +12,16 @@ This release includes the following changes: This release includes the following bugfixes: - o tests/sshserver.pl: make it work with openssh-8.7p1 [2] - o hsts: handle unlimited expiry [3] + o Curl_http2_setup: don't change connection data on repeat invokes [10] o curl_multi_fdset: make FD_SET() not operate on sockets out of range [4] + o dist: provide lib/.checksrc in the tarball [6] o FAQ: add GOPHERS + curl works on data, not files + o hsts: CURLSTS_FAIL from hsts read callback should fail transfer [8] + o hsts: handle unlimited expiry [3] + o http: fix the broken >3 digit response code detection [1] + o strerror: use sys_errlist instead of strerror on Windows [5] + o test1184: disable [9] + o tests/sshserver.pl: make it work with openssh-8.7p1 [2] This release includes the following known bugs: @@ -24,11 +30,19 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - 0xee on github, Daniel Stenberg, Jonathan Cardoso Machado, Kamil Dudka, - (4 contributors) + 0xee on github, Daniel Stenberg, Evangelos Foutras, Glenn de boer, + Jonathan Cardoso Machado, Kamil Dudka, Marcel Raad, Ray Satiro, + RiderALT on github, tawmoto on github, Viktor Szakats, + (11 contributors) References to bug reports and discussions on issues: + [1] = https://curl.se/bug/?i=7738 [2] = https://curl.se/bug/?i=7724 [3] = https://curl.se/bug/?i=7720 [4] = https://curl.se/bug/?i=7718 + [5] = https://curl.se/bug/?i=7735 + [6] = https://curl.se/bug/?i=7733 + [8] = https://curl.se/bug/?i=7726 + [9] = https://curl.se/bug/?i=7725 + [10] = https://curl.se/bug/?i=7730 |