summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-18 15:34:48 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-18 15:35:36 -0700
commit8bdd921d4c5c607b7c1f568df27f5460acd5a548 (patch)
tree16cf2b510f9a66d619105e996b880306878c40fb
parent8df6f80337208374304085dbc9408aa1bae5f1e9 (diff)
Note how python-gssapi only works on 2.7+
-rw-r--r--sites/www/changelog.rst6
-rw-r--r--sites/www/installing.rst3
2 files changed, 9 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.
diff --git a/sites/www/installing.rst b/sites/www/installing.rst
index 486ed7e3..a657c3fc 100644
--- a/sites/www/installing.rst
+++ b/sites/www/installing.rst
@@ -119,6 +119,9 @@ due to their infrequent utility & non-platform-agnostic requirements):
``0.1.7`` or better.
* **Unix** needs `python-gssapi <https://pypi.python.org/pypi/python-gssapi/>`_
``0.6.1`` or better.
+
+ .. note:: This library appears to only function on Python 2.7 and up.
+
* **Windows** needs `pywin32 <https://pypi.python.org/pypi/pywin32>`_ ``2.1.8``
or better.