diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-12-17 14:29:18 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-12-17 14:29:18 -0800 |
commit | 92d91a0222394650d6f5943bad7059834a611826 (patch) | |
tree | e0875935ade262e16d0a68e26d0443ad9dfddc47 /sites | |
parent | c5836ad5524e52df87801ddd4f3a5187afae785f (diff) | |
parent | 40f9b9c7bc110523f7a6c18208e2c20220c1aeb4 (diff) |
Merge branch 'master' into 419-int
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 156abb3f..79cf318b 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,17 @@ 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. +* :bug:`429` Server-level debug message logging was overlooked during the + Python 3 compatibility update; Python 3 clients attempting to log SSH debug + packets encountered type errors. This is now fixed. Thanks to ``@mjmaenpaa`` + for the catch. * :bug:`320` Update our win_pageant module to be Python 3 compatible. Thanks to ``@sherbang`` and ``@adamkerz`` for the patches. * :release:`1.15.1 <2014-09-22>` |