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

Merge pull request #1409 from reaperhulk/0.6.1-changelog

0.6.1 changelog
No related branches found
No related tags found
No related merge requests found
Changelog Changelog
========= =========
0.6.1 - 2014-10-15
~~~~~~~~~~~~~~~~~~
* Updated Windows wheels to be compiled against OpenSSL 1.0.1j.
* Fixed an issue where OpenSSL 1.0.1j changed the errors returned by some
functions.
* Added our license file to the ``cryptography-vectors`` package.
* Implemented DSA hash truncation support (per FIPS 186-3) in the OpenSSL
backend. This works around an issue in 1.0.0, 1.0.0a, and 1.0.0b where
truncation was not implemented.
0.6 - 2014-09-29 0.6 - 2014-09-29
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,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.6" __version__ = "0.6.1"
__author__ = "The cryptography developers" __author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org" __email__ = "cryptography-dev@python.org"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
__uri__ = "https://github.com/pyca/cryptography" __uri__ = "https://github.com/pyca/cryptography"
__version__ = "0.6" __version__ = "0.6.1"
__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