From 3a7742a36996c334f0f6c90780cd443daf793527 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 11 Nov 2005 19:38:17 +0000 Subject: releasing 0.9.5 Original commit message from CVS: releasing 0.9.5 --- ChangeLog | 7 +++++++ NEWS | 14 +++++++++++++- RELEASE | 18 +++++++++++------- configure.ac | 2 +- 4 files changed, 32 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9b8b8f2a..4aca438f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.9.5 === + +2005-11-11 Thomas Vander Stichele + + * configure.ac: + releasing 0.9.5, "Thrice Belgian Bar" + 2005-11-11 Michael Smith * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain): diff --git a/NEWS b/NEWS index 5aef6bdf..bed35163 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,16 @@ -This is GStreamer Bad Plug-ins 0.9.4, "Utahraptor" +This is GStreamer Bad Plug-ins 0.9.5, "Thrice Belgian Bar" + +Changes since 0.9.4: + + * Parallel installability with 0.8.x series + * Threadsafe design and API + * qtdemux supports custom genre tags + * tremor integer vorbis decoder ported + * directfb video sink ported (with examples and documentation!) + +Bugs fixed since 0.9.4: + + * 321241 : faad compile fix Bugs fixed since 0.9.3: diff --git a/RELEASE b/RELEASE index 45a22798..95dde0b6 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.4 "Utahraptor" +GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.5 "Thrice Belgian Bar" The GStreamer team is petrified to announce a new release @@ -60,12 +60,13 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API + * qtdemux supports custom genre tags + * tremor integer vorbis decoder ported + * directfb video sink ported (with examples and documentation!) Bugs fixed in this release - * 317438 : [speed] fix 0.9 port - * 318659 : [faac] problem with float capabilities - * 318660 : [faac] missing unrefs + * 321241 : faad compile fix Download @@ -95,10 +96,13 @@ Applications Contributors to this release + * Christian Schaller + * Daniel Amelang * Edgard Lima - * Josef Zlomek - * Julien Moutte - * Stefan Kost + * Julien MOUTTE + * Michael Smith + * Thomas Vander Stichele * Tim-Philipp Müller * Wim Taymans + * Zeeshan Ali   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 0d0d286f..3b73b2ea 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-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 4, 1, +AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 5, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) -- cgit v1.2.1