summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-04-02 08:47:18 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-04-02 08:47:18 +0000
commite12e1242c028482a1add89e0b1b914de11b0bbf7 (patch)
treef2fda6b53c129b47aaa48e0dcc57b46b49286c3d /README.dev
parente4ff245859293937f081a633c2671eda91848d48 (diff)
downloadmpc-e12e1242c028482a1add89e0b1b914de11b0bbf7.tar.gz
[norm.c] fixed memory leak (found by valgrind)
[inp_str.c] fixed bug report found with -D_FORTIFY_SOURCE=2 (http://lists.gforge.inria.fr/pipermail/mpc-discuss/2009-April/000182.html) [random.c] fixed memory leak (found by valgrind) [Makefile.am] indentation [README.dev] added use of valgrind before doing a release git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@530 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.dev b/README.dev
index 196f5fd..ff5bab8 100644
--- a/README.dev
+++ b/README.dev
@@ -14,6 +14,7 @@ Required versions:
Creating a new release
----------------------
+ 0) Run all tests with valgrind and check no memory leak remains.
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.