From 3cfd96228f2a96210092954e17686391fef846bc Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 21 Jul 2004 09:11:25 +0000 Subject: [PATCH] was the release Original commit message from CVS: was the release --- ChangeLog | 19 +++++++++++++++++-- configure.ac | 4 ++-- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index caa00beae8..dca86c5857 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2004-07-21 Thomas Vander Stichele + + reviewed by: + + * configure.ac: + * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): + * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect), + (gst_ffmpegdec_chain): + +=== gst-ffmpeg 0.8.1 === + +2004-07-16 Thomas Vander Stichele + + * configure.ac: release 0.8.1, "Just Another Victim" + 2004-07-08 Thomas Vander Stichele * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init): @@ -156,7 +171,7 @@ 2004-04-14 Thomas Vander Stichele * everything: updated upstream source to 2004-04-11 23:00 GMT - and fixed up patches + and fixed up patches 2004-04-11 Ronald Bultje @@ -213,7 +228,7 @@ 2004-03-18 Thomas Vander Stichele * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): - don't critical, throw error (#137588) + don't critical, throw error (#137588) 2004-03-16 Thomas Vander Stichele diff --git a/configure.ac b/configure.ac index b41da1c039..a15cff3a8e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl autoconf configuration file for gst-ffmpeg AC_INIT -AC_CANONICAL_TARGET([]) +AC_CANONICAL_TARGET dnl We disable static building for development, for time savings dnl this goes before AS_LIBTOOL to appease autoconf @@ -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-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 0, 1, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 1, 0, GST_CVS="no", GST_CVS="yes") dnl we cheat here so we don't have to change the actual configure code bit GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO