summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-08-02 11:21:33 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-08-02 11:21:33 +0000
commit66373e7feb0a0ab275c0e97e6f2c3de567fac920 (patch)
tree2b768614403cca2e82278f7060b3fb73814fc3cc
parentece248a610b9e11e0c58581737342acb65fe8076 (diff)
downloadmpfr-66373e7feb0a0ab275c0e97e6f2c3de567fac920.tar.gz
[NEWS] Update for GNU MPFR 3.1.6.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@11613 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c229509d9..e0768d7b3 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,14 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
##############################################################################
+Changes from version 3.1.5 to version 3.1.6:
+- Improved MPFR manual.
+- Bug fixes (see <http://www.mpfr.org/mpfr-3.1.5/#fixed> and ChangeLog file).
+- Autotools: Under Linux, make sure that the old dtags (when supported)
+ are used if LD_LIBRARY_PATH is defined; otherwise "make check" would
+ check an installed, compatible MPFR library found in LD_LIBRARY_PATH
+ instead of the one that has been built with "make".
+
Changes from version 3.1.4 to version 3.1.5:
- C++11 compatibility.
- Bug fixes (see <http://www.mpfr.org/mpfr-3.1.4/#fixed> and ChangeLog file).