summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-01-14 13:47:54 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-01-14 13:47:54 +0000
commit6efc09b2c0cc065b0283f599fa3ad48ea1f97712 (patch)
tree5bfa36ad86ba4ea9e9b340e0961be6a534066f9a
parentb36146502307e5e120da1c870b7236848266e51e (diff)
releasing gst-python 0.8.3gst-python-0.8.3
Original commit message from CVS: releasing gst-python 0.8.3
-rw-r--r--ChangeLog7
-rw-r--r--NEWS15
-rw-r--r--RELEASE37
m---------common0
-rw-r--r--configure.ac2
5 files changed, 44 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 9892c22f30..5da2f5972c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.8.3 ===
+
+2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac:
+ releasing 0.8.3, "Nadolig LLawen"
+
2005-12-22 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/extend/Makefile.am:
diff --git a/NEWS b/NEWS
index 4700fdd5a5..c83a2516f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
-This is GStreamer Python 0.8.2, "Another one bites the dust".
+This is GStreamer Python 0.8.3, "Nadolig LLawen"
+
+Changes since 0.8.2:
+
+ * add GStreamer logging support from python
+ * added a gst.extend package
+ * added modules to do jukebox mixed and levelled playback
+ * memleak fixes
+
+Bugs fixed since 0.8.2:
+
+ * 147641 : [docs] pydoc segfaults when viewing gst package doc
+ * 171287 : gst-python leaks
+ * 313415 : current cvs of gst-python ( branch BRANCH-GSTREAMER-0_8 ...
Changes since 0.8.1:
diff --git a/RELEASE b/RELEASE
index 9ff8204578..dca3f091c7 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,25 +1,28 @@
-GStreamer: Release notes for GStreamer Python 0.8.2 "Another one bites the dust"
+GStreamer: Release notes for GStreamer Python 0.8.3 "Nadolig LLawen"
-This is the 0.8.2 release of the GStreamer Python bindings.
-It should be used with the 0.8.x series of GStreamer and GStreamer Plugins.
+This is the 0.8.3 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 third stable 0.8.0 gst-python release, it's now considered
+This is the fourth 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.
Features of this release
- * Fixes for gcc 4
- * Dict-like access to Structure and Caps
- * Access to Buffer and Event fields
- * Access to Element flags
- * Access to Probes
- * Overriding of Object, Element and Bin virtual methods posssible
- * Many memleak fixes
+ * 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 ...
Download
@@ -47,13 +50,17 @@ 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
- * Zaheer Abbas Merali
- * Benjamin Otte
* Thomas Vander Stichele
- * Andy Wingo
+ * Zaheer Abbas Merali
Maintainers
- * Johan Dahlin
+ * Edward Hervey
  \ No newline at end of file
diff --git a/common b/common
-Subproject d1911d4b3d6267f9cd9dfb68fcef2afe4d09809
+Subproject e0b121388ece524c0b7035a72bddd191d122d8b
diff --git a/configure.ac b/configure.ac
index 5b3559fe7e..22905a5ec2 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, 2, 1, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-python, PYGST_VERSION, 0, 8, 3, 0, GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)