Skip to content

Commit

Permalink
Changelog re paramiko#673, fixes paramiko#673, closes paramiko#681
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jul 26, 2016
1 parent 6685603 commit e0d6687
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sites/www/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0d6687

Please sign in to comment.