summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--README8
-rw-r--r--README.dev7
3 files changed, 6 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 1bf6104..d89f1f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes from version 0.4.6 to 0.5:
+Changes in version 0.5 ("Aconitum neomontanum"):
- Support for autotools
- New functions:
- logarithm
diff --git a/README b/README
index f18c29f..e10bbc9 100644
--- a/README
+++ b/README
@@ -1,11 +1,3 @@
mpc is a complex floating-point library with exact rounding.
It is based on the mpfr floating-point library (www.mpfr.org),
which is itself based on the GNU MP library (www.swox.se/gmp/).
-
-A complex number is represented in cartesian coordinates by its real
-and imaginary parts, as described in:
-
- Vladik Kreinovich and Juergen Wolff von Gudenberg,
- "An optimality criterion for arithmetic of complex sets",
- Geombinatorics, 2000, Vol. 10, No. 1, pp. 31-37.
- http://www.cs.utep.edu/vladik/longvita.html#JournalCS
diff --git a/README.dev b/README.dev
index 8d29bf5..c59f5e1 100644
--- a/README.dev
+++ b/README.dev
@@ -11,9 +11,12 @@ Creating a new release
----------------------
1) Update the version number in configure.ac ("AC_INIT (mpc, _version_...)")
- and in INSTALL.
-2) Check that NEWS, BUGS and TODO are up to date.
+ and in INSTALL, and disactivate the -Werror option in configure.ac.
+2) Check that NEWS, BUGS and TODO are up to date, and that the minimal
+ version numbers of gmp and mpfr in INSTALL and doc/mpc.texi are
+ correct.
3) Execute "autoreconf; touch doc/mpc.texi; make dist".
This updates the date and version number in doc/version.texi and
creates the tarball for distribution.
+4) Reactivate the -Werr option in configure.ac.
4) Commit the changes to svn.