summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-12-05 18:03:06 -0800
committerJeff Forcier <jeff@bitprophet.org>2016-12-05 18:03:06 -0800
commita2eab0d2950212ae8ff8f7d40979aeda302d4154 (patch)
treef426686dd52d1044572b7e63b6721dda1b14fcf9 /sites/www/changelog.rst
parent1366a63d20bdcdc9fdb2bf8c34607a8795dcc6a7 (diff)
parenta29d22de793a634537057840919f061b71283a86 (diff)
Merge branch '1.17' into 2.0
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 037fbed6..fa3afffd 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -7,6 +7,15 @@ Changelog
``SSHException``. This moves the behavior in line with other "bad keys"
situations, re: Paramiko's main auth loop. Thanks to MengHuan Yu for the
patch.
+* :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
+ timeout [in `Transport <paramko.transport.Transport>`] which was previously
+ hardcoded.) Credit: Shinya Okano.
+* :support:`854 backported` Fix incorrect docstring/param-list for
+ `Transport.auth_gssapi_keyex
+ <paramiko.transport.Transport.auth_gssapi_keyex>` so it matches the real
+ signature. Caught by ``@Score_Under``.
* :bug:`681` Fix a Python3-specific bug re: the handling of read buffers when
using ``ProxyCommand``. Thanks to Paul Kapp for catch & patch.
* :support:`819 backported (>=1.15,<2.0)` Document how lacking ``gmp`` headers