diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 21:03:33 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 21:03:33 -0700 |
commit | e0d6687c9305a8a2cd95093dec638f6fb93a25cb (patch) | |
tree | 3c5467082525a992290dc2c7b0d17ab67f91d7eb /sites | |
parent | 6685603b9cb9d72609d3bfda5d1a7a9392fe153f (diff) |
Changelog re #673, fixes #673, closes #681
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 6004a6e7..76e81721 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 |