diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 21:21:07 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 21:21:07 -0400 |
commit | fe9cd886eda6ee2781249839a6e011acad642f7c (patch) | |
tree | 9998ded1af0d9c72f72e69957161343652c7213d /sites | |
parent | 93d59be6688b061469f7029fa2bde3b001179444 (diff) |
Changelog entry re #1311
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 032edb44..85542db3 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,20 @@ Changelog ========= +- :support:`1311` (for :issue:`584`, replacing :issue:`1166`) Add + backwards-compatible support for the ``gssapi`` GSSAPI library, as the + previous backend (``python-gssapi``) has since become defunct. This change + also includes tests for the GSSAPI functionality. + + Big thanks to Anselm Kruis for the patch and to Sebastian Deiß (author of our + initial GSSAPI functionality) for review. + + .. note:: + To be very clear, this patch **does not** remove support for the older + ``python-gssapi`` library. We *may* remove that support in a later release, + but for now, either library will work. Please upgrade to ``gssapi`` when + you can, however, as ``python-gssapi`` is no longer maintained upstream. + - :support:`1379` (also :issue:`1369`) Raise Cryptography dependency requirement to version 2.5 (from 1.5) and update some deprecated uses of its API. |