Release 1.9.2

This commit is contained in:
Sebastian Dröge 2016-09-01 12:31:42 +03:00
parent fb9bbd83ff
commit ffbb6a65f0
5 changed files with 39 additions and 73 deletions

View file

@ -1,9 +1,25 @@
=== release 1.9.1 === === release 1.9.2 ===
2016-07-06 Sebastian Dröge <slomo@coaxion.net> 2016-09-01 Sebastian Dröge <slomo@coaxion.net>
* configure.ac: * configure.ac:
releasing 1.9.1 releasing 1.9.2
2016-07-06 13:54:19 +0300 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
Back to development
=== release 1.9.1 ===
2016-07-06 13:38:12 +0300 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* gst-python.doap:
Release 1.9.1
2016-03-24 13:34:28 +0200 Sebastian Dröge <sebastian@centricular.com> 2016-03-24 13:34:28 +0200 Sebastian Dröge <sebastian@centricular.com>
@ -207,7 +223,6 @@
2015-04-24 09:37:24 +0200 Thibault Saunier <tsaunier@gnome.org> 2015-04-24 09:37:24 +0200 Thibault Saunier <tsaunier@gnome.org>
* testsuite/Makefile.am: * testsuite/Makefile.am:
* testsuite/old/test_fraction.py:
* testsuite/test_fraction.py: * testsuite/test_fraction.py:
tests: Add test_fraction back in the testsuite tests: Add test_fraction back in the testsuite
Properly porting it and adding a small test about getting fraction Properly porting it and adding a small test about getting fraction
@ -253,33 +268,7 @@
* testsuite/old/testhelpermodule.c: * testsuite/old/testhelpermodule.c:
* testsuite/overrides_hack.py: * testsuite/overrides_hack.py:
* testsuite/runtests.py: * testsuite/runtests.py:
* testsuite/test-object.c:
* testsuite/test-object.h:
* testsuite/test_adapter.py:
* testsuite/test_audio.py:
* testsuite/test_bin.py:
* testsuite/test_buffer.py:
* testsuite/test_bus.py:
* testsuite/test_caps.py:
* testsuite/test_element.py:
* testsuite/test_event.py:
* testsuite/test_fraction.py:
* testsuite/test_ghostpad.py:
* testsuite/test_gst.py: * testsuite/test_gst.py:
* testsuite/test_interface.py:
* testsuite/test_iterator.py:
* testsuite/test_libtag.py:
* testsuite/test_message.py:
* testsuite/test_pad.py:
* testsuite/test_pbutils.py:
* testsuite/test_pipeline.py:
* testsuite/test_registry.py:
* testsuite/test_segment.py:
* testsuite/test_struct.py:
* testsuite/test_taglist.py:
* testsuite/test_typefind.py:
* testsuite/test_xml.py:
* testsuite/testhelpermodule.c:
test: Bring back the testsuite and test if the initialization override works test: Bring back the testsuite and test if the initialization override works
Summary: Summary:
Simplify the Makefile taking example on pitivi and copy several pitivi Simplify the Makefile taking example on pitivi and copy several pitivi
@ -370,39 +359,7 @@
2014-06-05 19:54:13 +0200 Thibault Saunier <tsaunier@gnome.org> 2014-06-05 19:54:13 +0200 Thibault Saunier <tsaunier@gnome.org>
* examples/.gitignore:
* examples/Makefile.am:
* examples/audio-controller.py:
* examples/audioconcat.py:
* examples/bps.py:
* examples/buffer-draw.py:
* examples/cp.py:
* examples/cutter.py:
* examples/debugslider.py:
* examples/decodebin.py:
* examples/f2f.py:
* examples/filesrc.py:
* examples/fvumeter.py:
* examples/gst-discover:
* examples/gstfile.py:
* examples/helloworld.py:
* examples/maemogst.py:
* examples/mixer.py:
* examples/option-parser.py:
* examples/pipeline-tester:
* examples/play.py:
* examples/plugins/python/sinkelement.py: * examples/plugins/python/sinkelement.py:
* examples/pyidentity.py:
* examples/python/sinkelement.py:
* examples/remuxer.py:
* examples/segments.py:
* examples/sinkelement-registry.py:
* examples/sinkelement.py:
* examples/switch.py:
* examples/synchronizer.py:
* examples/tagsetter.py:
* examples/video-controller.py:
* examples/vumeter.py:
* old_examples/.gitignore: * old_examples/.gitignore:
* old_examples/Makefile.am: * old_examples/Makefile.am:
* old_examples/audio-controller.py: * old_examples/audio-controller.py:
@ -1539,7 +1496,6 @@
* configure.ac: * configure.ac:
* gst/Makefile.am: * gst/Makefile.am:
* gst/__init__.py:
* gst/__init__.py.in: * gst/__init__.py.in:
Fix distcheck. Fix distcheck.
Before this change gst/__init__.py wasn't being copied to Before this change gst/__init__.py wasn't being copied to

2
NEWS
View file

@ -1 +1 @@
This is GStreamer 1.9.1 This is GStreamer 1.9.2

15
RELEASE
View file

@ -1,12 +1,13 @@
Release notes for GStreamer Python bindings 1.9.1 Release notes for GStreamer Python bindings 1.9.2
The GStreamer team is pleased to announce the first release of the unstable The GStreamer team is pleased to announce the second release of the unstable
1.9 release series. The 1.9 release series is adding new features on top of 1.9 release series, which marks the feature freeze for 1.10. The 1.9 release
the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and ABI-stable 1.x release series is adding new features on top of the 1.0, 1.2, 1.4, 1.6 and 1.8 series
series of the GStreamer multimedia framework. The unstable 1.9 release series and is part of the API and ABI-stable 1.x release series of the GStreamer
will lead to the stable 1.10 release series in the next weeks. Any newly added multimedia framework. The unstable 1.9 release series will lead to the stable
API can still change until that point. 1.10 release series in the next weeks. Any newly added API can still change
until that point.
Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days. Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.

View file

@ -3,7 +3,7 @@ AC_PREREQ([2.68])
dnl initialize autoconf dnl initialize autoconf
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 !
dnl releases only do Wall, cvs and prerelease does Werror too dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT(GStreamer GObject Introspection overrides for Python , 1.9.1.1, AC_INIT(GStreamer GObject Introspection overrides for Python , 1.9.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python) gst-python)
@ -38,7 +38,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
dnl required versions of other packages dnl required versions of other packages
dnl Note that they are runtime requirements dnl Note that they are runtime requirements
AC_SUBST(GST_REQ, 1.9.1.1) AC_SUBST(GST_REQ, 1.9.2)
AC_SUBST(PYGOBJECT_REQ, 3.0) AC_SUBST(PYGOBJECT_REQ, 3.0)
AC_DISABLE_STATIC AC_DISABLE_STATIC

View file

@ -30,6 +30,15 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
</GitRepository> </GitRepository>
</repository> </repository>
<release>
<Version>
<revision>1.9.2</revision>
<branch>master</branch>
<created>2016-09-01</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.9.2.tar.xz" />
</Version>
</release>
<release> <release>
<Version> <Version>
<revision>1.9.1</revision> <revision>1.9.1</revision>