diff options
author | Edward Hervey <bilboed@bilboed.com> | 2005-06-21 10:34:36 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2005-06-21 10:34:36 +0000 |
commit | 66bba841e9b3b1bff4cf12bd7e4e2aa0d7f74440 (patch) | |
tree | 8a998c2c3796734b2a086d95c11b8020a411bbd6 | |
parent | a940bda41ce888fad116bf05ae5de7df6af82d84 (diff) |
0.8.2 releaseRELEASE-0_8_2
Original commit message from CVS:
0.8.2 release
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | RELEASE | 28 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 31 insertions, 9 deletions
@@ -1 +1,11 @@ This is GStreamer Python 0.8.2, "Another one bites the dust". + +Changes since 0.8.1: + + * 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 @@ -1,20 +1,25 @@ -GStreamer: Release notes for GStreamer Python 0.7.92 "I stick my neck out for nobody" +GStreamer: Release notes for GStreamer Python 0.8.2 "Another one bites the dust" -This is the 0.7.92 release of the GStreamer Python bindings. +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 release adds an automated testsuite and some examples as well as -improved coverage and bug fixes. +This is the third 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 - * automated testsuite - * new video player example - * GstBuffer wrapping + * 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 Download @@ -40,8 +45,15 @@ subscribe to the gstreamer-devel list. If there is sufficient interest we will create more lists as necessary. +Contributors to this release + + * Edward Hervey + * Richard Hult + * Zaheer Abbas Merali + * Benjamin Otte + * Thomas Vander Stichele + * Andy Wingo Maintainers * Johan Dahlin - * David Lehn
\ No newline at end of file diff --git a/configure.ac b/configure.ac index bb993e0..df94512 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, 1, 2, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-python, PYGST_VERSION, 0, 8, 2, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE, $VERSION) |