diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 20:38:01 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 20:38:01 -0700 |
commit | c2d0aa8c5fe8cdd1c2df0b2443cf78fa6a0329f4 (patch) | |
tree | a69e7d3a82b52fd7f88071c6c2e886f6bec7ce37 /sites | |
parent | 3262843dcab0969b28ec5798810b6db273a5f102 (diff) |
Changelog re #394
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 488360d7..037a1b5e 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,28 @@ Changelog ========= +* :feature:`394` Replace PyCrypto with the Python Cryptographic Authority + (PyCA) 'Cryptography' library suite. This improves security, installability, + and performance; adds PyPy support; and much more. + + There aren't enough ways to thank Alex Gaynor for all of his work on this, + and then his patience while the maintainer let his PR grow moss for a year + and change. Paul Kehrer came in with an assist, and I think I saw Olle + Lundberg, ``@techtonik`` and ``@johnthagen`` supplying backup as well. Thanks + to all! + + .. warning:: + **This is a backwards incompatible change.** + + However, **it should only affect installation** requirements; **no API + changes are intended or expected**. Please report any such breakages as + bugs. + + See our updated :doc:`installation docs <installing>` for details on what + is now required to install Paramiko; many/most users should be able to + simply ``pip install -U paramiko`` (especially if you **upgrade to pip + 8**). + * :support:`729 backported` Clean up ``setup.py`` to always use ``setuptools``, not doing so was a historical artifact from bygone days. Thanks to Alex Gaynor. |