diff --git a/ChangeLog b/ChangeLog index ddf97d36c7..11a5c458bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,25 @@ -=== release 1.9.1 === +=== release 1.9.2 === -2016-07-06 Sebastian Dröge +2016-09-01 Sebastian Dröge * configure.ac: - releasing 1.9.1 + releasing 1.9.2 + +2016-07-06 13:54:19 +0300 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 1.9.1 === + +2016-07-06 13:38:12 +0300 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-python.doap: + Release 1.9.1 2016-03-24 13:34:28 +0200 Sebastian Dröge @@ -207,7 +223,6 @@ 2015-04-24 09:37:24 +0200 Thibault Saunier * testsuite/Makefile.am: - * testsuite/old/test_fraction.py: * testsuite/test_fraction.py: tests: Add test_fraction back in the testsuite Properly porting it and adding a small test about getting fraction @@ -253,33 +268,7 @@ * testsuite/old/testhelpermodule.c: * testsuite/overrides_hack.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_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 Summary: Simplify the Makefile taking example on pitivi and copy several pitivi @@ -370,39 +359,7 @@ 2014-06-05 19:54:13 +0200 Thibault Saunier - * 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/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/Makefile.am: * old_examples/audio-controller.py: @@ -1539,7 +1496,6 @@ * configure.ac: * gst/Makefile.am: - * gst/__init__.py: * gst/__init__.py.in: Fix distcheck. Before this change gst/__init__.py wasn't being copied to diff --git a/NEWS b/NEWS index 4c3baabdc2..027c01804e 100644 --- a/NEWS +++ b/NEWS @@ -1 +1 @@ -This is GStreamer 1.9.1 +This is GStreamer 1.9.2 diff --git a/RELEASE b/RELEASE index 5df8139538..f3304fd4ef 100644 --- a/RELEASE +++ b/RELEASE @@ -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 -1.9 release series. The 1.9 release series is adding new features on top of -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 of the GStreamer multimedia framework. The unstable 1.9 release series -will lead to the stable 1.10 release series in the next weeks. Any newly added -API can still change until that point. +The GStreamer team is pleased to announce the second release of the unstable +1.9 release series, which marks the feature freeze for 1.10. The 1.9 release +series is adding new features on top of 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 of the GStreamer +multimedia framework. The unstable 1.9 release series will lead to the stable +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. diff --git a/configure.ac b/configure.ac index 3f18c19679..5333e8ce28 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.68]) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! 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, gst-python) @@ -38,7 +38,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4") dnl required versions of other packages 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_DISABLE_STATIC diff --git a/gst-python.doap b/gst-python.doap index 188a51fdb5..6325b4719e 100644 --- a/gst-python.doap +++ b/gst-python.doap @@ -30,6 +30,15 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli + + + 1.9.2 + master + 2016-09-01 + + + + 1.9.1