Skip to content

Commit

Permalink
Merge branch '1.17' into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jun 21, 2016
2 parents 73110f8 + cc8ac73 commit 52376f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sites/www/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
Changelog
=========

* :bug:`537` Fix a bug in `BufferedPipe.set_event
* :bug:`520 (1.16+)` (Partial fix) Fix at least one instance of race condition
driven threading hangs at end of the Python interpreter session. (Includes a
docs update as well - always make sure to ``.close()`` your clients!)
* :bug:`537 (1.16+)` Fix a bug in `BufferedPipe.set_event
<paramiko.buffered_pipe.BufferedPipe.set_event>` which could cause
deadlocks/hangs when one uses `select.select` against
`~paramiko.channel.Channel` objects (or otherwise calls `Channel.fileno
Expand Down

0 comments on commit 52376f2

Please sign in to comment.