release time

Original commit message from CVS:
release time
This commit is contained in:
Thomas Vander Stichele 2005-10-03 17:52:07 +00:00
parent 089fdbaf22
commit a7a73930ff
6 changed files with 48 additions and 36 deletions

View file

@ -1,3 +1,10 @@
=== gst-python 0.8.3 ===
2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
Releasing 0.8.3, "For the Virgin"
2005-10-02 Johan Dahlin <johan@gnome.org> 2005-10-02 Johan Dahlin <johan@gnome.org>
* gst/gst.defs: Remove gst_element_*_preroll functions. * gst/gst.defs: Remove gst_element_*_preroll functions.
@ -630,21 +637,20 @@
by Charles Baudelaire, "L'invitation au voyage" : by Charles Baudelaire, "L'invitation au voyage" :
Mon enfant, ma soeur, Mon enfant, ma soeur,
Songe à la douceur Songe à la douceur
D'aller là-bas vivre ensemble ! D'aller là-bas vivre ensemble !
Aimer à loisir, Aimer à loisir,
Aimer et mourir Aimer et mourir
Au pays qui te ressemble ! Au pays qui te ressemble !
Les soleils mouillés Les soleils mouillés
De ces ciels brouillés De ces ciels brouillés
Pour mon esprit ont les charmes Pour mon esprit ont les charmes
Si mystérieux Si mystérieux
De tes traîtres yeux, De tes traîtres yeux,
Brillant à travers leurs larmes. Brillant à travers leurs larmes.
The rest at the next defs update :) The rest at the next defs update :)
2005-07-20 Edward Hervey <edward@fluendo.com> 2005-07-20 Edward Hervey <edward@fluendo.com>
* gst/pygstvalue.c: * gst/pygstvalue.c:
@ -858,7 +864,6 @@
import pygst import pygst
pygst.require('0.9') pygst.require('0.9')
import gst import gst
2005-06-28 Edward Hervey <edward@fluendo.com> 2005-06-28 Edward Hervey <edward@fluendo.com>
@ -958,13 +963,13 @@
2005-06-17 Edward Hervey <bilboed@bilboed.com> 2005-06-17 Edward Hervey <bilboed@bilboed.com>
* 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: * 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 <wingo@pobox.com> 2005-06-17 Andy Wingo <wingo@pobox.com>
@ -1060,7 +1065,7 @@
2005-05-03 Benjamin Otte <in7y118@public.uni-hamburg.de> 2005-05-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
* gst/gstcaps.override: * gst/gstcaps.override:
fix uninitialized warning and refator function fix uninitialized warning and refactor function
2005-05-03 Benjamin Otte <in7y118@public.uni-hamburg.de> 2005-05-03 Benjamin Otte <in7y118@public.uni-hamburg.de>

View file

@ -1,7 +1,4 @@
UNCONDDIRS = examples gst pkgconfig testsuite SUBDIRS = codegen gst examples testsuite pkgconfig
SUBDIRS = \
$(UNCONDDIRS)
DIST_SUBDIRS = $(UNCONDDIRS)
EXTRA_DIST = \ EXTRA_DIST = \
ltihooks.py \ ltihooks.py \

29
RELEASE
View file

@ -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. The GStreamer team is petrified to announce a new release
It should be used with the 0.8.x series of GStreamer and GStreamer Plugins. in the 0.9.x development series of the
GStreamer Python Bindings.
This release adds an automated testsuite and some examples as well as The 0.9.x series is a development series and not recommended for end users.
improved coverage and bug fixes. 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 Features of this release
* automated testsuite * Parallel installability with 0.8.x series
* new video player example * Threadsafe design and API
* GstBuffer wrapping
Bugs fixed in this release
Download Download
@ -40,8 +44,13 @@ subscribe to the gstreamer-devel list. If there is sufficient interest we
will create more lists as necessary. will create more lists as necessary.
Maintainers Applications
Contributors to this release
* Andy Wingo
* Edward Hervey
* Jan Schmidt
* Johan Dahlin * Johan Dahlin
* David Lehn * Thomas Vander Stichele
   

View file

@ -8,7 +8,7 @@ dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right ! 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) AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
@ -23,9 +23,9 @@ dnl Add parameters for aclocal
ACLOCAL="$ACLOCAL -I common/m4 $ACLOCAL_FLAGS" ACLOCAL="$ACLOCAL -I common/m4 $ACLOCAL_FLAGS"
dnl required versions of other packages dnl required versions of other packages
AC_SUBST(PYGTK_REQ, 2.4.1) AC_SUBST(PYGTK_REQ, 2.6.1)
AC_SUBST(GLIB_REQ, 2.0.0) AC_SUBST(GLIB_REQ, 2.6.0)
AC_SUBST(GTK_REQ, 2.0.0) AC_SUBST(GTK_REQ, 2.6.0)
AC_SUBST(GST_REQ, 0.9.0) AC_SUBST(GST_REQ, 0.9.0)
@ -143,8 +143,9 @@ changequote([,])dnl
AC_OUTPUT([ AC_OUTPUT([
Makefile Makefile
examples/Makefile codegen/Makefile
gst/Makefile gst/Makefile
examples/Makefile
pkgconfig/Makefile pkgconfig/Makefile
pkgconfig/gst-python.pc pkgconfig/gst-python.pc
pkgconfig/gst-python-uninstalled.pc pkgconfig/gst-python-uninstalled.pc

View file

@ -1,4 +1,4 @@
examplesdir = $(pkgdatadir)/examples examplesdir = $(pkgdatadir)/0.9/examples
examples_DATA = \ examples_DATA = \
audio-controller.py \ audio-controller.py \
bps.py \ bps.py \

View file

@ -20,7 +20,7 @@ endif
defs_DATA = gst-types.defs \ defs_DATA = gst-types.defs \
gst-extrafuncs.defs \ gst-extrafuncs.defs \
libs.defs libs.defs
defsdir = $(pkgdatadir)/2.0/defs defsdir = $(pkgdatadir)/0.9/defs
noinst_HEADERS = common.h pygstvalue.h pygstminiobject.h pygstobject.h noinst_HEADERS = common.h pygstvalue.h pygstminiobject.h pygstobject.h