diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 21:03:49 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 21:03:49 -0700 |
commit | 60878f34c11002bdedb2b5e96ef5836425e8adc3 (patch) | |
tree | 44ccdfd47078155f6c7c808f9641bf6ee374a424 /sites | |
parent | 714595eee85d3db602c2003598eb05d14c56641f (diff) | |
parent | e0d6687c9305a8a2cd95093dec638f6fb93a25cb (diff) |
Merge branch '1.16' into 1.17
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index ee179526..a31cbd54 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :bug:`673` (via :issue:`681`) Fix protocol banner read errors + (``SSHException``) which would occasionally pop up when using + ``ProxyCommand`` gatewaying. Thanks to ``@Depado`` for the initial report and + Paul Kapp for the fix. * :bug:`774 (1.16+)` Add a ``_closed`` private attribute to `~paramiko.channel.Channel` objects so that they continue functioning when used as proxy sockets under Python 3 (e.g. as ``direct-tcpip`` gateways for |