summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-11 19:38:17 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-11 19:38:17 +0000
commit3a7742a36996c334f0f6c90780cd443daf793527 (patch)
treef37d7b1a7dd8feae48cf13d57c208c92cc50be50
parente765addd73d4417d17f5ca8d6819c41f026853da (diff)
releasing 0.9.5RELEASE-0_9_5
Original commit message from CVS: releasing 0.9.5
-rw-r--r--ChangeLog7
-rw-r--r--NEWS14
-rw-r--r--RELEASE18
-rw-r--r--configure.ac2
4 files changed, 32 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b8b8f2af..4aca438fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
diff --git a/NEWS b/NEWS
index 5aef6bdf5..bed351633 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 45a227989..95dde0b67 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 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)