From 5dd87dcaafa6f90e983ef464f9f6a75f9485fb26 Mon Sep 17 00:00:00 2001 From: Spencer Wilson Date: Fri, 7 Jun 2024 09:38:58 -0400 Subject: [PATCH] Update version and fix release notes --- CMakeLists.txt | 2 +- RELEASE.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e32ce326..9d6f7d329 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ set(CMAKE_C_STANDARD 11) set(CMAKE_C_STANDARD_REQUIRED ON) set(CMAKE_POSITION_INDEPENDENT_CODE ON) set(CMAKE_C_VISIBILITY_PRESET hidden) -set(OQS_VERSION_TEXT "0.10.1-rc1") +set(OQS_VERSION_TEXT "0.10.1") set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}") set(OQS_MINIMAL_GCC_VERSION "7.1.0") set(CMAKE_EXPORT_COMPILE_COMMANDS ON) diff --git a/RELEASE.md b/RELEASE.md index 6474dac7d..1b61bf266 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,5 @@ -liboqs version 0.10.1-rc1 -========================= +liboqs version 0.10.1 +===================== About ----- @@ -28,7 +28,7 @@ liboqs can also be used in the following programming languages via language-spec Release notes ============= -This is release candidate 1 of version 0.10.1 of liboqs. It was released on June 5, 2024. +This is version 0.10.1 of liboqs. It was released on June 7, 2024. This release is a security release which fixes potential non-constant-time behaviour in ML-KEM and Kyber based on https://github.com/pq-crystals/kyber/commit/0264efacf18dd665d2066f21df3a3290b52ba240 and https://github.com/pq-crystals/kyber/commit/9b8d30698a3e7449aeb34e62339d4176f11e3c6c. It also includes a fix for incorrectly named macros in the ML-DSA implementation. @@ -39,8 +39,8 @@ This release continues from the 0.10.0 release of liboqs. ### Key encapsulation mechanisms -- Kyber: portable C and AVX2 implementations updated -- ML-KEM: portable C and AVX2 implementations updated +- Kyber: portable C implementation updated +- ML-KEM: portable C implementation updated ### Digital signature schemes @@ -58,4 +58,4 @@ Detailed changelog * Pull Kyber/ML-KEM CT-Fix from upstream by @bhess * Force gcc 13.2.0 over 13.3.0 by @planetf1 in https://github.com/open-quantum-safe/liboqs/pull/1805 -**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.10.0...0.10.1-rc1 +**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.10.0...0.10.1