From 41f1dd9e39d4be9c5e5d7b3c5b18eeb56e4ad628 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 1 Dec 2005 19:12:47 +0000 Subject: [PATCH] releasing 0.9.7 Original commit message from CVS: releasing 0.9.7 --- ChangeLog | 7 +++++++ NEWS | 6 +++++- RELEASE | 7 +++---- common | 2 +- configure.ac | 8 ++++---- 5 files changed, 20 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 28cf6d8..a238fd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.9.7 === + +2005-12-01 + + * configure.ac: + releasing 0.9.7, "Mein Hund Hat Keine Nase" + 2005-11-28 Julien MOUTTE * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_class_init), diff --git a/NEWS b/NEWS index 65d5fbd..d9bc172 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ -This is GStreamer FFmpeg Plug-ins 0.9.6, "Cold Cat" +This is GStreamer FFmpeg Plug-ins 0.9.7, "Mein Hund Hat Keine Nase" + +Changes since 0.9.6: + + * Improved pixel aspect ratio handling Changes since 0.9.4: diff --git a/RELEASE b/RELEASE index 523455b..5b4a8a8 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.6 "Cold Cat" +GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.7 "Mein Hund Hat Keine Nase" The GStreamer team is petrified to announce a new release @@ -35,6 +35,7 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API + * Improved pixel aspect ratio handling Bugs fixed in this release @@ -67,9 +68,7 @@ Applications Contributors to this release - * Andy Wingo - * Jan Schmidt - * Luca Ognibene + * Julien Moutte * Thomas Vander Stichele * Tim-Philipp Müller   \ No newline at end of file diff --git a/common b/common index b0b08bc..fe94837 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit b0b08bcd66ca385364b6f90663585b09693aec67 +Subproject commit fe94837afc0b10eaf867156fc29eea0073ba45df diff --git a/configure.ac b/configure.ac index 2078162..5ecdcfd 100644 --- a/configure.ac +++ b/configure.ac @@ -12,21 +12,21 @@ 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, 9, 6, 1, +AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 9, 7, 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 dnl required GStreamer version -GST_REQ=0.9.1 +GST_REQ=0.9.7 AM_INIT_AUTOMAKE($PACKAGE,$VERSION) dnl our libraries and install dirs use major.minor as a version #GST_MAJORMINOR=$GST_FFMPEG_VERSION_MAJOR.$GST_FFMPEG_VERSION_MINOR dnl hack while GST_MAJORMINOR doesn't match the release -GST_MAJORMINOR=0.9 +GST_MAJORMINOR=0.10 AC_SUBST(GST_MAJORMINOR) dnl CURRENT, REVISION, AGE @@ -34,7 +34,7 @@ dnl - library source changed -> increment REVISION dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 -AS_LIBTOOL(GST_FFMPEG, 1, 0, 0) +AS_LIBTOOL(GST_FFMPEG, 0, 0, 0) AM_PROG_LIBTOOL() AC_CONFIG_SRCDIR(configure.ac) -- 2.7.4