diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 15:34:48 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 15:35:36 -0700 |
commit | 8bdd921d4c5c607b7c1f568df27f5460acd5a548 (patch) | |
tree | 16cf2b510f9a66d619105e996b880306878c40fb /sites/www/changelog.rst | |
parent | 8df6f80337208374304085dbc9408aa1bae5f1e9 (diff) |
Note how python-gssapi only works on 2.7+
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 1dab5219..a40338b0 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -6,6 +6,12 @@ Changelog SSPI (e.g. Kerberos) key exchange and authentication support (:ref:`installation docs here <gssapi>`). Mega thanks to Sebastian Deiß, with assist by Torsten Landschoff. + + .. note:: + Unix users should be aware that the ``python-gssapi`` library (a + requirement for using this functionality) only appears to support + Python 2.7 and up at this time. + * :bug:`346 major` Fix an issue in private key files' encryption salts that could cause tracebacks and file corruption if keys were re-encrypted. Credit to Xavier Nunn. |