From f81b5a1167d3ffb8eaa3551c4b9c84b07dfc2f7f Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Wed, 13 Mar 2024 21:30:41 -0400 Subject: [PATCH] Release notes for 0.10.0-rc2 --- CMakeLists.txt | 2 +- RELEASE.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 220a422ed..9ab58a3b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,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.0-rc1") +set(OQS_VERSION_TEXT "0.10.0-rc2") 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 f7bc3383d..375e097d8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -liboqs version 0.10.0-rc1 +liboqs version 0.10.0-rc2 ========================= 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.0 of liboqs. It was released on March 8, 2024. +This is release candidate 2 of version 0.10.0 of liboqs. It was released on March 13, 2024. This release adds support for ML-KEM (previously known as CRYSTALS-Kyber) and ML-DSA (previously known as CRYSTALS-Dilithium), based on the initial public drafts of [FIPS 203](https://csrc.nist.gov/pubs/fips/203/ipd) and [FIPS 204](https://csrc.nist.gov/pubs/fips/204/ipd), respectively. OQS continues to support the NIST Round 3 versions of Kyber and Dilithium for interoperability purposes. This release additionally updates HQC to the NIST Round 4 version and adds support for fixed-length Falcon signatures. @@ -118,6 +118,7 @@ Detailed changelog * Fix for alg_support.cmake by @bhess in https://github.com/open-quantum-safe/liboqs/pull/1716 * Fix SPHINCS+ naming in CT tests [skip ci] by @SWilson4 in https://github.com/open-quantum-safe/liboqs/pull/1720 * improve algorithm documentation [skip ci] by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1721 +* Always build "internal" library as static by @SWilson4 in https://github.com/open-quantum-safe/liboqs/pull/1725 ## New Contributors * @zxjtan made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1576 @@ -126,4 +127,4 @@ Detailed changelog * @cothan made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1646 * @trigpolynom made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1641 -**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.9.2...0.10.0-rc1 +**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.9.2...0.10.0-rc2