summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index bafa99c55..9677c6184 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between MP version 3.0 and 3.0.1
+
+* Memory leaks in gmp_randinit and mpz_probab_prime_p fixed.
+* Documentation for gmp_randinit fixed. Misc documentation errors fixed.
+
Changes between MP version 2.0 and 3.0
* Source level compatibility with past releases (except mpn_gcd).
@@ -5,13 +10,14 @@ Changes between MP version 2.0 and 3.0
* Much improved speed thanks to both host independent and host dependent
optimizations.
* Switch to autoconf/automake/libtool.
-* Multiplication and squaring using 3-way Toom-Cook.
+* Support for building libgmp as a shared library.
+* Multiplication and squaring using the 3-way Toom algorithm.
* Division using the Burnikel-Ziegler method.
* New functions computing binomial coefficients: mpz_bin_ui, mpz_bin_uiui.
* New function computing Fibonacci numbers: mpz_fib_ui.
* New random number generators: mpf_urandomb, mpz_rrandomb, mpz_urandomb,
- mpz_urandomm, gmp_randclear, gmp_randinit, gmp_randinit_lc,
- gmp_randinit_lc_2exp, gmp_randseed, gmp_randseed_ui.
+ mpz_urandomm, gmp_randclear, gmp_randinit, gmp_randinit_lc_2exp,
+ gmp_randseed, gmp_randseed_ui.
* New function for quickly extracting limbs: mpz_getlimbn.
* New functions performing integer size tests: mpz_fits_sint_p,
mpz_fits_slong_p, mpz_fits_sshort_p, mpz_fits_uint_p, mpz_fits_ulong_p,