summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-06-27 08:09:32 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-06-27 08:09:32 +0000
commitce1e57d08f469f5c90f4d0a47b4df289ebaddfe0 (patch)
tree96382533e0a79cdfdaf0ff7eed90060f7b0c5052 /NEWS
parent1dab6cfba590e5b6a51eaea7292a57c51bbb90c2 (diff)
downloadmpfr-ce1e57d08f469f5c90f4d0a47b4df289ebaddfe0.tar.gz
[NEWS] Update: test coverage.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8276 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 74f321a7c..2be7af77a 100644
--- a/NEWS
+++ b/NEWS
@@ -69,6 +69,7 @@ Changes from versions 3.0.* to version 3.1.0:
- MPFR tests: libtool no longer generates wrapper scripts with "make check"
(so that running the tests under valgrind or gdb is easier).
- Internal change: the logging mechanism has been improved.
+- Test coverage: 95.2% lines of code.
- Bug fixes, in particular a huge inefficiency in mpfr_exp (when the
target precision is less than MPFR_EXP_THRESHOLD) on hard-to-round
cases, which can take several minutes.
@@ -170,7 +171,7 @@ Changes from versions 2.3.* to version 2.4.0:
suppressed in the next release, and that the specification of
mpfr_eq may change in the next release (for compatibility with
the mpf layer of GMP).
-- Test coverage: 96.7% lines of code
+- Test coverage: 96.7% lines of code.
- Bug fixes.
Changes from versions 2.2.* to version 2.3.0: