summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-12-05 19:14:06 -0800
committerJeff Forcier <jeff@bitprophet.org>2016-12-05 19:14:06 -0800
commit8f247e48a789dae73877a7b9ac7066dcbc3d4a9e (patch)
tree2a5f35db6189f2b4f361cb39637c00f59a3e7ebb /sites
parentc1ac40ae74e4dc0454172e6e2abd888fca23a2d8 (diff)
Changelog re #780 / #799
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 02421988..7a0d534f 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,14 @@
Changelog
=========
+* :feature:`780 (1.18+)` (also :issue:`779`, and may help users affected by
+ :issue:`520`) Add an optional ``timeout`` parameter to
+ `Transport.start_client <paramiko.transport.Transport.start_client>` (and
+ feed it the value of the configured connection timeout when used within
+ `SSHClient <paramiko.client.SSHClient>`.) This helps prevent situations where
+ network connectivity isn't timing out, but the remote server is otherwise
+ unable to service the connection in a timely manner. Credit to
+ ``@sanseihappa``.
* :bug:`334` Make the ``subprocess`` import in ``proxy.py`` lazy so users on
platforms without it (such as Google App Engine) can import Paramiko
successfully. (Relatedly, make it easier to tweak an active socket check