From 6f63298e430d32db0bbb20f103fa903ac80300f7 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 21 Jun 2016 13:26:39 -0700 Subject: Mark #537 changelog line as 1.16+, and add similar for #520 --- sites/www/changelog.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 9fb7d20c..e16304d6 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -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 ` which could cause deadlocks/hangs when one uses `select.select` against `~paramiko.channel.Channel` objects (or otherwise calls `Channel.fileno -- cgit v1.2.1