summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-05-25 13:20:58 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-05-25 13:20:58 +0000
commit11e311dd7575dd0d7337e03b61a216b88daaa72b (patch)
tree3a83fde892325e18735a943932eef142c8a09df2 /NEWS
parente20e734bf888cec4ae58a0bc2038b433f7dbafc1 (diff)
downloadmpfr-11e311dd7575dd0d7337e03b61a216b88daaa72b.tar.gz
[NEWS] Correction.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.0@6876 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 8d8ff16f5..a3e901137 100644
--- a/NEWS
+++ b/NEWS
@@ -23,10 +23,11 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
Changes from versions 2.4.* to version 3.0:
- The "boudin aux pommes" release.
- MPFR 3.0 is binary incompatible with previous versions but (almost)
- API compatible. More precisely the obsolete functions mpfr_random
- and mpfr_random2 have been removed, and the return type of the
- functions mpfr_get_f and mpfr_get_z is now int instead of void.
- In practice, this should not break any existing code.
+ API compatible. More precisely the obsolete functions mpfr_random
+ and mpfr_random2 have been removed, the meaning of the return type
+ of the function mpfr_get_f has changed, and the return type of the
+ function mpfr_get_z is now int instead of void. In practice, this
+ should not break any existing code.
- MPFR is now distributed under the GNU Lesser General Public License
version 3 or later (LGPL v3+).
- Rounding modes GMP_RNDx are now MPFR_RNDx (GMP_RNDx kept for