summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-11-28 00:06:46 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-11-28 00:06:46 +0100
commit80d52a82790c455e2739fdabe17e0d71c6f643c5 (patch)
treef0d1352950e48a4f8e05f552c893bb615237baa0 /NEWS
parent15008529bde3693e1127d2e7f8dcd2509de14660 (diff)
downloadgmp-80d52a82790c455e2739fdabe17e0d71c6f643c5.tar.gz
Add more items.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 9 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 827e8b968..7838bfa7e 100644
--- a/NEWS
+++ b/NEWS
@@ -36,18 +36,23 @@ Changes between GMP version 5.0.* and 5.1.0
* The mpz_powm_sec function now uses side-channel silent division for
converting into Montgomery residues.
+ * The fat binary mechanism is now more robust in its CPU recognition.
+
MISC
* In C++, the conversions mpq_class->mpz_class, mpf_class->mpz_class and
mpf_class->mpq_class are now explicit.
- * Includes "mini-gmp", a small, portable, but less efficient,
- implementation of a subset of GMP's mpn and mpz interfaces. Used
- in GMP bootstrap, but it can also be bundled with applications as
- a fallback when the real GMP library is unavailable.
+ * Includes "mini-gmp", a small, portable, but less efficient, implementation
+ of a subset of GMP's mpn and mpz interfaces. Used in GMP bootstrap, but it
+ can also be bundled with applications as a fallback when the real GMP
+ library is unavailable.
* The ABIs under AIX are no longer called aix32 and aix64, but mode64 and 32.
This is more consistent with other powerpc systems.
+ * The coverage of the testsuite has been improved, using the lcov tool. See
+ also http://gmplib.org/devel/lcov/.
+
Changes between GMP version 5.0.4 and 5.0.5