summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9811647ea..56f5bc23e 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,7 @@ Changes from versions 4.0.* to version 4.1.0:
- New function mpfr_get_str_ndigits.
- New function mpfr_dot for the dot product (incomplete, experimental).
- New functions mpfr_get_decimal128 and mpfr_set_decimal128.
+- Shared caches: cleanup; really detect lock failures (abort in this case).
- Optimized the tuning parameters for various architectures.
- Improved test coverage to 98.3% of code for x86_64.
- Bug fixes.
@@ -39,7 +40,6 @@ Changes from versions 4.0.* to version 4.1.0:
- New: optional "make check-exported-symbols", mainly for the MPFR developers
and binary distributions, to check that MPFR does not define symbols with a
GMP reserved prefix (experimental).
-- Shared caches: cleanup.
- Mini-gmp support: replaced --enable-mini-gmp configure option by
--with-mini-gmp (still experimental, read doc/mini-gmp).