diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-09-22 22:47:50 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-09-22 23:47:50 -0400 |
commit | 08652e9b864e86acbe278f105c19d0da84c51c01 (patch) | |
tree | 65b313602c0dbe2fa4b1d853e4126eabe66b5b1a | |
parent | 39374aaea68616fa80a9999fce8b1a3cdb8da20d (diff) | |
download | cryptography-08652e9b864e86acbe278f105c19d0da84c51c01.tar.gz cryptography-08652e9b864e86acbe278f105c19d0da84c51c01.tar.bz2 cryptography-08652e9b864e86acbe278f105c19d0da84c51c01.zip |
port 1.5.1 changelog to master (#3166)
-rw-r--r-- | CHANGELOG.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2e38ae56..692831a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -26,6 +26,17 @@ Changelog :meth:`~cryptography.x509.random_serial_number`. +1.5.1 - 2016-09-22 +~~~~~~~~~~~~~~~~~~ + +* Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2i. +* Resolved a ``UserWarning`` when used with cffi 1.8.3. +* Fixed a memory leak in name creation with X.509. +* Added a workaround for old versions of setuptools. +* Fixed an issue preventing ``cryptography`` from compiling against + OpenSSL 1.0.2i. + + 1.5 - 2016-08-26 ~~~~~~~~~~~~~~~~ |