summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-11 12:41:25 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-11 12:41:25 +0000
commite8c972c794f3ae94b94c0638b63431682bdb7898 (patch)
tree2ff34280cb21862d2ea346555b94d201a5a1c4d5 /NEWS
parente85efac03e9f970e0448c2ef4bb9ce4691142a81 (diff)
downloadmpfr-e8c972c794f3ae94b94c0638b63431682bdb7898.tar.gz
[NEWS] Additional details, in particular binary compatibility.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13978 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1d860bb49..9c54da413 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,9 @@ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
Changes from versions 4.0.* to version 4.1.0:
- The "épinards à la crème" release.
+- Binary compatible with MPFR 4.0.*, though some minor changes in the
+ behavior of the formatted output functions may be visible, regarded
+ as underspecified behavior or bug fixes (see below).
- New --enable-formally-proven-code configure option, to use (when available)
formally proven code.
- Improved __GMP_CC and __GMP_CFLAGS retrieval (in particular for MS Windows).
@@ -34,7 +37,8 @@ Changes from versions 4.0.* to version 4.1.0:
when MPFR has been built with decimal float support).
- New function mpfr_cmpabs_ui.
- The mpfr_out_str function now accepts bases from -2 to -36, in order to
- follow mpfr_get_str and GMP's mpf_out_str functions.
+ follow mpfr_get_str and GMP's mpf_out_str functions (these cases gave an
+ assertion failure, as with other invalid bases).
- Shared caches: cleanup; really detect lock failures (abort in this case).
- The behavior of the formatted output functions (mpfr_printf, etc.) with
an empty precision field has improved: trailing zeros are kept in a way