summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-02-20 14:46:27 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-02-20 14:46:31 -0800
commitd09ca08d628ade6e04d708a6b7010801eeda4503 (patch)
tree59ec0de5e3df2cffc1cb4bce01f6025d21caf605
parenta4db55c07cf4924c04ec402c16c0eae7de98e4e8 (diff)
downloadparamiko-d09ca08d628ade6e04d708a6b7010801eeda4503.tar.gz
Changelog closes #863
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 2f80cdb7..5153965f 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :bug:`862 (1.17+)` (via :issue:`863`) Avoid test suite exceptions on
+ platforms lacking ``errno.ETIME`` (which seems to be some FreeBSD and some
+ Windows environments.) Thanks to Sofian Brabez.
* :bug:`44 (1.17+)` (via :issue:`891`) `SSHClient <paramiko.client.SSHClient>`
now gives its internal `Transport <paramiko.transport.Transport>` a handle on
itself, preventing garbage collection of the client until the session is