diff --git a/ChangeLog b/ChangeLog index aabe9f00ba..6d9a22706c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== gst-python 0.8.3 === + +2005-10-03 Thomas Vander Stichele + + * configure.ac: + Releasing 0.8.3, "For the Virgin" + 2005-10-02 Johan Dahlin * gst/gst.defs: Remove gst_element_*_preroll functions. @@ -630,21 +637,20 @@ by Charles Baudelaire, "L'invitation au voyage" : Mon enfant, ma soeur, - Songe à la douceur - D'aller là-bas vivre ensemble ! - Aimer à loisir, + Songe à la douceur + D'aller là-bas vivre ensemble ! + Aimer à loisir, Aimer et mourir Au pays qui te ressemble ! - Les soleils mouillés - De ces ciels brouillés + Les soleils mouillés + De ces ciels brouillés Pour mon esprit ont les charmes - Si mystérieux - De tes traîtres yeux, - Brillant à travers leurs larmes. + Si mystérieux + De tes traîtres yeux, + Brillant à travers leurs larmes. The rest at the next defs update :) - 2005-07-20 Edward Hervey * gst/pygstvalue.c: @@ -858,7 +864,6 @@ import pygst pygst.require('0.9') import gst - 2005-06-28 Edward Hervey @@ -958,13 +963,13 @@ 2005-06-17 Edward Hervey - * Backport of bugfixes/new features from 0.8 branch to HEAD + * Backport of bugfixes/new features from 0.8 branch to HEAD - * gst/gst.defs: + * gst/gst.defs: * gst/gst-types.defs: - New defs files generated from 0.9 GStreamer + New defs files generated from 0.9 GStreamer - PORTING-TODO will follow + PORTING-TODO will follow 2005-06-17 Andy Wingo @@ -1060,7 +1065,7 @@ 2005-05-03 Benjamin Otte * gst/gstcaps.override: - fix uninitialized warning and refator function + fix uninitialized warning and refactor function 2005-05-03 Benjamin Otte diff --git a/Makefile.am b/Makefile.am index a8de5799bc..f9339cb6ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,4 @@ -UNCONDDIRS = examples gst pkgconfig testsuite -SUBDIRS = \ - $(UNCONDDIRS) -DIST_SUBDIRS = $(UNCONDDIRS) +SUBDIRS = codegen gst examples testsuite pkgconfig EXTRA_DIST = \ ltihooks.py \ diff --git a/RELEASE b/RELEASE index d68e308a89..d66d4da117 100644 --- a/RELEASE +++ b/RELEASE @@ -1,20 +1,24 @@ -GStreamer: Release notes for GStreamer Python 0.7.92 "I stick my neck out for nobody" +GStreamer: Release notes for GStreamer Python bindings 0.9.3 "For the Virgin" -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. +The GStreamer team is petrified to announce a new release +in the 0.9.x development series of the +GStreamer Python Bindings. -This release adds an automated testsuite and some examples as well as -improved coverage and bug fixes. +The 0.9.x series is a development series and not recommended for end users. +It is not API or ABI compatible with the stable 0.8.x series. +It is, however, parallel installable with the 0.8.x series. Features of this release - * automated testsuite - * new video player example - * GstBuffer wrapping + * Parallel installability with 0.8.x series + * Threadsafe design and API + +Bugs fixed in this release + Download @@ -40,8 +44,13 @@ subscribe to the gstreamer-devel list. If there is sufficient interest we will create more lists as necessary. -Maintainers +Applications + +Contributors to this release + * Andy Wingo + * Edward Hervey + * Jan Schmidt * Johan Dahlin - * David Lehn + * Thomas Vander Stichele   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 09bb13440c..7cce225cbc 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, 9, 0, 1, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-python, PYGST_VERSION, 0, 9, 3, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE, $VERSION) @@ -23,9 +23,9 @@ dnl Add parameters for aclocal ACLOCAL="$ACLOCAL -I common/m4 $ACLOCAL_FLAGS" dnl required versions of other packages -AC_SUBST(PYGTK_REQ, 2.4.1) -AC_SUBST(GLIB_REQ, 2.0.0) -AC_SUBST(GTK_REQ, 2.0.0) +AC_SUBST(PYGTK_REQ, 2.6.1) +AC_SUBST(GLIB_REQ, 2.6.0) +AC_SUBST(GTK_REQ, 2.6.0) AC_SUBST(GST_REQ, 0.9.0) @@ -143,8 +143,9 @@ changequote([,])dnl AC_OUTPUT([ Makefile - examples/Makefile + codegen/Makefile gst/Makefile + examples/Makefile pkgconfig/Makefile pkgconfig/gst-python.pc pkgconfig/gst-python-uninstalled.pc diff --git a/examples/Makefile.am b/examples/Makefile.am index 808dc26300..454c578b8e 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -examplesdir = $(pkgdatadir)/examples +examplesdir = $(pkgdatadir)/0.9/examples examples_DATA = \ audio-controller.py \ bps.py \ diff --git a/gst/Makefile.am b/gst/Makefile.am index b2951bb0d7..2c7add5881 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -20,7 +20,7 @@ endif defs_DATA = gst-types.defs \ gst-extrafuncs.defs \ libs.defs -defsdir = $(pkgdatadir)/2.0/defs +defsdir = $(pkgdatadir)/0.9/defs noinst_HEADERS = common.h pygstvalue.h pygstminiobject.h pygstobject.h