diff options
author | Jack Lloyd <[email protected]> | 2018-10-01 10:51:50 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-10-01 10:51:50 -0400 |
commit | a792728e8941b62761052f5e0d288ba13a016c77 (patch) | |
tree | ebaa4b7b963ae89be095aea594844e254b742aa0 | |
parent | a6726aba83c1f7d2508894367979da47ff632684 (diff) |
Update for 2.8.0 release2.8.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.8.0, Not Yet Released +Version 2.8.0, 2018-10-01 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Add support for using Apple CommonCrypto library for hashing (GH #1667), diff --git a/readme.rst b/readme.rst index 01fd821e5..557ce51c2 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.7.0 <https://botan.randombit.net/releases/Botan-2.7.0.tgz>`_ -`(sig) <https://botan.randombit.net/releases/Botan-2.7.0.tgz.asc>`_, -released on 2018-07-02. +`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. 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 |