Skip to content

Commit

Permalink
Changelog re paramiko#537
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jun 9, 2016
1 parent f1994dc commit e0a4588
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sites/www/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

* :bug:`537` 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
<paramiko.channel.Channel.fileno>` after the channel has closed). Thanks to
Przemysław Strzelczak for the report & reproduction case, and to Krzysztof
Rusek for the fix.
* :release:`1.16.1 <2016-04-28>`
* :release:`1.15.5 <2016-04-28>`
* :bug:`670` Due to an earlier bugfix, less-specific ``Host`` blocks'
Expand Down

0 comments on commit e0a4588

Please sign in to comment.