diff options
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index daccc255..e664f7d4 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -35,6 +35,11 @@ Changelog initial GSSAPI functionality) for review. .. note:: + This feature also adds ``setup.py`` 'extras' support for installing + Paramiko as ``paramiko[gssapi]``, which pulls in the optional + dependencies you had to get by hand previously. + + .. 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 |