summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bb322af..05e2ee2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
1.17 -> 2.0:
+ - devzero2000: refine the --enable-valgrind autoconf check
+ we are now analyzing with valgrind only the test suite
+ and not the shell that invokes them, so drop the suppression.
+ Drop also the unused AM_CONDITIONAL macro USE_VALGRIND.
- devzero2000: Don't use MALLOC_CHECK_ and valgrind(memcheck) at the
same time
The test suite can use valgrind(memcheck) via 'configure --enable-valgrind'