aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-11-18 22:11:36 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-11-18 22:11:36 -0600
commitdcf40fcecb62aaa2a3429339f9f6c47240387091 (patch)
tree2d3b491cfb4180360f6124ef1d9086ac46c5683e
parent0da7432bbbb4ad0a603529281f75672f475b06b2 (diff)
downloadcryptography-dcf40fcecb62aaa2a3429339f9f6c47240387091.tar.gz
cryptography-dcf40fcecb62aaa2a3429339f9f6c47240387091.tar.bz2
cryptography-dcf40fcecb62aaa2a3429339f9f6c47240387091.zip
port the 1.1.1 changelog to master
-rw-r--r--CHANGELOG.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 91e2aa34..ace04677 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -10,6 +10,15 @@ Changelog
:attr:`~cryptography.x509.Certificate.signature` and
:attr:`~cryptography.x509.Certificate.tbs_certificate_bytes` attributes.
+1.1.1 - 2015-11-19
+~~~~~~~~~~~~~~~~~~
+
+* Fixed several small bugs related to compiling the OpenSSL bindings with
+ unusual OpenSSL configurations.
+* Resolved an issue where, depending on the method of installation and
+ which Python interpreter they were using, users on El Capitan (OS X 10.11)
+ may have seen an ``InternalError`` on import.
+
1.1 - 2015-10-28
~~~~~~~~~~~~~~~~