diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-06 12:39:50 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-06 12:39:50 +0000 |
commit | 24a6e1997b7eea99c81c67c020e897ae1a46412e (patch) | |
tree | 00d0e8d06a100573d0396b71a87e655cf5cd7a51 | |
parent | 4a46314721175069dbeb63c1330eedf2ba9e1db2 (diff) |
releasingBRANCH-RELEASE-0_7_4
Original commit message from CVS:
releasing
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | Makefile.am | 11 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/nl.po | 2 |
4 files changed, 20 insertions, 3 deletions
@@ -1,3 +1,11 @@ + +=== gst-plugins 0.7.4 === + +2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org> + + * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released + * configure.ac: changed for release + 2004-02-04 David Schleef <ds@schleef.org> * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps diff --git a/Makefile.am b/Makefile.am index 97ba31f2..65bf0f5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = dist-bzip2 + if USE_GCONFTOOL GCONF_DIR=gconf else @@ -35,11 +37,18 @@ DIST_SUBDIRS=ext gst-libs \ pkgconfig EXTRA_DIST=gst-plugins.spec depcomp \ - AUTHORS COPYING COPYING.LIB README RELEASE REQUIREMENTS \ + AUTHORS COPYING COPYING.LIB README REQUIREMENTS \ ChangeLog autogen.sh common m4 DISTCLEANFILES=_stdint.h +release: dist + make @PACKAGE@-@VERSION@.tar.gz.md5 + make @PACKAGE@-@VERSION@.tar.bz2.md5 + +%.md5: % + md5sum $< > $@ + dist-hook: rm -rf `find $(distdir)/common -name CVS` rm -rf `find $(distdir)/m4 -name CVS` diff --git a/configure.ac b/configure.ac index 7b5c652b..0905d659 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_MAINTAINER_MODE dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7, 3, 2, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7, 4, 0, GST_CVS="no", GST_CVS="yes") dnl add a suffix to apps if test x$program_suffix = xNONE ; then @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-05 19:24+0100\n" +"POT-Creation-Date: 2004-02-04 22:48+0100\n" "PO-Revision-Date: 2004-02-02 23:08+0100\n" "Last-Translator: Thomas Vander Stichele <thomas@apestaart.org>\n" "Language-Team: Dutch <nl@li.org>\n" |