From 4a79baaec0aa74261cb777707e547d203d0eb2ce Mon Sep 17 00:00:00 2001 From: "Ganyu (Bruce) Xu" Date: Fri, 7 Nov 2025 16:16:48 -0500 Subject: [PATCH] 0.15.0-rc2 included pull request #2310 [extended tests] Signed-off-by: Ganyu (Bruce) Xu --- CMakeLists.txt | 2 +- RELEASE.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3798f4c782..156e1cced4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ set(CMAKE_C_VISIBILITY_PRESET hidden) set(OQS_VERSION_MAJOR 0) set(OQS_VERSION_MINOR 15) set(OQS_VERSION_PATCH 0) -set(OQS_VERSION_PRE_RELEASE "-rc1") +set(OQS_VERSION_PRE_RELEASE "-rc2") set(OQS_VERSION_TEXT "${OQS_VERSION_MAJOR}.${OQS_VERSION_MINOR}.${OQS_VERSION_PATCH}${OQS_VERSION_PRE_RELEASE}") set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}") set(OQS_MINIMAL_GCC_VERSION "7.1.0") diff --git a/RELEASE.md b/RELEASE.md index 7e981c2364..06b4995bca 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -21,7 +21,7 @@ liboqs can also be used in the following programming languages via language-spec - Rust, via https://github.com/open-quantum-safe/liboqs-rust # Release notes -Release candidate 1 for liboqs 0.15.0 was released on Oct 22, 2025. +Release candidate 2 for liboqs 0.15.0 was released on Nov 10, 2025. ## Deprecation notice liboqs 0.15.0 is the last version to officially support SPHINCS+. SPHINCS+ will be removed in the 0.16.0 release and replaced by SLH-DSA. liboqs 0.15.0 also removes support for Dilithium. @@ -42,6 +42,7 @@ None reported - Integrated ML-KEM implementation from ICICLE-PQC ([#2216](https://github.com/open-quantum-safe/liboqs/pull/2216)) ## Bug fixes +- Fixed erroneously disabled LMS variants with build flag `OQS_ENABLE_SIG_STFL_LMS` ([#2310](https://github.com/open-quantum-safe/liboqs/pull/2310)) - Fixed incorrect import in OV-III-pkc_skc ([#2299](https://github.com/open-quantum-safe/liboqs/pull/2299)) - Fixed incorrect actual signature length in signature full-cycle speed test ([#2293](https://github.com/open-quantum-safe/liboqs/pull/2293)) - Fixed ICICLE ML-KEM integration ([#2288](https://github.com/open-quantum-safe/liboqs/pull/2293))