summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-12-16 14:08:19 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-12-16 14:08:19 +0000
commit69b9d73ac3773d99b5ec43d724731b1781669bd5 (patch)
tree43ac9ffee4106e7fd3fe7394c0ffcc9c08c2f47c /NEWS
parentf5737a8b8ea2d7fc88ee216c722852de0effde20 (diff)
downloadmpfr-69b9d73ac3773d99b5ec43d724731b1781669bd5.tar.gz
[NEWS] Note that the behavior of the mpfr_set_exp function changed.
[src/Makefile.am] As this changed the ABI (the old, unwise behavior was documented), reset -version-info age. This is not that bad since there are other changes in the behavior, though regarded as bugs or previously undocumented behavior. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9253 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d2b0d5f41..38f2e59f4 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,9 @@ Changes from versions 3.1.* to version 3.2.0:
rounding to nearest-away (as defined in IEEE 754-2008).
- New functions mpfr_nrandom and mpfr_erandom to generate random numbers
following normal and exponential distributions respectively.
+- The behavior of the mpfr_set_exp function changed, as it could easily
+ yield undefined behavior in some cases (this modifies both the API and
+ the ABI).
- Function mpfr_grandom is deprecated and will be removed in a future release.
- Added configure option --enable-assert=none to avoid checking any assertion.
- The --enable-decimal-float configure option no longer requires