summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-12-17 14:19:26 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-12-17 14:19:26 -0800
commitea8befe5fadc06f2a0d5b2c4caa472a7075faad7 (patch)
tree3575f18b0eded50ab7108fc7b247ba809e466ca0 /sites/www/changelog.rst
parenta832b28c0df5e7d9c9ab8f0aa5e01c0e4f090787 (diff)
parent522c480127cf9bbc119c039921cbbb63faf31fc1 (diff)
Merge branch '1.13' into 1.14
Diffstat (limited to 'sites/www/changelog.rst')
-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 9a07c588..909320ea 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+* :bug:`266` Change numbering of `~paramiko.transport.Transport` channels to
+ start at 0 instead of 1 for better compatibility with OpenSSH & certain
+ server implementations which break on 1-indexed channels. Thanks to
+ ``@egroeper`` for catch & patch.
* :bug:`459` Tighten up agent connection closure behavior to avoid spurious
``ResourceWarning`` display in some situations. Thanks to ``@tkrapp`` for the
catch.