Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
liboqs
Commits
af1b14e7
Commit
af1b14e7
authored
3 years ago
by
Douglas Stebila
Browse files
Options
Download
Patches
Plain Diff
liboqs 0.5.0 release
parent
1e4af5df
bc
bc-liboqs-0.10.1
bc-liboqs-0.7.2
bc-liboqs-0.9.2
feature/only-enable-asm-when-needed
fix/build_error_when_not_using_sdk_10.0.18362.0
fix/upgrade_cxx_17
update/v0.12.0
0.7.1
0.7.1-rc1
0.7.0
0.7.0-rc4
0.7.0-rc3
0.6.0
0.6.0-rc3
0.6.0-rc2
0.6.0-rc1
0.5.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
CMakeLists.txt
RELEASE.md
+3
-3
RELEASE.md
with
4 additions
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
af1b14e7
...
...
@@ -18,7 +18,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.5.0
-rc1
"
)
set
(
OQS_VERSION_TEXT
"0.5.0"
)
set
(
OQS_COMPILE_BUILD_TARGET
"
${
CMAKE_SYSTEM_PROCESSOR
}
-
${
CMAKE_HOST_SYSTEM
}
"
)
set
(
CMAKE_EXPORT_COMPILE_COMMANDS ON
)
...
...
This diff is collapsed.
Click to expand it.
RELEASE.md
+
3
−
3
View file @
af1b14e7
liboqs version 0.5.0
-rc1
====================
====
liboqs version 0.5.0
====================
About
-----
...
...
@@ -29,7 +29,7 @@ liboqs can also be used in the following programming languages via language-spec
Release notes
=============
This is
release candidate 1 for
version 0.5.0 of liboqs. It was released on
February 27
, 2021.
This is version 0.5.0 of liboqs. It was released on
March 10
, 2021.
What's New
----------
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets