releasing RELEASE-0_8_0
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 16 Mar 2004 13:09:23 +0000 (13:09 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 16 Mar 2004 13:09:23 +0000 (13:09 +0000)
Original commit message from CVS:
releasing

AUTHORS
ChangeLog
Makefile.am
NEWS
RELEASE [new file with mode: 0644]
configure.ac

diff --git a/AUTHORS b/AUTHORS
index e69de29..3f1dfbd 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -0,0 +1 @@
+Ronald Bultje
index e2b45a8..5d014e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+=== gst-ffmpeg 0.8.0 ===
+
+2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * configure.ac: release 0.8.0, "In Buildings"
+
 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * gst-libs/ext/ffmpeg/.pc/cvsignore/doc/.cvsignore:
index 53247ae..5096e2c 100644 (file)
@@ -1,5 +1,6 @@
 SUBDIRS = gst-libs ext
-EXTRA_DIST=gst-ffmpeg.spec
+EXTRA_DIST=gst-ffmpeg.spec depcomp \
+       AUTHORS COPYING NEWS README ChangeLog
 
 # to do a release, run "make release"
 # this will generate all archives and md5sums
diff --git a/NEWS b/NEWS
index e69de29..7830273 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1 @@
+This is GStreamer FFmpeg 0.8.0
diff --git a/RELEASE b/RELEASE
new file mode 100644 (file)
index 0000000..f675b0e
--- /dev/null
+++ b/RELEASE
@@ -0,0 +1,51 @@
+
+GStreamer: Release notes for GStreamer FFmpeg 0.8.0 "In Buildings"
+        
+
+The GStreamer team is happy to announce the first stable release of the
+FFmpeg-based GStreamer plugin.
+
+
+This module is separated from GStreamer Plugins for easier maintenance
+and decoupled release cycles.
+Our CVS contains both the patched source code to FFmpeg, as well as the
+set of patches against upstream CVS, so we can send patches upstream
+regularly from our modifications.
+
+  
+Features of this release
+    
+      * codecs for most popular formats
+      * optimized colorspace conversion
+
+Download
+
+You find source releases of gst-ffmpeg in the download directory:
+http://gstreamer.freedesktop.org/src/gst-ffmpeg/
+
+GStreamer Homepage
+
+More details can be found on the project's website:
+http://gstreamer.freedesktop.org/
+
+Support and Bugs
+
+We use GNOME's bugzilla for bug reports and feature requests:
+http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
+
+Developers
+
+CVS is hosted on cvs.freedesktop.org.
+All code is in CVS and can be checked out from there.
+Interested developers of the core library, plug-ins, and applications should
+subscribe to the gstreamer-devel list. If there is sufficient interest we
+will create more lists as necessary.
+
+        
+Contributors to this release
+    
+      * Ronald Bultje
+      * Benjamin Otte
+      * David Schleef
+      * Thomas Vander Stichele
index c4279b8..9450a0f 100644 (file)
@@ -12,12 +12,12 @@ 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, 7, 1, 1, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 0, 0, GST_CVS="no", GST_CVS="yes")
 dnl we cheat here so we don't have to change the actual configure code bit
 GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO
 
 dnl required GStreamer version
-GST_REQ=0.7.5
+GST_REQ=0.8.0
 
 AM_INIT_AUTOMAKE($PACKAGE,$VERSION)