aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
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
~~~~~~~~~~~~~~~~