summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-01-13 16:20:48 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-01-13 16:20:48 +0000
commit29ff6696522bb6ab3a5c23d9658260dfe8e42c81 (patch)
tree83dd3adf5638e930f432b40c9fb6ed6c407e06df /NEWS
parentf211f3f98650f95ccc27d4f1545da16181aaa5c6 (diff)
downloadmpfr-29ff6696522bb6ab3a5c23d9658260dfe8e42c81.tar.gz
TLS support is now detected automatically. If TLS is supported, MPFR is
built as thread safe by default. To disable TLS explicitly, configure MPFR with --disable-thread-safe. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7329 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 f87405c64..d66b98d0d 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,9 @@ Changes from versions 3.0.* to version 3.1.0:
- The "" release.
- The MPFR source has been reorganized.
- Dropped ansi2knr support.
+- TLS support is now detected automatically. If TLS is supported, MPFR is
+ built as thread safe by default. To disable TLS explicitly, configure
+ MPFR with --disable-thread-safe.
- New --enable-gmp-internals configure option to use GMP's undocumented
functions (not from the public API). Note that library versioning is
not guaranteed to work if this option is used.