summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-12-08 21:59:23 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-12-08 21:59:23 +0000
commitc2b0dba2bb9a942e24c17c21fc8d6fa0d4d39f0c (patch)
tree2e1ca7e57bebb8b2fd997d0f957981de54a82e60
parent76eccf5a4ee520f96416e9af7e2e50a586fbb4d4 (diff)
downloadmpc-c2b0dba2bb9a942e24c17c21fc8d6fa0d4d39f0c.tar.gz
small doc updates
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@392 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--NEWS2
-rw-r--r--README.dev6
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 7e7c8d4..36ea695 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
Recent changes:
- - mpc_exp, mpc_cos, mpc_sin, mpc_tan, mpc_cosh, mpc_sinh now return inexact value
+ - exp, log, cos, sin, tan, cosh, sinh and tanh return inexact value
- Bug fixes:
- mpc_get_version and MPC_VERSION_STRING agree
diff --git a/README.dev b/README.dev
index 9fc4ba2..31d3c76 100644
--- a/README.dev
+++ b/README.dev
@@ -11,7 +11,7 @@ Creating a new release
----------------------
1) Check the version number in configure.ac ("AC_INIT (mpc, _version_...)"),
- in INSTALL, in src/get_version.c and in src/mpc.h (remove suffix in
+ INSTALL, src/get_version.c and src/mpc.h (remove suffix in
MPC_VERSION_STRING).
2) Disactivate the -Werror option in configure.ac.
3) Verify that the API version in src/Makefile.am is correct.
@@ -27,8 +27,8 @@ Creating a new release
The html documentation is created with
makeinfo --html --no-split mpc.texi
and the resulting mpc.html is copied to content_html.php.
- 8) After the release, update the version number in configure.ac, INSTALL
- and src/mpc.h.
+ 8) After the release, update the version number in configure.ac, INSTALL,
+ src/get_version.c and src/mpc.h.
9) Reactivate the -Werror option in configure.ac.
10) Potentially increase the API version in src/Makefile.am.
11) Commit the changes to svn.