diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 16:26:54 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 16:26:54 -0700 |
commit | 381e86171e28ebfaa64c3dabe0e394448eb03aa3 (patch) | |
tree | 690684548bec79225d7330b027c964cee4aee984 /sites | |
parent | bcbbad83e7bc48d8912b18ec8c175d7a5405d357 (diff) |
Changelog re #393
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index a40338b0..38a56101 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +* :support:`393` Replace internal use of PyCrypto's ``SHA.new`` with the + stdlib's ``hashlib.sha1``. Thanks to Alex Gaynor. * :feature:`267` (also :issue:`250`, :issue:`241`, :issue:`228`) Add GSS-API / SSPI (e.g. Kerberos) key exchange and authentication support (:ref:`installation docs here <gssapi>`). Mega thanks to Sebastian Deiß, with |