diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-09-05 20:58:52 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-09-05 20:58:52 -0500 |
commit | 2f6b169f89674ce66df9a20f6d6105cb3e495fca (patch) | |
tree | 27a8a4b4b1636ad3b767e6ee8d4c839c23bb6cbb | |
parent | c3a405b3b53c987b465d48564e193ea3006ab799 (diff) | |
download | cryptography-2f6b169f89674ce66df9a20f6d6105cb3e495fca.tar.gz cryptography-2f6b169f89674ce66df9a20f6d6105cb3e495fca.tar.bz2 cryptography-2f6b169f89674ce66df9a20f6d6105cb3e495fca.zip |
port 1.0.1 changelog to master
-rw-r--r-- | CHANGELOG.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 900a3365..f8c7eefa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,18 @@ Changelog .. note:: This version is not yet released and is under active development. +1.0.1 - 2015-09-05 +~~~~~~~~~~~~~~~~~~ + +* We now ship OS X wheels that statically link OpenSSL by default. When + installing a wheel on OS X 10.10+ (and using a Python compiled against the + 10.10 SDK) users will no longer need to compile. See :doc:`/installation` for + alternate installation methods if required. +* Set the default string mask to UTF-8 in the OpenSSL backend to resolve + character encoding issues with older versions of OpenSSL. +* Several new OpenSSL bindings have been added to support a future pyOpenSSL + release. +* Raise an error during install on PyPy < 2.6. 1.0+ requires PyPy 2.6+. 1.0 - 2015-08-12 ~~~~~~~~~~~~~~~~ |