diff --git a/.gitignore b/.gitignore index 5369c25777..74dd8fa4f3 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ README AUTHORS NEWS TODO +gst-python*.tar.* diff --git a/ChangeLog b/ChangeLog index db2bb191d0..212660f9aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ === release 0.7.94 === + +2004-11-05 Thomas Vander Stichele + + * .cvsignore: + * examples/Makefile.am: + remove gstplay + 2004-11-04 Johan Dahlin * gst/gst.override (tag_foreach_func_list): Disable lists instead @@ -12,6 +19,7 @@ leaks. === release 0.7.93 === + 2004-10-11 Johan Dahlin * configure.ac: Bump version number diff --git a/examples/Makefile.am b/examples/Makefile.am index e228a745dd..062cb55aab 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,3 +1 @@ -SUBDIRS = \ - gst \ - gstplay +SUBDIRS = gst