diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-09-30 15:43:59 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-09-30 15:43:59 -0700 |
commit | 8bf03014128b074bf6988100f18e48a94671cca2 (patch) | |
tree | 2fead856b731267644d75128828f02e98de43ace | |
parent | ef682912815873b25732ca2a780f5a55c1638fe1 (diff) | |
download | paramiko-8bf03014128b074bf6988100f18e48a94671cca2.tar.gz |
Changelog re #496
-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 764c8801..5b900c61 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 |