summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-02 12:41:35 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-02 12:41:35 +0000
commite5ec494194c5585e2736354fd0bf284db0ba729b (patch)
treeee86d00fbf2b5e263d055c37a31eb326902e315d /NEWS
parent26d2d8b13d1b199493f45e63b27aa084f4cfa09c (diff)
downloadmpc-e5ec494194c5585e2736354fd0bf284db0ba729b.tar.gz
norm.c: rewritten to handle all cases of over- and underflow and to obtain a
correct ternary return value norm.dat: new tests with over- and underflow mpc-impl.h: added macro MPC_MIN BUGS, TODO, mpc.texi updated to reflect these changes git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1071 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6d37ce9..0ad286d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
Changes in version 1.0:
+ - First release as a GNU package
- License change: LGPLv3+ for code, GFDLv1.3+ for documentation
- Bug fixes:
- mul now returns correct results even if there are over- or underflows