summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-12-08 16:25:43 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-12-08 16:25:43 +0000
commite64fc9e5c3748174780833d37675c4d3ca243ea5 (patch)
treea63f1c7f6af5f6f4c3bf8fb27942d7874b743ad4 /README.dev
parentb44703324ff95a52d3f53e8c5995e463e3e7fee6 (diff)
downloadmpc-e64fc9e5c3748174780833d37675c4d3ca243ea5.tar.gz
getting ready for release 0.8.1
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@731 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.dev b/README.dev
index ff5bab8..fcf3537 100644
--- a/README.dev
+++ b/README.dev
@@ -14,7 +14,9 @@ Required versions:
Creating a new release
----------------------
- 0) Run all tests with valgrind and check no memory leak remains.
+ 0) Run all tests with valgrind and check no memory leak remains:
+ for f in .libs/lt-t*; do valgrind $f; done
+ 0b) Disable test in line 35 of log.dat.
1) Check the version number in configure.ac ("AC_INIT (mpc, _version_...)"),
INSTALL, src/get_version.c, src/mpc.h (remove suffix "-dev" in
MPC_VERSION_STRING) and Makefile.vc.
@@ -37,4 +39,5 @@ Creating a new release
7) After the release, update the version number in configure.ac, INSTALL,
src/get_version.c, src/mpc.h and Makefile.vc.
9) Potentially increase the API version in src/Makefile.am.
+ 9b) Reenable test in line 35 of log.dat.
10) Commit the changes to svn.