summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-06-27 08:10:45 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-06-27 08:10:45 +0000
commit2cc3fb5edca7d76c9a9fb75f73d004f517259b45 (patch)
tree2e77e0f12ddb0e709651a5bafc2ed85456734d66
parent98d0c111412aecc8bae39d0b5046772558e7a3f2 (diff)
downloadmpfr-2cc3fb5edca7d76c9a9fb75f73d004f517259b45.tar.gz
[NEWS] Update: test coverage.
(merged changeset r8276 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@8278 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index de5df3750..4092741b4 100644
--- a/NEWS
+++ b/NEWS
@@ -56,6 +56,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.
@@ -157,7 +158,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: