summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-03-08 10:45:23 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-03-08 10:45:23 +0000
commit2a1d8d72c8fd665ae075b56c43abbca9f9298f1a (patch)
tree39c4050892d774175ea94008e8d48ea279ffc1cb
parent3df1770d8db38ab96458c88ec0570c40261ab39b (diff)
releasing 0.8.4gst-python-0.8.4
Original commit message from CVS: releasing 0.8.4
-rw-r--r--ChangeLog7
-rw-r--r--NEWS6
-rw-r--r--RELEASE28
m---------common0
-rw-r--r--configure.ac2
5 files changed, 18 insertions, 25 deletions
diff --git a/ChangeLog b/ChangeLog
index 24806e5b35..9c88d5716f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.8.4 ===
+
+2006-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac:
+ releasing 0.8.4, "64 bit is enough for anyone"
+
2006-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/Makefile.am:
diff --git a/NEWS b/NEWS
index c83a2516f8..1431ad702c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-This is GStreamer Python 0.8.3, "Nadolig LLawen"
+This is GStreamer Python 0.8.4, "64 bit is enough for anyone"
+
+Changes since 0.8.3:
+
+ * fix installation on 64-bit machines
Changes since 0.8.2:
diff --git a/RELEASE b/RELEASE
index dca3f091c7..44c982940b 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,28 +1,19 @@
-GStreamer: Release notes for GStreamer Python 0.8.3 "Nadolig LLawen"
+GStreamer: Release notes for GStreamer Python 0.8.4 "64 bit is enough for everyone"
-This is the 0.8.3 release of the GStreamer Python bindings.
+This is the 0.8.4 release of the GStreamer Python bindings.
It should be used with the 0.8.x series of GStreamer and GStreamer Plug-ins.
-This is the fourth stable 0.8.0 gst-python release, it's now considered
+This is the fifth stable 0.8.0 gst-python release, it's now considered
stable and ready to be used in production. It's already being used by
-serveral applications.
+several applications.
Features of this release
- * add GStreamer logging support from python
- * added a gst.extend package
- * added modules to do jukebox mixed and levelled playback
- * memleak fixes
-
-Bugs fixed in this release
-
- * 147641 : [docs] pydoc segfaults when viewing gst package doc
- * 171287 : gst-python leaks
- * 313415 : current cvs of gst-python ( branch BRANCH-GSTREAMER-0_8 ...
+ * fix installation on 64-bit machines
Download
@@ -50,16 +41,7 @@ will create more lists as necessary.
Contributors to this release
- * Andy Wingo
- * Benjamin Otte
- * Edward Hervey
- * Jan Schmidt
- * Johan Dahlin
- * Martin Soto
- * Michael Scherer
- * Richard Hult
* Thomas Vander Stichele
- * Zaheer Abbas Merali
Maintainers
* Edward Hervey
diff --git a/common b/common
-Subproject c09cd18d328f740ac532377fa5605b0f712cc6f
+Subproject d576cc6779aa9555121d4c78ab69cc620fae3e2
diff --git a/configure.ac b/configure.ac
index 4ea79e9e35..bd8f042c86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
-AS_VERSION(gst-python, PYGST_VERSION, 0, 8, 3, 1, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-python, PYGST_VERSION, 0, 8, 4, 0, GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)