From fe6871adb14b88dba5c1291b0c9b6167c8474f5c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 26 Feb 2004 18:12:55 +0000 Subject: [PATCH] back to nano Original commit message from CVS: back to nano --- ChangeLog | 8 +++++++- Makefile.am | 2 +- common | 2 +- configure.ac | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9103b0e8d8..73ea4ecb57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +=== release 0.7.5 === + +2004-02-26 Thomas Vander Stichele + + * configure.ac: release 0.7.5, "Under The Sea" + 2004-02-25 Thomas Vander Stichele * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link), @@ -189,7 +195,7 @@ 2004-02-22 Ramon Garcia - * configure.ac: Export only gst_plugin_desc from plugins. + * configure.ac: Export only gst_plugin_desc from plugins. Note that this change only makes any effect with Linux using libtool 1.5.2 or higher. Otherwise it is silently ignored, but it would build fine. And don't try to have several versions of libtool in different diff --git a/Makefile.am b/Makefile.am index e44fed0ac8..9d0ffec2dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ DIST_SUBDIRS=ext gst-libs \ pkgconfig EXTRA_DIST=gst-plugins.spec depcomp \ - AUTHORS COPYING COPYING.LIB README REQUIREMENTS \ + AUTHORS COPYING COPYING.LIB README RELEASE REQUIREMENTS \ ChangeLog autogen.sh common m4 DISTCLEANFILES=_stdint.h diff --git a/common b/common index 0945c85c4c..874dab5c34 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 0945c85c4c9139e2e5b8e04d0fc841b8aa1e6e9b +Subproject commit 874dab5c3461ad7487f1ae029256b6da82dddf6d diff --git a/configure.ac b/configure.ac index ab4de2a84d..553f8f9976 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, 4, 1, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7, 5, 1, GST_CVS="no", GST_CVS="yes") dnl add a suffix to apps if test x$program_suffix = xNONE ; then