summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-23 19:58:15 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-23 19:58:15 +0000
commitf849df0457db9da113612acc2a957f3c7bc97b76 (patch)
tree89b4ba1d2f11716f5d83b814166677ba2128103a
parentb6a91dafbc4ecdb7cda8d5cf2a8ff24dc64bd276 (diff)
releasing 0.9.6RELEASE-0_9_6
Original commit message from CVS: releasing 0.9.6
-rw-r--r--ChangeLog15
-rw-r--r--NEWS2
-rw-r--r--RELEASE8
-rw-r--r--configure.ac2
4 files changed, 17 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index dec8164..9db4ec2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.9.6 ===
+
+2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac:
+ releasing 0.9.6, "Cold Cat"
+
2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame):
@@ -12,16 +19,16 @@
* HACKING:
* ext/ffmpeg/gstffmpegcolorspace.c:
- Remove mentions of ffmpegcolorspace now that it's in
- gst-plugins-base
+ Remove mentions of ffmpegcolorspace now that it's in
+ gst-plugins-base
* ext/ffmpeg/Makefile.am:
- Link to gstreamer libraries
+ Link to gstreamer libraries
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_pixfmt):
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
(gst_ffmpegdec_close), (gst_ffmpegdec_setcaps),
(gst_ffmpegdec_negotiate), (gst_ffmpegdec_frame):
- Convert to fractional framerate
+ Convert to fractional framerate
2005-11-22 Andy Wingo <wingo@pobox.com>
diff --git a/NEWS b/NEWS
index c748ba4..65d5fbd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-This is GStreamer FFmpeg Plug-ins 0.9.5, "Sound Of Silence"
+This is GStreamer FFmpeg Plug-ins 0.9.6, "Cold Cat"
Changes since 0.9.4:
diff --git a/RELEASE b/RELEASE
index 303d995..523455b 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.5 "Sound Of Silence"
+GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.6 "Cold Cat"
The GStreamer team is petrified to announce a new release
@@ -35,7 +35,6 @@ Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
- * DivX fix
Bugs fixed in this release
@@ -68,8 +67,9 @@ Applications
Contributors to this release
- * Edward Hervey
- * Ronald S. Bultje
+ * Andy Wingo
+ * Jan Schmidt
+ * Luca Ognibene
* Thomas Vander Stichele
* Tim-Philipp Müller
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index bfb0ea0..62c17a4 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, 5, 1,
+AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 9, 6, 0,
GST_CVS="no", GST_CVS="yes")
dnl we cheat here so we don't have to change the actual configure code bit