aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-05-08 08:19:54 -0400
committerJack Lloyd <[email protected]>2020-05-08 08:19:54 -0400
commit0ad3c8a4aac6a8a19ff71323eb1a7adb5fae2dee (patch)
tree0081c42a96194bf418d8fd4184fde15e116d0f9c /news.rst
parent5332eae53fecb49ec661369e21cd3fd06b51ada8 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/news.rst b/news.rst
index 5563cdf19..f5d57d475 100644
--- a/news.rst
+++ b/news.rst
@@ -4,20 +4,20 @@ Release Notes
Version 2.15.0, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-* AES key expansion is now constant time. (GH #2346)
+* AES is now constant time on all CPUs (GH #2346 #2348 #2329)
-* The documentation claimed that mlocked pages were created
- with a guard page both before and after. However only a
- trailing guard page was used. Add a leading guard page. (GH #2334)
+* The documentation claimed that mlocked pages were created with a
+ guard page both before and after. However only a trailing guard page
+ was used. Add a leading guard page. (GH #2334)
* Workaround a bug in GCC's UbSan which triggered on a code sequence
in XMSS (GH #2322)
-* When building documentation using Sphinx avoid parallel builds
- with version 3.0 due to a bug in that version (GH #2326 #2324)
+* When building documentation using Sphinx avoid parallel builds with
+ version 3.0 due to a bug in that version (GH #2326 #2324)
-* Fix a flaky test that would occasionally fail when running the
- tests with a large number of threads. (GH #2325 #2197)
+* Fix a flaky test that would occasionally fail when running the tests
+ with a large number of threads. (GH #2325 #2197)
* Additional algorithms are now deprecated: XTEA, GOST, and Tiger.
They will be removed in a future major release.