aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-11-10 06:58:35 -0500
committerJack Lloyd <[email protected]>2020-11-10 06:58:35 -0500
commit370a5f0cb8e725f3ec0ba8af7c11527c7c988145 (patch)
tree173a4bb8628caad4bb3784904e621ef3c0d20487
parentc177d8f225ebfc2123b6ca5c0187a93e9f68b044 (diff)
Update news
-rw-r--r--news.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index f1ae85d46..d36d0d929 100644
--- a/news.rst
+++ b/news.rst
@@ -1,6 +1,20 @@
Release Notes
========================================
+Version 2.17.2, Not Yet Released
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+* Fix an build problem on ppc64 introduced with certain recent
+ versions of GCC or binutils where using the DARN instruction
+ requires using an appropriate -mcpu flag to enable the instruction
+ in the assembler. (GH #2481 2463)
+
+* Resolve an issue in the modular square root algorithm where a loop
+ to find a quadratic non-residue could, for a carefully chosen
+ composite modulus, not terminte in a timely manner. (GH #2482 #2476)
+
+* Fix a regression in MinGW builds introduced in 2.17.1
+
Version 2.17.1, 2020-11-07
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^