From 94b421ebb82405c843dba4e9aa521a56ee5a333d Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Thu, 10 Jul 2025 13:46:40 -0400 Subject: [PATCH] liboqs 0.14.0 release (#2198) Signed-off-by: Douglas Stebila --- CMakeLists.txt | 2 +- RELEASE.md | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 290accbd7..bc19efdd1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ set(CMAKE_C_VISIBILITY_PRESET hidden) set(OQS_VERSION_MAJOR 0) set(OQS_VERSION_MINOR 14) set(OQS_VERSION_PATCH 0) -set(OQS_VERSION_PRE_RELEASE "-rc1") +set(OQS_VERSION_PRE_RELEASE "") 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 29b957f55..477248957 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,5 @@ -liboqs version 0.14.0-rc1 -========================= +liboqs version 0.14.0 +===================== About ----- @@ -27,7 +27,7 @@ liboqs can also be used in the following programming languages via language-spec Release notes ============= -This is release candidate 1 for version 0.14.0 of liboqs. It was released on June 25, 2025. +This is version 0.14.0 of liboqs. It was released on July 10, 2025. This release contains a security fix for secret-dependent branching in HQC. It introduces support for SNOVA, a NIST Additional Signatures Round 2 candidate, and a new optimized implementation of SHA3 using AVX-512VL instructions. Additionally, this is the first liboqs release to include the [stable 1.0.0 version of PQ Code Package's mlkem-native](https://github.com/pq-code-package/mlkem-native/releases/tag/v1.0.0). @@ -94,6 +94,8 @@ Detailed changelog * Add AVX512VL-Optimized SHA3/SHAKE Implementations by @mdcornu in https://github.com/open-quantum-safe/liboqs/pull/2167 * Zeroize memory in SHA3 implementation by @aidenfoxivey in https://github.com/open-quantum-safe/liboqs/pull/2171 * Disable compiler optimizations for HQC by @SWilson4 in https://github.com/open-quantum-safe/liboqs/commit/4215362acbf69b88fe1777c4c052f154e29f9897 +* liboqs 0.14.0 release candidate 1 by @SWilson4 in https://github.com/open-quantum-safe/liboqs/pull/2180 +* Document public / internal API split [skip ci] by @SWilson4 in https://github.com/open-quantum-safe/liboqs/pull/2182 ## New Contributors * @alraddady made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/2111 @@ -103,4 +105,4 @@ Detailed changelog * @h2parson made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/2145 * @mdcornu made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/2167 -**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.13.0...0.14.0-rc1 +**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.13.0...0.14.0 \ No newline at end of file