diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 14:47:14 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 14:47:14 -0800 |
commit | c28f97708e519a2522a349132fe7650e33e2b4dc (patch) | |
tree | d72bb033112b06a4c38364089f571a1610dbb2ec /sites/www/changelog.rst | |
parent | a16a28afbf643b1219796f041edde05109fa2000 (diff) | |
parent | 168b8b383efc894cfa8d81946e524a639326f413 (diff) |
Merge branch '2.0' into 2.1
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index b53f0828..957bf5ef 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 |