summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-22 09:53:33 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-22 09:53:33 -0700
commit8bc2e827cffa7efce074404f71ad62ac028c5c84 (patch)
tree9954a4e48b3113d1078e32327594f72670aba50a
parentbe220e3ee52ab842c84461011c36ffdea2cb01fb (diff)
downloadparamiko-8bc2e827cffa7efce074404f71ad62ac028c5c84.tar.gz
Changelog re #399
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index d0bd481c..43988826 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+* :bug:`399` SSH agent forwarding (potentially other functionality as
+ well) would hang due to incorrect values passed into the new window size
+ arguments for `.Transport` (thanks to a botched merge). This has been
+ corrected. Thanks to Dylan Thacker-Smith for the report & patch.
* :release:`1.15.0 <2014-09-18>`
* :support:`393` Replace internal use of PyCrypto's ``SHA.new`` with the
stdlib's ``hashlib.sha1``. Thanks to Alex Gaynor.