From e64fc9e5c3748174780833d37675c4d3ca243ea5 Mon Sep 17 00:00:00 2001 From: enge Date: Tue, 8 Dec 2009 16:25:43 +0000 Subject: getting ready for release 0.8.1 git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@731 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- README.dev | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.dev') 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. -- cgit v1.2.1