diff options
author | Jack Lloyd <[email protected]> | 2019-07-01 10:23:16 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-07-01 10:23:16 -0400 |
commit | 16a726c3ad10316bd8d37b6118a5cc52894e8e8f (patch) | |
tree | dce9ad87d42b3da54d290ab1aab22eed50b3d9c5 | |
parent | cf09338f297ce9c26c14ddb5226d9e6e94b63a88 (diff) |
Update for 2.11.0 release2.11.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.11.0, Not Yet Released +Version 2.11.0, 2019-07-01 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Add Argon2 PBKDF/password hash (GH #459 #1981 #1987) diff --git a/readme.rst b/readme.rst index 3889cc3cd..dda3e1a41 100644 --- a/readme.rst +++ b/readme.rst @@ -25,9 +25,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.10.0 <https://botan.randombit.net/releases/Botan-2.10.0.tgz>`_ -`(sig) <https://botan.randombit.net/releases/Botan-2.10.0.tgz.asc>`_, -released on 2019-03-30. +`2.11.0 <https://botan.randombit.net/releases/Botan-2.11.0.tar.xz>`_ +`(sig) <https://botan.randombit.net/releases/Botan-2.11.0.tar.xz.asc>`_, +released on 2019-07-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 |