summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUGS0
-rw-r--r--INSTALL2
-rw-r--r--README.dev23
-rw-r--r--doc/version.texi8
4 files changed, 19 insertions, 14 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/BUGS
diff --git a/INSTALL b/INSTALL
index b26b0d1..0117468 100644
--- a/INSTALL
+++ b/INSTALL
@@ -8,7 +8,7 @@ in the Texinfo documentation (type 'info mpc.info').
and <http://www.mpfr.org>.
MPC requires GMP version 4.2.2 or later and MPFR version 2.3.0 or later.
-1. In the directory MPC archive, type
+1. In the directory of the MPC archive, type
tar xzf mpc-0.4.7.tar.gz
cd mpc-0.4.7
diff --git a/README.dev b/README.dev
index 392b45a..8d29bf5 100644
--- a/README.dev
+++ b/README.dev
@@ -1,14 +1,19 @@
-Source code from Subversion repository:
-To compile source code obtained from Subversion repository, you need autoconf,
-automake and libtools packages. To create the configure file, type:
+Source code from the subversion repository
+------------------------------------------
+To compile source code obtained from the subversion repository,
+make sure you have installed the autoconf, automake and libtools packages.
+Execute
$ autoreconf -i
-To make a new release:
+Creating a new release
+----------------------
- 1) create a tag for the new release, for example:
-
- $ svn cp svn+ssh://zimmerma@scm.gforge.inria.fr/svn/mpc/trunk \
- svn+ssh://zimmerma@scm.gforge.inria.fr/svn/mpc/tags/0.4.6
-
+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.
+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) Commit the changes to svn.
diff --git a/doc/version.texi b/doc/version.texi
index 2cdd57f..651836b 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 18 July 2008
-@set UPDATED-MONTH July 2008
-@set EDITION pre0.5.0
-@set VERSION pre0.5.0
+@set UPDATED 16 September 2008
+@set UPDATED-MONTH September 2008
+@set EDITION 0.4.7
+@set VERSION 0.4.7