summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-07-11 23:13:18 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-07-11 23:13:18 +0200
commit250ec63f9760cac73cec24593d17f6fe7bbf61d4 (patch)
treefcfb57947a16c73420737ae1223c11f3246b28d6
parent7670e9ef7119d756114ef59c9d00115c9f35dcc7 (diff)
downloadcurl-250ec63f9760cac73cec24593d17f6fe7bbf61d4.tar.gz
RELEASE-NOTES: synced
-rw-r--r--RELEASE-NOTES25
1 files changed, 22 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index af669f375..450699605 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,7 +4,7 @@ curl and libcurl 7.71.2
Command line options: 232
curl_easy_setopt() options: 277
Public functions in libcurl: 82
- Contributors: 2210
+ Contributors: 2214
This release includes the following changes:
@@ -13,7 +13,15 @@ This release includes the following changes:
This release includes the following bugfixes:
- o
+ o cirrus-ci: upgrade 11-STABLE to 11.4 [2]
+ o curl_version_info.3: CURL_VERSION_KERBEROS4 is deprecated [9]
+ o CURLINFO_CERTINFO.3: fix typo [3]
+ o ftpserver: don't verify SMTP MAIL FROM names [8]
+ o gnutls: repair the build with `CURL_DISABLE_PROXY` [5]
+ o http2: close the http2 connection when no more requests may be sent [7]
+ o http2: fix nghttp2_strerror -> nghttp2_http2_strerror in debug messages [11]
+ o tool_getparam: make --krb option work again [10]
+ o url: silence MSVC warning [12]
This release includes the following known bugs:
@@ -22,9 +30,20 @@ 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:
+ Alex Kiernan, Carlo Marcelo Arenas Belón, Daniel Stenberg, Filip Salomonsson,
+ Jeremy Maitin-Shepard, Kamil Dudka, Laramie Leavitt, Marcel Raad, Ray Satiro,
+ (9 contributors)
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
- [1] = https://curl.haxx.se/bug/?i=
+ [2] = https://curl.haxx.se/bug/?i=5668
+ [3] = https://curl.haxx.se/bug/?i=5655
+ [5] = https://curl.haxx.se/bug/?i=5645
+ [7] = https://curl.haxx.se/bug/?i=5643
+ [8] = https://curl.haxx.se/bug/?i=5639
+ [9] = https://curl.haxx.se/bug/?i=5642
+ [10] = https://bugzilla.redhat.com/1833193
+ [11] = https://curl.haxx.se/bug/?i=5641
+ [12] = https://curl.haxx.se/bug/?i=5638