diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-01-01 15:31:04 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-01-01 15:31:04 -0800 |
commit | ade0c259ee1ad630a53998c77ce1d852e417aa50 (patch) | |
tree | 93526db14774315c5f7ede561f4368657612ace5 /sites/www | |
parent | ae2964f9930187bd32bcd605020b5d7f85da0a1c (diff) | |
parent | df43fe9911ae414fef4112763446088ea88918bc (diff) |
Merge branch '1.16'
Diffstat (limited to 'sites/www')
-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 85fbe73e..b6d95d59 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :bug:`652` Fix behavior of ``gssapi-with-mic`` auth requests so they fail + gracefully (allowing followup via other auth methods) instead of raising an + exception. Patch courtesy of ``@jamercee``. * :feature:`588` Add missing file-like object methods for `~paramiko.file.BufferedFile` and `~paramiko.sftp_file.SFTPFile`. Thanks to Adam Meily for the patch. |