From 0c493541ebc817d187c87a4a7cf81a8e90c72f5c Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 13 Feb 2014 09:40:53 -0800 Subject: Changelog re #268 --- sites/www/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sites') diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 1c533f95..2c479b6f 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +* :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 SFTP servers regarding request/response ordering. Thanks to Richard Kettlewell for catch & patch. -- cgit v1.2.3 From c3eb903ed35a2ddd3387d495e844efb2d536cc01 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 13 Feb 2014 09:48:58 -0800 Subject: Preliminary changelog entry re #252 --- sites/www/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sites') 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 `_) + 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 -- cgit v1.2.3 From 8003c738ca3ea567bfec876bcbf3e7c6facae6a6 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 13 Feb 2014 09:50:05 -0800 Subject: I hate you sometimes, ReST --- sites/www/changelog.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sites') diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 08a459cc..5034641a 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -3,11 +3,12 @@ Changelog ========= * :bug:`252` (`Fabric #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. + 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 SFTP servers regarding request/response ordering. Thanks to Richard -- cgit v1.2.3 From e3a16fac5af103c48ee64034cfca36f6c8c1dfd1 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 13 Feb 2014 13:48:21 -0800 Subject: Braino in changelog text --- sites/www/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sites') diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 5034641a..451d695f 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -7,7 +7,7 @@ Changelog 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. + 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 -- cgit v1.2.3 From fb772a8695a95df3aa1cd3dd45aa6c42302e8640 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 14 Feb 2014 09:16:35 -0800 Subject: Tweak changelog language --- sites/www/changelog.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sites') 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 `_) - 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 -- cgit v1.2.3