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 | 863863872a02385e3f70a8872ac1e5270cd0ac64 (patch) | |
tree | 7a9f668c28ae361702d0db8938c5793851a2528e /sites | |
parent | 7e98b3683232c215a4063592ecbc7424c34cc244 (diff) | |
parent | 98862baf47163dbe839623ec14b72013f53c7ae5 (diff) |
Merge branch '2.0'
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 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 |