diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-01-01 15:30:48 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-01-01 15:30:48 -0800 |
commit | df43fe9911ae414fef4112763446088ea88918bc (patch) | |
tree | f31c7383a364380cf7ab3fee80a85e8a782c3235 /sites | |
parent | 641b74870602beb9e4657137ae22d55dd8103709 (diff) | |
parent | 38cc76f8586ef141fdd051a97a65dc0c7e93f645 (diff) |
Merge branch '1.15' into 1.16
Diffstat (limited to 'sites')
-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 b66dd0db..cb103d61 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``. * :support:`636` Clean up and enhance the README (and rename it to ``README.rst`` from just ``README``). Thanks to ``@LucasRMehl``. * :release:`1.16.0 <2015-11-04>` |