summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-11 19:39:44 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-11 19:39:44 +0000
commit1dc1a88585564e159b77d3e74ddcb66490331260 (patch)
tree2b6435cae21f2e8a7fa6fdd54d0322e2c44a8c53
parent7460a44fabcb323aa8c271588ee39e536c2cc2e1 (diff)
releasing 0.9.5gst-libav-0.9.5
Original commit message from CVS: releasing 0.9.5
-rw-r--r--ChangeLog7
-rw-r--r--NEWS6
-rw-r--r--RELEASE7
-rw-r--r--configure.ac2
4 files changed, 18 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a909b32768..8a7ad8dba6 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, "Sound Of Silence"
+
2005-11-11 Edward Hervey <edward@fluendo.com>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_get_buffer),
diff --git a/NEWS b/NEWS
index 91c9f3ce88..c748ba4eeb 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,5 @@
-This is GStreamer FFMpeg 0.9.4, "Triceratops"
+This is GStreamer FFmpeg Plug-ins 0.9.5, "Sound Of Silence"
+
+Changes since 0.9.4:
+
+ * DivX fix
diff --git a/RELEASE b/RELEASE
index 7ed7477cb6..303d99526f 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.4 "Triceratops"
+GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.5 "Sound Of Silence"
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
+ * DivX fix
Bugs fixed in this release
@@ -67,6 +68,8 @@ Applications
Contributors to this release
+ * Edward Hervey
+ * Ronald S. Bultje
* Thomas Vander Stichele
- * Wim Taymans
+ * Tim-Philipp Müller
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 9ca848b831..ef844ed49c 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-ffmpeg, GST_FFMPEG_VERSION, 0, 9, 4, 1,
+AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 9, 5, 0,
GST_CVS="no", GST_CVS="yes")
dnl we cheat here so we don't have to change the actual configure code bit