summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-08-14 11:41:37 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-08-14 11:41:37 +0000
commit665e0eec8619436a5cc21f3830be7caeb9cf8577 (patch)
tree69446237e70decf859c4ae54aebc06ebe35938b2 /NEWS
parent64938d986ed0a8dd456568ad5ffc033db4756db6 (diff)
downloadmpfr-665e0eec8619436a5cc21f3830be7caeb9cf8577.tar.gz
Added to NEWS: Thread-safe support with Microsoft Visual compiler.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4770 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 238374c8d..0c4b33fee 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,7 @@ Changes from versions 2.2.* to version 2.3.0:
- The shared library is now enabled by default. If the MPFR build
fails on your platform, try the --disable-shared configure option
to disable the shared library.
+- Thread-safe support with Microsoft Visual compiler.
- New functions mpfr_j0, mpfr_j1, mpfr_jn, mpfr_y0, mpfr_y1, mpfr_yn,
mpfr_lgamma, mpfr_remainder, mpfr_remquo, mpfr_fms, mpfr_signbit,
mpfr_setsign, mpfr_copysign, mpfr_get_patches.