Skip to content

Commit

Permalink
Add 2.19.1/2.19.2 info to news, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Jun 3, 2022
1 parent 8bfb00f commit db89870
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,32 @@ Version 3.0.0, Not Yet Released

* Generate a ``compile_commands.json`` for use with Clang tooling.

Version 2.19.2, 2022-06-03
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Add support for parallel computation in Argon2 (GH #2937 #2926)

* Add SSSE3 implementation of Argon2 (GH #2937 #2927)

* The OpenSSL provider was incompatible with OpenSSL 3.0.
It has been removed (GH #2902)

* Avoid using reserve in secure_vector appending, which caused
a performance problem (GH #2945 #2920)

* Fix TLS::Text_Policy behavior when X25519 is disabled
at build time (GH #2894)

* Fix several warnings from Clang (#2888 #2886)

Version 2.19.1, 2022-01-21
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Fix a compilation problem affecting macOS XCode (GH #2880)

* Fix a build problem preventing amalgamation builds in 2.19.0
(GH #2879)

Version 2.19.0, 2022-01-19
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
6 changes: 3 additions & 3 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,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.19.0 <https://botan.randombit.net/releases/Botan-2.19.0.tar.xz>`_
`(sig) <https://botan.randombit.net/releases/Botan-2.19.0.tar.xz.asc>`_,
released on 2022-01-19.
`2.19.2 <https://botan.randombit.net/releases/Botan-2.19.2.tar.xz>`_
`(sig) <https://botan.randombit.net/releases/Botan-2.19.2.tar.xz.asc>`_,
released on 2022-06-03.
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
Expand Down

0 comments on commit db89870

Please sign in to comment.