Skip to content
Snippets Groups Projects
Commit 4df24c6f11df authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Merge pull request #1831 from reaperhulk/0.8.2-changelog

update changelog and bump version to 0.8.2
Branches 0.8.x
No related tags found
No related merge requests found
Changelog Changelog
========= =========
0.8.2 - 2015-04-10
~~~~~~~~~~~~~~~~~~
* Fixed a race condition when initializing the OpenSSL or CommonCrypto backends
in a multi-threaded scenario.
0.8.1 - 2015-03-20 0.8.1 - 2015-03-20
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
" and primitives to Python developers.") " and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography" __uri__ = "https://github.com/pyca/cryptography"
__version__ = "0.8.1" __version__ = "0.8.2"
__author__ = "The cryptography developers" __author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org" __email__ = "cryptography-dev@python.org"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
__uri__ = "https://github.com/pyca/cryptography" __uri__ = "https://github.com/pyca/cryptography"
__version__ = "0.8.1" __version__ = "0.8.2"
__author__ = "The cryptography developers" __author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org" __email__ = "cryptography-dev@python.org"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment