summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-02-27 02:39:18 +0000
committerDavid Schleef <ds@schleef.org>2004-02-27 02:39:18 +0000
commit7f033e4c9c09930118eaed680d302e77e2725b6f (patch)
treed3f448e2a83600c23641243e257d18a500feec6a /ChangeLog
parent087eda9bd65e98edefafa5d0083c40e8a966adf8 (diff)
gst/: -marshal.[ch] and -enum.[ch] files should not be disted, -marshal.h files should not be installed, and -enum.h ...
Original commit message from CVS: * gst-libs/gst/colorbalance/Makefile.am: * gst-libs/gst/mixer/Makefile.am: * gst-libs/gst/tuner/Makefile.am: * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files should not be disted, -marshal.h files should not be installed, and -enum.h files _should_ be installed. Fix to make this the case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73ea4ecb..5778d75e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-02-26 David Schleef <ds@schleef.org>
+
+ * gst-libs/gst/colorbalance/Makefile.am:
+ * gst-libs/gst/mixer/Makefile.am:
+ * gst-libs/gst/tuner/Makefile.am:
+ * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
+ should not be disted, -marshal.h files should not be installed,
+ and -enum.h files _should_ be installed. Fix to make this the
+ case.
+
=== release 0.7.5 ===
2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>