From db08f12b5a96aa6582a82aac7f65cf8a4d8b231f Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Wed, 7 Jun 2023 20:50:36 -0400 Subject: [PATCH] liboqs 0.8.0 release --- CMakeLists.txt | 2 +- RELEASE.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef10636d88..187b96b759 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.8.0-rc1") +set(OQS_VERSION_TEXT "0.8.0") 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 f2e00ca644..cd452e68f0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,5 @@ -liboqs version 0.8.0-rc1 -======================== +liboqs version 0.8.0 +==================== About ----- @@ -29,7 +29,7 @@ liboqs can also be used in the following programming languages via language-spec Release notes ============= -This is release candidate 1 of version 0.8.0 of liboqs. It was released on May 22, 2023. +This is version 0.8.0 of liboqs. It was released on June 7, 2023. What's New ---------- @@ -138,10 +138,10 @@ Detailed changelog * protect ossl cleanup from multithreading errors by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1472 * Update SPHINCS+ specification version [skip ci] by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1477 * Patch AVX2 support: No Win for Sphincs+ by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1478 +* Don't use cycle counter on ARM32 by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1485 +* Fix SPHINCS+ constant-time suppression files by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1480 -New Contributors ----------------- - +## New Contributors * @thb-sb made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1295 * @malbert1 made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1327 * @ryndia made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1328 @@ -151,4 +151,4 @@ New Contributors * @beldmit made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1431 * @distorted-mdw made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1447 -**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.7.2...0.8.0-rc1 \ No newline at end of file +**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.7.2...0.8.0 \ No newline at end of file