diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-01-28 23:58:13 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-01-28 23:58:13 +0100 |
commit | 54210fa5b0c5b4d18c074345d435383fd94008e6 (patch) | |
tree | f7edc4a2cee3bacffeed86a6eaa3b8bdbae60411 /RELEASE-NOTES | |
parent | ab08d82648f6deed7e698f1e11b5e3151e8f2f79 (diff) | |
download | curl-54210fa5b0c5b4d18c074345d435383fd94008e6.tar.gz |
RELEASE-NOTES; synced with ab08d82648
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4daa655d8..ac82714bf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -67,6 +67,12 @@ This release includes the following bugfixes: o *.rc: escape non-ASCII/non-UTF-8 character for clarity [28] o mbedTLS: fix multi interface non-blocking handshake [30] o PolarSSL: fix multi interface non-blocking handshake [31] + o VC: remove the makefile.vc6 build infra [32] + o telnet: fix windows compiler warnings [33] + o cookies: do not assume a valid domain has a dot + o polarssl: fix hangs + o gnutls: disable TLS session tickets [34] + o mbedtls: disable TLS session tickets [35] This release includes the following known bugs: @@ -119,3 +125,7 @@ References to bug reports and discussions on issues: [29] = https://curl.haxx.se/bug/?i=1222 [30] = https://curl.haxx.se/bug/?i=1223 [31] = https://github.com/curl/curl/issues/1174#issuecomment-274018791 + [32] = https://curl.haxx.se/bug/?i=1215 + [33] = https://curl.haxx.se/bug/?i=1225 + [34] = https://curl.haxx.se/bug/?i=1109 + [35] = https://curl.haxx.se/bug/?i=1109 |