diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-14 09:16:35 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-14 09:16:35 -0800 |
commit | fb772a8695a95df3aa1cd3dd45aa6c42302e8640 (patch) | |
tree | 541519895ec592e4567e4fe37c68813db50bb623 | |
parent | e3a16fac5af103c48ee64034cfca36f6c8c1dfd1 (diff) |
Tweak changelog language
-rw-r--r-- | sites/www/changelog.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 451d695f..2faa9641 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -3,11 +3,10 @@ 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 - use cases. + Enhanced 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 use 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 |