releasing 0.10.0 RELEASE-0_10_0
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 5 Dec 2005 18:00:41 +0000 (18:00 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 5 Dec 2005 18:00:41 +0000 (18:00 +0000)
Original commit message from CVS:
releasing 0.10.0

ChangeLog
NEWS
RELEASE
configure.ac

index 56b7fcf..1375e9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),
diff --git a/NEWS b/NEWS
index d9bc172..dccaae8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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:
 
diff --git a/RELEASE b/RELEASE
index 5b4a8a8..b283ab8 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -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
index 352af3d..7b51a51 100644 (file)
@@ -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