You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+57-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
liboqs version 0.7.1-rc1
2
-
========================
1
+
liboqs version 0.7.1
2
+
====================
3
3
4
4
About
5
5
-----
@@ -29,7 +29,7 @@ liboqs can also be used in the following programming languages via language-spec
29
29
Release notes
30
30
=============
31
31
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.
33
33
34
34
What's New
35
35
----------
@@ -53,3 +53,57 @@ This release continues from the 0.7.0 release of liboqs.
53
53
- Preliminary support for building on S390x platform
54
54
- Improved build configurations on ARM platforms
55
55
- 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
0 commit comments