diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-09-30 15:44:08 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-09-30 15:44:08 -0700 |
commit | ff7c400d3d54f233fb5fe82d7233bc2f93f5aab4 (patch) | |
tree | 60495d398e5b8a8b65d5447c79ed97a46e6df2e7 /sites/www/changelog.rst | |
parent | c0f1da60bd7da55bf7a2051a329192c1c018f099 (diff) | |
parent | 8bf03014128b074bf6988100f18e48a94671cca2 (diff) |
Merge branch '1.15'
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index bbc89b75..df4a8d82 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :bug:`496` Fix a handful of small but critical bugs in Paramiko's GSSAPI + support (note: this includes switching from PyCrypo's Random to + `os.urandom`). Thanks to Anselm Kruis for catch & patch. * :bug:`491` (combines :issue:`62` and :issue:`439`) Implement timeout functionality to address hangs from dropped network connections and/or failed handshakes. Credit to ``@vazir`` and ``@dacut`` for the original patches and |