diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-11 19:38:17 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-11 19:38:17 +0000 |
commit | 3a7742a36996c334f0f6c90780cd443daf793527 (patch) | |
tree | f37d7b1a7dd8feae48cf13d57c208c92cc50be50 | |
parent | e765addd73d4417d17f5ca8d6819c41f026853da (diff) |
releasing 0.9.5RELEASE-0_9_5
Original commit message from CVS:
releasing 0.9.5
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | RELEASE | 18 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 32 insertions, 9 deletions
@@ -1,3 +1,10 @@ +=== release 0.9.5 === + +2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: + releasing 0.9.5, "Thrice Belgian Bar" + 2005-11-11 Michael Smith <msmith@fluendo.com> * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain): @@ -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: @@ -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 0d0d286fc..3b73b2ea9 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) |