Skip to content

Commit

Permalink
liobqs 0.6.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
dstebila committed Jun 6, 2021
1 parent 70eae32 commit 08ac2b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.6.0-rc2")
set(OQS_VERSION_TEXT "0.6.0-rc3")
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

Expand Down
5 changes: 3 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
liboqs version 0.6.0-rc2
liboqs version 0.6.0-rc3
========================

About
Expand Down Expand Up @@ -28,7 +28,7 @@ liboqs can also be used in the following programming languages via language-spec
Release notes
=============

This is release candidate 2 for version 0.6.0 of liboqs. It was released on June 2, 2021.
This is release candidate 3 for version 0.6.0 of liboqs. It was released on June 6, 2021.

What's New
----------
Expand All @@ -41,6 +41,7 @@ This release continues from the 0.5.0 release of liboqs.
- Bug fixes in SIKE
- Bug fixes in HQC
- Change unsigned char to uint8_t in KEM API
- Fix wrong NIST level for Kyber768-90s

### Digital signature schemes

Expand Down

0 comments on commit 08ac2b1

Please sign in to comment.