Skip to content

Commit db08f12

Browse files
committed
liboqs 0.8.0 release
1 parent b2ad3f9 commit db08f12

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ set(CMAKE_C_STANDARD 11)
3333
set(CMAKE_C_STANDARD_REQUIRED ON)
3434
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
3535
set(CMAKE_C_VISIBILITY_PRESET hidden)
36-
set(OQS_VERSION_TEXT "0.8.0-rc1")
36+
set(OQS_VERSION_TEXT "0.8.0")
3737
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
3838
set(OQS_MINIMAL_GCC_VERSION "7.1.0")
3939
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

RELEASE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
liboqs version 0.8.0-rc1
2-
========================
1+
liboqs version 0.8.0
2+
====================
33

44
About
55
-----
@@ -29,7 +29,7 @@ liboqs can also be used in the following programming languages via language-spec
2929
Release notes
3030
=============
3131

32-
This is release candidate 1 of version 0.8.0 of liboqs. It was released on May 22, 2023.
32+
This is version 0.8.0 of liboqs. It was released on June 7, 2023.
3333

3434
What's New
3535
----------
@@ -138,10 +138,10 @@ Detailed changelog
138138
* protect ossl cleanup from multithreading errors by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1472
139139
* Update SPHINCS+ specification version [skip ci] by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1477
140140
* Patch AVX2 support: No Win for Sphincs+ by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1478
141+
* Don't use cycle counter on ARM32 by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1485
142+
* Fix SPHINCS+ constant-time suppression files by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1480
141143

142-
New Contributors
143-
----------------
144-
144+
## New Contributors
145145
* @thb-sb made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1295
146146
* @malbert1 made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1327
147147
* @ryndia made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1328
@@ -151,4 +151,4 @@ New Contributors
151151
* @beldmit made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1431
152152
* @distorted-mdw made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/1447
153153

154-
**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.7.2...0.8.0-rc1
154+
**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.7.2...0.8.0

0 commit comments

Comments
 (0)