Skip to content

Commit 5dd87dc

Browse files
committed
Update version and fix release notes
1 parent 2939d32 commit 5dd87dc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.10.1-rc1")
36+
set(OQS_VERSION_TEXT "0.10.1")
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
liboqs version 0.10.1-rc1
2-
=========================
1+
liboqs version 0.10.1
2+
=====================
33

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

31-
This is release candidate 1 of version 0.10.1 of liboqs. It was released on June 5, 2024.
31+
This is version 0.10.1 of liboqs. It was released on June 7, 2024.
3232

3333
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.
3434

@@ -39,8 +39,8 @@ This release continues from the 0.10.0 release of liboqs.
3939

4040
### Key encapsulation mechanisms
4141

42-
- Kyber: portable C and AVX2 implementations updated
43-
- ML-KEM: portable C and AVX2 implementations updated
42+
- Kyber: portable C implementation updated
43+
- ML-KEM: portable C implementation updated
4444

4545
### Digital signature schemes
4646

@@ -58,4 +58,4 @@ Detailed changelog
5858
* Pull Kyber/ML-KEM CT-Fix from upstream by @bhess
5959
* Force gcc 13.2.0 over 13.3.0 by @planetf1 in https://github.com/open-quantum-safe/liboqs/pull/1805
6060

61-
**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.10.0...0.10.1-rc1
61+
**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.10.0...0.10.1

0 commit comments

Comments
 (0)