summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorTim Savage <tim.savage@westpacdatabank.com.au>2016-12-23 12:38:07 +1100
committerTim Savage <tim.savage@westpacdatabank.com.au>2016-12-23 12:38:07 +1100
commitc5febfa0176be1d230aabf6bb4ed94731a60e325 (patch)
tree7d9518b43f9bafa243bf8267ebea07aa7317aa3d /sites
parentea01666ad545f4229ed9c45eb83760d352065c6d (diff)
Added changelog entry
Diffstat (limited to 'sites')
-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 dcafab78..855fdd30 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :feature:`add-auth-timeout` Adds a timeout for the authentication process.
+ This is a fix to prevent the client getting stuck if an SSH server becomes
+ un-responsive during the authentication. Credit to ``@timsavage``.
* :support:`866 backported` (also :issue:`838`) Remove an old test-related file
we don't support, and add PyPy to Travis-CI config. Thanks to Pierce Lopez
for the final patch and Pedro Rodrigues for an earlier edition.