summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-06-10 14:03:58 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-06-10 14:03:58 -0700
commit50de173becde7446fc725422bbf2f8aa3b2708da (patch)
tree524aacf02d4517f6674a6a6a55cfcf47fb78a5f6 /sites/www/changelog.rst
parent632b92c78dc1bf8e4a8b5875e0adcb511117dcc2 (diff)
parentda125c13a09bac42f5565ac24e6ed454629d9aa8 (diff)
Merge branch '1.17' into 2.0
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index c5aeb48e..df818b47 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:`2.0.0 <2016-04-28>`
* :release:`1.17.0 <2016-04-28>`
* :release:`1.16.1 <2016-04-28>`