diff options
author | Jack Lloyd <[email protected]> | 2015-10-26 16:22:48 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-10-26 16:22:48 -0400 |
commit | 1203405e412c0d9b6268046ab342167bb2f5792b (patch) | |
tree | a298e0980cb16358dcc37efe3ea09fcba62b5177 /doc/news.rst | |
parent | 69b2cad1d1a42de6b876cd4a2170468ea7451eed (diff) |
Update for 1.11.23 release1.11.23
[ci skip]
Diffstat (limited to 'doc/news.rst')
-rw-r--r-- | doc/news.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/news.rst b/doc/news.rst index 175f87630..eb9efec9f 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -1,7 +1,7 @@ Release Notes ======================================== -Version 1.11.22, 2015-10-26 +Version 1.11.23, 2015-10-26 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * CVE-2015-7824: An information leak allowed padding oracle attacks against @@ -62,6 +62,11 @@ Version 1.11.22, 2015-10-26 * The `configure.py` option `--no-autoload` is now also available under the more understandable name `--minimized-build`. +* Note: 1.11.22 was briefly released on 2015-10-26. The only difference between + the two was a fix for a compilation problem in the OpenSSL RSA code. As the + 1.11.22 release had already been tagged it was simpler to immediately release + 1.11.23 rather than redo the release. + Version 1.11.21, 2015-10-11 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |