diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-10 16:27:10 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-10 16:27:10 -0500 |
commit | f2dab8943a5abb2622092250fdd9700e618190c4 (patch) | |
tree | 7fdbfbe03f5ab8b48979c4a0a4f70220bb79dc46 | |
parent | e4b8b45ae473b93dbdd0f2629e3233e5bcad92b5 (diff) | |
parent | 869cfd9ec4c212ca36c2d2227d0ecf61aa751494 (diff) | |
download | cryptography-f2dab8943a5abb2622092250fdd9700e618190c4.tar.gz cryptography-f2dab8943a5abb2622092250fdd9700e618190c4.tar.bz2 cryptography-f2dab8943a5abb2622092250fdd9700e618190c4.zip |
Merge pull request #2520 from reaperhulk/port-changelog
port 1.1.2 changelog to master
-rw-r--r-- | CHANGELOG.rst | 9 | ||||
-rw-r--r-- | docs/spelling_wordlist.txt | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 06d19549..cb2934cf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,15 @@ Changelog :class:`~cryptography.x509.CertificateBuilder` and :class:`~cryptography.x509.CertificateSigningRequestBuilder`. +1.1.2 - 2015-12-10 +~~~~~~~~~~~~~~~~~~ + +* Fixed a SIGBUS crash with the OS X wheels caused by redefinition of a + method. +* Fixed a runtime error ``undefined symbol EC_GFp_nistp224_method`` that + occurred with some OpenSSL installations. +* Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2e. + 1.1.1 - 2015-11-19 ~~~~~~~~~~~~~~~~~~ diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt index dc8bcd0b..6def7959 100644 --- a/docs/spelling_wordlist.txt +++ b/docs/spelling_wordlist.txt @@ -56,6 +56,7 @@ preprocessors pseudorandom pyOpenSSL relicensed +runtime Schneier scrypt Serializers |