summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-29 16:39:14 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-29 16:39:14 +0000
commit1f1563ce09baac343719814cbbe2a94fc07439fd (patch)
tree2fb9b8e9ec793670e00294738799f25b86c0624a /NEWS
parentf24fd049fc0a7378f231ed4540329b940b11f0ad (diff)
downloadmpc-1f1563ce09baac343719814cbbe2a94fc07439fd.tar.gz
NEWS: add version number macros and configure library search order.
TODO: remove reuse tests request. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@216 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0be415d..f101307 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
Recent changes:
+ - New macros:
+ - version number: MPC_VERSION_MAJOR, MPC_VERSION_MINOR,
+ MPC_VERSION_PATCHLEVEL, MPC_VERSION_STRING
+ - configure checks on recent mpfr library
- Test framework rewritten
- Bug fixes:
+ - configure looks for gmp first, then for mpfr
- set_fr, fr_sub, mul_fr, div_fr, div, cos
Changes in version 0.5 ("Aconitum neomontanum"):
@@ -11,4 +16,3 @@ Changes in version 0.5 ("Aconitum neomontanum"):
- hyperbolic functions: cosh, sinh, tanh
- Bug fixes:
- sqrt with directed rounding
-