Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-05 21:00:41 +0300
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-05 21:00:41 +0300
commita7dabfcfd66845f405649424b13030a2d3fdcaf1 (patch)
tree2a04770e11644fd267798c8d566648bfae5839ac
parentf5ce13df63537a9cd7e82ebd1baf364d9aa07b98 (diff)
releasing 0.10.0gst-libav-0.10.0
Original commit message from CVS: releasing 0.10.0
-rw-r--r--ChangeLog7
-rw-r--r--NEWS2
-rw-r--r--RELEASE13
-rw-r--r--configure.ac2
4 files changed, 14 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 56b7fcf5f6..1375e9cbba 100644
--- 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 d9bc172b4a..dccaae8b9e 100644
--- 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 5b4a8a885c..b283ab80e3 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 352af3d80d..7b51a514eb 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