Skip to content

Commit a39d08e

Browse files
committed
liboqs 0.7.1
1 parent ed19084 commit a39d08e

File tree

2 files changed

+58
-4
lines changed

2 files changed

+58
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set(CMAKE_C_STANDARD 11)
2525
set(CMAKE_C_STANDARD_REQUIRED ON)
2626
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
2727
set(CMAKE_C_VISIBILITY_PRESET hidden)
28-
set(OQS_VERSION_TEXT "0.7.1-rc1")
28+
set(OQS_VERSION_TEXT "0.7.1")
2929
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
3030
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
3131

RELEASE.md

+57-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
liboqs version 0.7.1-rc1
2-
========================
1+
liboqs version 0.7.1
2+
====================
33

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

32-
This is release candidate 1 for version 0.7.1 of liboqs. It was released on December 9, 2021.
32+
This is version 0.7.1 of liboqs. It was released on December 16, 2021.
3333

3434
What's New
3535
----------
@@ -53,3 +53,57 @@ This release continues from the 0.7.0 release of liboqs.
5353
- Preliminary support for building on S390x platform
5454
- Improved build configurations on ARM platforms
5555
- Improvements to benchmarking harness, with improved precision on ARM platforms
56+
57+
---
58+
59+
Detailed changelog
60+
------------------
61+
62+
* Use Github Actions for some CI by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1069
63+
* fixing #1076 by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1078
64+
* Add instructions on how to build shared/dynamic library to the README by @Wandering-Consciousness in https://github.com/open-quantum-safe/liboqs/pull/1077
65+
* Updated SIKE to latest upstream commit by @christianpaquin in https://github.com/open-quantum-safe/liboqs/pull/1079
66+
* enabling flexible build dir name in testing by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1080
67+
* run optimized constant time tests only on haswell by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1082
68+
* increase constant time test timeout allowing slow runners to complete [skip ci] by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1085
69+
* skip algorithms for constant_time tests by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1089
70+
* Kyber/Dilithium copy_from_upstream by @bhess in https://github.com/open-quantum-safe/liboqs/pull/1088
71+
* do full upstream doc generation [skip ci] by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1066
72+
* Adding armv8 crypto extensions to AES by @tedeaton in https://github.com/open-quantum-safe/liboqs/pull/1086
73+
* Enabling out-of-source build-and-test by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1091
74+
* adding pyyaml prerequisite to README [skip ci] by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1094
75+
* correct out-of-source build-and-test by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1093
76+
* Update to PQClean commit 5b8ef3baea3ffdfbf688a3a1bb8f02de44a67ec0 by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1097
77+
* skip more SPHINCS algs from weekly testing by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1102
78+
* S390x support by @bhess in https://github.com/open-quantum-safe/liboqs/pull/1103
79+
* Update BIKE documentation to reflect only little endian support [skip ci] by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1105
80+
* Add powerpc64le name as alternative to ppc64le by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1112
81+
* Disable BIKE build on s390x (big endian) by @bhess in https://github.com/open-quantum-safe/liboqs/pull/1115
82+
* adds S/NTRUP1277 by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1111
83+
* Updated Picnic to v3.0.5 by @christianpaquin in https://github.com/open-quantum-safe/liboqs/pull/1116
84+
* Skip non-enabled algs in constant time tests by @christianpaquin in https://github.com/open-quantum-safe/liboqs/pull/1120
85+
* Updated valgrind constant time exception for picnic by @christianpaquin in https://github.com/open-quantum-safe/liboqs/pull/1121
86+
* Adding support for multiple upstream to copy_from_upstream, as well as pqclean's aarch64 kyber implementation by @Martyrshot in https://github.com/open-quantum-safe/liboqs/pull/1117
87+
* Added Keccak constant time exclusion for Picnic AVX2 by @christianpaquin in https://github.com/open-quantum-safe/liboqs/pull/1124
88+
* Adding multiple upstream support to doc generation by @Martyrshot in https://github.com/open-quantum-safe/liboqs/pull/1123
89+
* adding ntruhps40961229 by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1126
90+
* Fix gcc 11 error for Kyber on arm64 by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1127
91+
* LF everywhere by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1133
92+
* skip more ClassicMcEliece weekly CI constant time tests [skip ci] by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1134
93+
* more code style checks by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1135
94+
* Added supported-platforms compile guards in the SIKE CMakeLists by @christianpaquin in https://github.com/open-quantum-safe/liboqs/pull/1136
95+
* Adding arm64_v8 optimized versions of saber. by @Martyrshot in https://github.com/open-quantum-safe/liboqs/pull/1131
96+
* add downlevel compiler warning by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1137
97+
* enable ARM64 optimizations when using OQS_MINIMAL_BUILD option by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1139
98+
* Adding a speed_common script to benchmark OQS AES and hash algorithms by @tedeaton in https://github.com/open-quantum-safe/liboqs/pull/1144
99+
* NIST copyright clarification by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1142
100+
* Option to use PMU for benchmarking on ARM by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1147
101+
* aarch64 dist build by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1148
102+
* Tweaks to benchmarking code by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1150
103+
* release performance regression test by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1152
104+
* Added spdx headers to noregress.[py|sh] by @Martyrshot in https://github.com/open-quantum-safe/liboqs/pull/1154
105+
* Output documented build options by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1155
106+
* docs: set license MIT to Falcon Signature by @ax1 in https://github.com/open-quantum-safe/liboqs/pull/1156
107+
* add trigger for oqs-provider CI by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1157
108+
109+
**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.7.0...0.7.1

0 commit comments

Comments
 (0)