Skip to content

Commit 7a680df

Browse files
committed
Release notes for 0.9.1
1 parent 0ab83c8 commit 7a680df

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.9.1-rc1")
36+
set(OQS_VERSION_TEXT "0.9.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
liboqs version 0.9.1-rc1
2-
========================
1+
liboqs version 0.9.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 for version 0.9.1 of liboqs. It was released on December 19, 2023.
31+
This is version 0.9.1 of liboqs. It was released on December 22, 2023.
3232

3333
This release is a security release which fixes potential non-constant-time behaviour in Kyber based on https://github.com/pq-crystals/kyber/commit/dda29cc63af721981ee2c831cf00822e69be3220
3434

@@ -39,12 +39,12 @@ This release continues from the 0.9.0 release of liboqs.
3939

4040
### Key encapsulation mechanisms
4141

42-
- Kyber: C, AVX2, and aarch64 implementation
42+
- Kyber: C, AVX2, and aarch64 implementation updated
4343

4444
Detailed changelog
4545
------------------
4646

4747
* pull kyber from upstream: dda29cc63af721981ee2c831cf00822e69be3220 (#1631) by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1633
4848
* Apply patch to Kyber aarch64 code from PQClean for variable-time division issue -> targeting 0.9.1 by @bhess in https://github.com/open-quantum-safe/liboqs/pull/1637
4949

50-
**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.9.0...0.9.1-rc1
50+
**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.9.0...0.9.1

0 commit comments

Comments
 (0)