Skip to content

Commit

Permalink
liboqs 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dstebila committed Jun 8, 2023
1 parent b2ad3f9 commit db08f12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
14 changes: 7 additions & 7 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
liboqs version 0.8.0-rc1
========================
liboqs version 0.8.0
====================

About
-----
Expand Down Expand Up @@ -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
----------
Expand Down Expand Up @@ -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
Expand All @@ -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
**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.7.2...0.8.0

0 comments on commit db08f12

Please # to comment.