summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-13 09:50:05 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-13 09:50:05 -0800
commit8003c738ca3ea567bfec876bcbf3e7c6facae6a6 (patch)
tree1f0eb90ff052160f4192a92e23af7a2c50045f3f
parentc3eb903ed35a2ddd3387d495e844efb2d536cc01 (diff)
downloadparamiko-8003c738ca3ea567bfec876bcbf3e7c6facae6a6.tar.gz
I hate you sometimes, ReST
-rw-r--r--sites/www/changelog.rst11
1 files changed, 6 insertions, 5 deletions
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 <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.
+ 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