diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-05 18:00:41 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-05 18:00:41 +0000 |
commit | a7dabfcfd66845f405649424b13030a2d3fdcaf1 (patch) | |
tree | 2a04770e11644fd267798c8d566648bfae5839ac | |
parent | f5ce13df63537a9cd7e82ebd1baf364d9aa07b98 (diff) |
releasing 0.10.0RELEASE-0_10_0
Original commit message from CVS:
releasing 0.10.0
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | RELEASE | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 14 insertions, 10 deletions
@@ -1,3 +1,10 @@ +=== release 0.10.0 === + +2005-12-05 <thomas (at) apestaart (dot) org> + + * configure.ac: + releasing 0.10.0, "Rocamadour" + 2005-12-05 Andy Wingo <wingo@pobox.com> * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_get_buffer), @@ -1,4 +1,4 @@ -This is GStreamer FFmpeg Plug-ins 0.9.7, "Mein Hund Hat Keine Nase" +This is GStreamer FFmpeg Plug-ins 0.10.0, "Rocamadour" Changes since 0.9.6: @@ -1,13 +1,13 @@ -GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.7 "Mein Hund Hat Keine Nase" +GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.10.0 "Rocamadour" -The GStreamer team is petrified to announce a new release -in the 0.9.x development series of the +The GStreamer team is proud to announce a new release +in the 0.10.x stable series of the GStreamer FFmpeg Plug-ins. -The 0.9.x series is a development series and not recommended for end users. +The 0.10.x series is a stable series targeted at end users. It is not API or ABI compatible with the stable 0.8.x series. It is, however, parallel installable with the 0.8.x series. @@ -35,7 +35,6 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API - * Improved pixel aspect ratio handling Bugs fixed in this release @@ -68,7 +67,5 @@ Applications Contributors to this release - * Julien Moutte - * Thomas Vander Stichele - * Tim-Philipp Müller + * Andy Wingo
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 352af3d..7b51a51 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, 7, 1, +AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 10, 0, 0, GST_CVS="no", GST_CVS="yes") dnl we cheat here so we don't have to change the actual configure code bit |