diff options
author | Kamil Dudka <kdudka@redhat.com> | 2015-02-16 17:16:57 +0100 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2015-02-23 13:32:28 +0100 |
commit | e08a12dab1a410c94bf75aef04251bf64c127eb6 (patch) | |
tree | 9310dc9cf38b81f749ccad3f437730400f010978 /RELEASE-NOTES | |
parent | 92835ca5d87850ae0c670d66bd73af391b34cdc3 (diff) |
connect: wait for IPv4 connection attempts
... even if the last IPv6 connection attempt has failed.
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1187531#c4
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 6b075f351..a45faafa4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -81,6 +81,7 @@ This release includes the following bugfixes: o cmake: Fix generation of tool_hugehelp.c on windows o cmake: fix winsock2 detection on windows o gnutls: fix build with HTTP2 + o connect: fix a spurious connect failure on dual-stacked hosts [16] This release includes the following known bugs: @@ -117,3 +118,4 @@ References to bug reports and discussions on issues: [13] = http://curl.haxx.se/mail/lib-2015-02/0034.html [14] = http://curl.haxx.se/mail/lib-2015-01/0002.html [15] = https://github.com/bagder/curl/pull/139 + [16] = https://bugzilla.redhat.com/1187531 |