From 0580d5f60ed85d53cd45e29c83a48d76f1a7933f Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 24 Oct 2024 04:01:24 -0400 Subject: [PATCH] Bump news and version to 3.6.1 --- news.rst | 13 +++++++++++++ src/build-data/version.txt | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/news.rst b/news.rst index c13ab03f9e0..4dae4efbdfc 100644 --- a/news.rst +++ b/news.rst @@ -1,6 +1,19 @@ Release Notes ======================================== +Version 3.6.1, Not Yet Released +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Notice: Botan 3.7.0 will remove support for the currently supported + experimental Kyber r3 TLS ciphersuites, leaving only the standardized + ML-KEM suites. (GH #4403) + +* Fix a bug in x86 CPUID detection introduced in 3.6.0 which would cause + crashes on systems which have BMI1 but not BMI2. (GH #4402 #4401) + +* Fix a bug in SLH-DSA signing, which did not default to the FIPS + required randomized variant. (GH #4398) + Version 3.6.0, 2024-10-21 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/src/build-data/version.txt b/src/build-data/version.txt index 816b92c3888..4e2b3fa1e52 100644 --- a/src/build-data/version.txt +++ b/src/build-data/version.txt @@ -2,7 +2,7 @@ release_major = 3 release_minor = 6 release_so_abi_rev = 6 -release_patch = 0 +release_patch = 1 release_suffix = ''