]> git.feebdaed.xyz Git - 0xmirror/liboqs.git/commitdiff
liboqs 0.15.0 release candidate 2 [extended tests] (#2317)
authorBruce <g66xu@uwaterloo.ca>
Wed, 12 Nov 2025 17:50:11 +0000 (12:50 -0500)
committerGitHub <noreply@github.com>
Wed, 12 Nov 2025 17:50:11 +0000 (12:50 -0500)
Signed-off-by: Ganyu (Bruce) Xu <g66xu@uwaterloo.ca>
CMakeLists.txt
RELEASE.md

index 3798f4c782f7129e6cf5e0a675723d6f5badc623..156e1cced41741febb8591db315c1522696a8725 100644 (file)
@@ -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")
index 7e981c23649ec3a7215ef5c1010683ac7f1870ea..06b4995bca62cc32876d4e2957d28128fb0904c0 100644 (file)
@@ -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))