diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-01-14 13:47:54 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-01-14 13:47:54 +0000 |
commit | 6efc09b2c0cc065b0283f599fa3ad48ea1f97712 (patch) | |
tree | 5bfa36ad86ba4ea9e9b340e0961be6a534066f9a | |
parent | b36146502307e5e120da1c870b7236848266e51e (diff) |
releasing gst-python 0.8.3RELEASE-0_8_3
Original commit message from CVS:
releasing gst-python 0.8.3
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | RELEASE | 37 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 2 |
5 files changed, 44 insertions, 17 deletions
@@ -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: @@ -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: @@ -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 5b3559f..22905a5 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) |