aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-07-26 19:18:55 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-07-26 20:18:55 -0400
commitdce57f68d24aaf1d58892c5053441ca1d1ce641f (patch)
treee0ecdb0d840f3bd1d543f91b70112e59af0506c7 /CHANGELOG.rst
parent65f41af9889a94b988668a288d8d4184ce38e1c7 (diff)
downloadcryptography-dce57f68d24aaf1d58892c5053441ca1d1ce641f.tar.gz
cryptography-dce57f68d24aaf1d58892c5053441ca1d1ce641f.tar.bz2
cryptography-dce57f68d24aaf1d58892c5053441ca1d1ce641f.zip
port 2.0.1 changelog (#3823)
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 886d5307..0ef7833b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -10,6 +10,16 @@ Changelog
``UnsupportedExtension`` have been removed in accordance with our
:doc:`/api-stability` policy.
+2.0.1 - 2017-07-26
+~~~~~~~~~~~~~~~~~~
+
+* Fixed a compilation bug affecting OpenBSD.
+* Altered the ``manylinux1`` wheels to statically link OpenSSL instead of
+ dynamically linking and bundling the shared object. This should resolve
+ crashes seen when using ``uwsgi`` or other binaries that link against
+ OpenSSL independently.
+* Fixed the stack level for the ``signer`` and ``verifier`` warnings.
+
2.0 - 2017-07-17
~~~~~~~~~~~~~~~~