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
0f6d6a93
Commit
0f6d6a93
authored
3 years ago
by
Douglas Stebila
Browse files
Options
Download
Patches
Plain Diff
liboqs 0.7.0-rc3
parent
30fbfd82
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
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
+2
-2
RELEASE.md
with
3 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
0f6d6a93
...
...
@@ -25,7 +25,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.7.0-rc
2
"
)
set
(
OQS_VERSION_TEXT
"0.7.0-rc
3
"
)
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
+
2
−
2
View file @
0f6d6a93
liboqs version 0.7.0-rc
2
liboqs version 0.7.0-rc
3
========================
About
...
...
@@ -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.7.0 of liboqs. It was released on
July 30
, 2021.
This is release candidate
3
for version 0.7.0 of liboqs. It was released on
August 1
, 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