diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-18 10:23:47 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-18 10:23:47 +0100 |
commit | daf1eee11ecb83f143e46c0c528864d6ac77e34c (patch) | |
tree | 3e5ac9bf0032caec5ac1365db9cbdd207887b5cd /RELEASE-NOTES | |
parent | 1a46b218db2bce16246c8c60bcd541366a2e7e8d (diff) |
RELEASE-NOTES: synced
Uh, I missed this in 1a46b218db
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3649cc9e2..ec1e8aeb1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,6 +22,7 @@ This release includes the following bugfixes: o docs: add warnings about FILE: URLs on Windows [19] o easy: fix curl_easy_duphandle for builds missing IPv6 that use c-ares [18] o gskit: use our internal select wrapper for portability [12] + o http2: Fix erroneous debug message that h2 connection closed [21] o Makefile.m32: Improve windres parameter compatibility [17] o Makefile: run the cd commands in a subshell [1] o multi: improve parameter check for curl_multi_remove_handle [6] @@ -71,3 +72,4 @@ References to bug reports and discussions on issues: [18] = https://curl.haxx.se/bug/?i=5097 [19] = https://curl.haxx.se/bug/?i=5066 [20] = https://curl.haxx.se/bug/?i=5071 + [21] = https://curl.haxx.se/bug/?i=5118 |