summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-06-21 10:19:02 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-06-21 10:19:02 +0000
commit128c00ddf7f90ae8630873c2a185545b042375aa (patch)
tree4ae3c955d26f90caef67d06548762b6e5106a1f3
parentf8cd96db16f29bd81b93c02765074f772fe3f75e (diff)
Original commit message from CVS: releasing
-rw-r--r--Makefile.am1
-rw-r--r--RELEASE47
2 files changed, 48 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 556abd0e0b..7c1a4bd4db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,6 +14,7 @@ EXTRA_DIST = \
gst-python.spec.in \
gst-python.spec \
README-docs \
+ RELEASE \
examples/gst/bps.py \
examples/gst/cp.py \
examples/gst/dvdplay.py \
diff --git a/RELEASE b/RELEASE
new file mode 100644
index 0000000000..d68e308a89
--- /dev/null
+++ b/RELEASE
@@ -0,0 +1,47 @@
+
+GStreamer: Release notes for GStreamer Python 0.7.92 "I stick my neck out for nobody"
+
+
+This is the 0.7.92 release of the GStreamer Python bindings.
+It should be used with the 0.8.x series of GStreamer and GStreamer Plugins.
+
+
+This release adds an automated testsuite and some examples as well as
+improved coverage and bug fixes.
+
+
+Features of this release
+
+ * automated testsuite
+ * new video player example
+ * GstBuffer wrapping
+
+Download
+
+You can find source releases of gst-python in the download directory:
+http://gstreamer.freedesktop.org/src/gst-python/
+
+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.
+
+
+Maintainers
+
+ * Johan Dahlin
+ * David Lehn
+  \ No newline at end of file