diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 11:01:47 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 11:02:13 -0700 |
commit | 76aba9dbda5d5cad6b3c092e943c538079fcc7f0 (patch) | |
tree | 8992867da199ba7eab13c91a9eefde934453713d /sites | |
parent | fb9c4cbb0c31fe22125e7e400f08fba4638dce33 (diff) |
Changelog re #377
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 2f23d0fc..afe3b78d 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +* :support:`377` Factor `~paramiko.channel.Channel` openness sanity check into + a decorator. Thanks to Olle Lundberg for original patch. * :bug:`298 major` Don't perform point validation on ECDSA keys in ``known_hosts`` files, since a) this can cause significant slowdown when such keys exist, and b) ``known_hosts`` files are implicitly trustworthy. Thanks |