summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-01-25 12:58:24 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-01-25 12:58:24 +0000
commit84f02a6ea865e6ca46f575425290d1a4d11774d4 (patch)
tree77c7f38c9d36073d2536293301bd66268281cf47 /NEWS
parent9b2030bfad1cbf56adaf098eeef008de4c60c6e2 (diff)
downloadmpfr-84f02a6ea865e6ca46f575425290d1a4d11774d4.tar.gz
[NEWS] Update about shared caches.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13414 280ebfd0-de03-0410-8827-d642c229c3f4
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).