diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-13 09:48:58 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-13 09:48:58 -0800 |
commit | c3eb903ed35a2ddd3387d495e844efb2d536cc01 (patch) | |
tree | 5939ba3f925cb97373c6fa34a00d95755a0295e9 /sites/www | |
parent | 0c493541ebc817d187c87a4a7cf81a8e90c72f5c (diff) |
Preliminary changelog entry re #252
Diffstat (limited to 'sites/www')
-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 2c479b6f..08a459cc 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :bug:`252` (`Fabric #1020 <https://github.com/fabric/fabric/issues/1020>`_) + Tried enhancing the implementation of `ProxyCommand` to avoid a deadlock/hang + condition that frequently occurs at `Transport` shutdown time. Thanks to + Mateusz Kobos, Matthijs van der Vleuten and Guillaume Zitta for the original + reports and to Marius Gedminas for helping test nontrivial test cases. * :bug:`268` Fix some missed renames of `ProxyCommand` related error classes. Thanks to Marius Gedminas for catch & patch. * :bug:`34` (PR :issue:`35`) Fix SFTP prefetching incompatibility with some |