summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-01 03:46:02 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-01 03:46:02 +0200
commitbe06bf69e576147c35b220116ec312dcb2a31b5b (patch)
treedb6b90bb59d8bd5f89f24fc6e01d976e0c9f6a05 /NEWS
parent6abbee32b1b6790b71d4bfb491a24ff50b6e3e61 (diff)
downloadgmp-be06bf69e576147c35b220116ec312dcb2a31b5b.tar.gz
Update to 4.0.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 502d6d36b..a11b6a920 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,14 @@
-Changes between MP version 3.1.1 and 3.2
+Changes between MP version 3.1.1 and 4.0
* Bug fixes.
-* Revamped configure, featuring ABI selection.
* New CPU support: IA-64, Pentium 4.
* Improved CPU support: 21264, Cray vector systems.
* New systems supported: Darwin, SCO, Windows DLLs.
* New Karatsuba Square Root algorithm.
* New algorithms chapter in the manual.
* New reentrant malloc temporary memory method.
+* New C++ interface (preliminary).
+* Revamped configure, featuring ABI selection.
* Updated mpfr.
* Speed improvements for mpz_powm.
* New gmp_printf and related functions.