diff options
author | Jack Lloyd <[email protected]> | 2019-01-04 11:14:58 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-01-04 11:14:58 -0500 |
commit | a95c67a5a1fd8c9afd9cb69770cb1542f558f163 (patch) | |
tree | 9738fad8c3fecce9b49dd31832b3c1414a6fadcc | |
parent | 49c398e6a4231f5749968dc82ba830c73cb22842 (diff) |
Update for 2.9.0 release2.9.0
-rw-r--r-- | news.rst | 2 | ||||
-rw-r--r-- | readme.rst | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ Release Notes ======================================== -Version 2.9.0, Not Yet Released +Version 2.9.0, 2019-01-04 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * CVE-2018-20187 Address a side channel during ECC key generation, diff --git a/readme.rst b/readme.rst index 557ce51c2..7aacdcf6d 100644 --- a/readme.rst +++ b/readme.rst @@ -23,9 +23,9 @@ If you think you have found a security issue, see the `security page <https://botan.randombit.net/security.html>`_ for contact information. The latest release is -`2.8.0 <https://botan.randombit.net/releases/Botan-2.8.0.tgz>`_ -`(sig) <https://botan.randombit.net/releases/Botan-2.8.0.tgz.asc>`_, -released on 2018-10-01. +`2.9.0 <https://botan.randombit.net/releases/Botan-2.9.0.tgz>`_ +`(sig) <https://botan.randombit.net/releases/Botan-2.9.0.tgz.asc>`_, +released on 2019-01-04. All releases are signed with a `PGP key <https://botan.randombit.net/pgpkey.txt>`_. See the `release notes <https://botan.randombit.net/news.html>`_ for what is new. Botan is also available through most |