diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-06-09 21:02:32 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-06-09 21:02:32 -0700 |
commit | da125c13a09bac42f5565ac24e6ed454629d9aa8 (patch) | |
tree | 8752e0409d3b7ed417c0a320f366308af4758309 /sites/www/changelog.rst | |
parent | 8ae5ceca48076ad4ee59af813f5a46b12ac555c1 (diff) | |
parent | 20aa3230e32a5018cb5b4245eab1af19dd28acf7 (diff) |
Merge branch '1.16' into 1.17
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index d5d463df..bce75d04 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -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.17.0 <2016-04-28>` * :release:`1.16.1 <2016-04-28>` * :release:`1.15.5 <2016-04-28>` |