git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9125
exp-ptrcheck.supp
DEFAULT_SUPP_FILES = @DEFAULT_SUPP@
-dist_val_DATA = $(SUPP_FILES) default.supp
+# We include all .supp files in the distribution, but only install
+# default.supp.
+dist_val_DATA = default.supp
+dist_noinst_DATA = $(SUPP_FILES)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = valgrind.pc
+Release 3.5.0 (???)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+* Previously, all the distributed suppression (*.supp) files were installed.
+ Now, only default.supp is installed. This should not affect users as the
+ other installed suppression files were not read.
+
+
+
Release 3.4.0 (2 January 2009)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3.4.0 is a feature release with many significant improvements and the