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 | 98862baf47163dbe839623ec14b72013f53c7ae5 (patch) | |
tree | 7a9f668c28ae361702d0db8938c5793851a2528e /sites/www/changelog.rst | |
parent | 9b129b262ec04060a3b568cd5a850f341ff0e20e (diff) | |
parent | 60878f34c11002bdedb2b5e96ef5836425e8adc3 (diff) |
Merge branch '1.17' into 2.0
Diffstat (limited to 'sites/www/changelog.rst')
-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 1748314e..9ab87e27 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 |