summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2021-11-07 09:06:42 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2021-11-07 09:06:42 +0100
commitb42e9e5e501287613269ad5ab78ef43a0e6ab011 (patch)
tree69808f8993c43013fa7f80a47ea07fac548dd066 /NEWS
parent900193673e974fd8e5556c606fa8a78f702d3a25 (diff)
downloadgmp-b42e9e5e501287613269ad5ab78ef43a0e6ab011.tar.gz
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 36ef2d3f0..aa773f29d 100644
--- a/NEWS
+++ b/NEWS
@@ -8,10 +8,19 @@ Changes between GMP version 6.2.* and *.*.*
BUGS FIXED
* A possible overflow of type int is avoided for mpz_cmp on huge operands.
+ * A possible error condition when a malformed file is read with
+ mpz_inp_raw is now correctly handled.
+
+ FEATURES
+ * New public function mpz_prevprime, companion of the existing
+ mpz_nextprime.
+
SPEEDUPS
* New special code for base = 2 in mpz_powm reduces the average time
for the functions that test primality.
+ * Speedup for the function mpz_nextprime on large operands.
+
Changes between GMP version 6.1.* and 6.2.0
BUGS FIXED