summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-12-05 19:55:55 -0800
committerJeff Forcier <jeff@bitprophet.org>2016-12-05 19:55:55 -0800
commit9c3e555001c5f670bd4d48dd6d6f529c1812d3f6 (patch)
tree2cdba06fccf730eca66656ea3adc42ea7fdd7ebc /sites/www
parent12d060e9af241ec88ab0d1c411c894f7ba8709a8 (diff)
Changelog re #789
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index e4555e32..071bdd32 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+* :bug:`789` Add a missing ``.closed`` attribute (plus ``._closed`` because
+ reasons) to `ProxyCommand <paramiko.proxy.ProxyCommand>` so the earlier
+ partial fix for :issue:`520` works in situations where one is gatewaying via
+ ``ProxyCommand``.
* :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