diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-25 15:20:10 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-25 15:20:10 -0700 |
commit | 09b38a4ebdb6d70377794a4da55db5d1775e7078 (patch) | |
tree | d1713304425743ff64bfae11fd204f57f38ec88a /sites/www | |
parent | dacc92e8186b0ea19b274baf80d8422e24cc2b00 (diff) | |
parent | 268acf810a15228e0d14a8ee3a4d96c0997f8e5d (diff) |
Merge branch '1.17'
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index e667e817..c3111f0d 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -130,8 +130,8 @@ Changelog class. Thanks to Jared Hance for the patch. * :support:`516 backported` Document `~paramiko.agent.AgentRequestHandler`. Thanks to ``@toejough`` for report & suggestions. -* :bug:`496` Fix a handful of small but critical bugs in Paramiko's GSSAPI - support (note: this includes switching from PyCrypo's Random to +* :bug:`496 (1.15+)` 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 |