diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-02-27 13:19:40 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-02-27 13:19:40 -0800 |
commit | 53b2df9b150e72afe3fe991ef5b3721b7a739c75 (patch) | |
tree | c9fe851a247b9a13b2d6a776d5307ea8f1edf303 /sites | |
parent | c2e346372c06c5eb4982055c689e1eb89955bddf (diff) | |
parent | 4ca8d68c0443c4e5e17ae4fcee39dd6f2507c7cd (diff) |
Merge branch 'try-multiple-address-families-22'
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 6520dde4..0e8f92c4 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :bug:`22 major` Try harder to connect to multiple network families (e.g. IPv4 + vs IPv6) in case of connection issues; this helps with problems such as hosts + which resolve both IPv4 and IPv6 addresses but are only listening on IPv4. + Thanks to Dries Desmet for original report and Torsten Landschoff for the + foundational patchset. * :bug:`402` Check to see if an SSH agent is actually present before trying to forward it to the remote end. This replaces what was usually a useless ``TypeError`` with a human-readable ``AuthenticationError``. Credit to Ken |