diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2015-09-25 12:01:24 +0200 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2015-09-25 12:01:24 +0200 |
commit | 736cc553f4ccdf41dd0725d806ec2a2801fbb987 (patch) | |
tree | ce5f23decf1797059e84ab4c4ef38c9b12045d95 | |
parent | 1d02193f47aa294b53cf9cb0ba480865d93330a6 (diff) |
Release 1.6.01.6.0
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | RELEASE | 26 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | gst-python.doap | 9 |
5 files changed, 39 insertions, 23 deletions
@@ -1,9 +1,26 @@ +=== release 1.6.0 === + +2015-09-25 Thibault Saunier <tsaunier@gnome.org> + + * configure.ac: + releasing 1.6.0 + +2015-06-24 17:44:44 +0200 Thibault Saunier <tsaunier@gnome.org> + + * configure.ac: + Back to development + === release 1.5.2 === -2015-06-24 Thibault Saunier <tsaunier@gnome.org> +2015-06-24 17:44:30 +0200 Thibault Saunier <tsaunier@gnome.org> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.5.2 + * gst-python.doap: + * testsuite/__init__.py: + Release 1.5.2 2015-04-24 10:35:14 +0200 Thibault Saunier <tsaunier@gnome.org> @@ -1 +1 @@ -This is GStreamer overrides for PyGobject 1.5.2 release +This is GStreamer overrides for PyGobject 1.6.0 release @@ -1,19 +1,10 @@ +Release notes for GStreamer Python bindings 1.6.0 -Release notes for GStreamer Python bindings 1.5.2 +The GStreamer team is pleased to announce the first release of +the stable 1.4 release series. +There were no bugs fixed in this release -The GStreamer team is proud to announce a new development release -in the 1.5.x stable series of the GstPython PyGObject overrides. - - - - -Features of this release - - -Bugs fixed in this release - - * 738157 : Same plugin name used for Python 3 and Python 2 plugins in Python ==== Download ==== @@ -47,11 +38,10 @@ from there (see link above). Interested developers of the core library, plugins, and applications should subscribe to the gstreamer-devel list. - + Applications - + Contributors to this release - - * Sebastian Dröge + * Thibault Saunier -
\ No newline at end of file + diff --git a/configure.ac b/configure.ac index e0ae711..d482d4e 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.5.2.1, +AC_INIT(GStreamer GObject Introspection overrides for Python , 1.6.0, 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.5.1) +AC_SUBST(GST_REQ, 1.6.0) AC_SUBST(PYGOBJECT_REQ, 3.0) AC_DISABLE_STATIC diff --git a/gst-python.doap b/gst-python.doap index d1edda4..04cd67a 100644 --- a/gst-python.doap +++ b/gst-python.doap @@ -32,6 +32,15 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli <release> <Version> + <revision>1.6.0</revision> + <branch>1.6</branch> + <created>2015-09-25</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.6.0.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.5.2</revision> <branch>1.5</branch> <created>2015-06-24</created> |