diff options
author | Jack Lloyd <[email protected]> | 2020-11-10 06:58:35 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-11-10 06:58:35 -0500 |
commit | 370a5f0cb8e725f3ec0ba8af7c11527c7c988145 (patch) | |
tree | 173a4bb8628caad4bb3784904e621ef3c0d20487 | |
parent | c177d8f225ebfc2123b6ca5c0187a93e9f68b044 (diff) |
Update news
-rw-r--r-- | news.rst | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |