diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-04-26 11:03:57 +0200 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2014-04-26 11:14:16 +0200 |
commit | 8c90408f1bbce1d25541438ce5547ad84f4af329 (patch) | |
tree | 2c1daacd7367517ad1b6e4c57e73292a9988d597 | |
parent | 550736eb648052e51636af0f57861fc8595b1e7c (diff) |
Release 1.2.11.2.1
-rw-r--r-- | ChangeLog | 47 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | RELEASE | 25 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gst-python.doap | 11 |
5 files changed, 65 insertions, 22 deletions
@@ -1,9 +1,50 @@ -=== release 1.2.0 === +=== release 1.2.1 === -2014-03-15 Thibault Saunier <tsaunier@gnome.org> +2014-04-26 Thibault Saunier <tsaunier@gnome.org> * configure.ac: - releasing 1.2.0 + releasing 1.2.1 + +2014-04-26 11:03:57 +0200 Thibault Saunier <tsaunier@gnome.org> + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-python.doap: + Release 1.2.1 + +2014-03-23 10:34:10 +0100 Lubosz Sarnecki <lubosz@gmail.com> + + * gi/overrides/Gst.py: + python3: apply pep 238 for division overload + Python 3 needs an __truediv__ operator method, used in GstFraction. + see: http://legacy.python.org/dev/peps/pep-0238/ + https://bugzilla.gnome.org/show_bug.cgi?id=726920 + +2014-04-01 09:53:21 +0200 Thibault Saunier <tsaunier@gnome.org> + + * gi/overrides/Gst.py: + overrides: Import the _gi_gst module relative + We always expect it to be in the same directory and it fixes its import + with python3 + https://bugzilla.gnome.org/show_bug.cgi?id=726921 + +2014-03-29 14:51:39 +0100 Sebastian Dröge <sebastian@centricular.com> + + * configure.ac: + * gi/overrides/Makefile.am: + Fix extension of native Python module + When building debug modules this e.g. has to be _d.so instead of just .so + +2014-03-15 18:02:45 +0100 Thibault Saunier <tsaunier@gnome.org> + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-python.doap: + Release 1.2.0 2014-03-15 12:40:32 +0100 Thibault Saunier <tsaunier@gnome.org> @@ -1 +1 @@ -This is GStreamer overides for PyGobject 1.2.0 release +This is GStreamer overides for PyGobject 1.2.1 release @@ -1,19 +1,20 @@ -Release notes for GStreamer Python bindings 1.2 +Release notes for GStreamer Python bindings 1.2.1 - The GStreamer team is proud to announce the first stable release - of the 1.X serie of the gst-python overrides for the PyGObject - runtime bindings. +The GStreamer team is proud to announce a new bug-fix release +in the 1.x stable series of the GStreamer Python Bindings. Features of this release - * Python 3.3 support + * Work with python 3.3 -There were no bugs fixed in this release - +Bugs fixed in this release + + * 726920 : Apply pep 238 for division overload for Python 3 + * 726921 : Python 3: Fraction cannot be set as value in Caps ==== Download ==== @@ -52,15 +53,7 @@ Applications Contributors to this release - * Alessandro Decina - * Andoni Morales Alastruey - * George McCollister - * Mark Nauwelaerts - * Olivier Crête - * René Stadler + * Lubosz Sarnecki * Sebastian Dröge - * Simon Farnsworth - * Stefan Sauer * Thibault Saunier - * Tim-Philipp Müller
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 5182e1e..83fdab2 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.60) 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.2.0, +AC_INIT(GStreamer GObject Introspection overrides for Python , 1.2.1, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python) diff --git a/gst-python.doap b/gst-python.doap index 2659de8..73906b7 100644 --- a/gst-python.doap +++ b/gst-python.doap @@ -32,10 +32,19 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli <release> <Version> + <revision>1.2.1</revision> + <branch>1.2.1</branch> + <created>2014-04-26</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.2.1.tar.gz" /> + </Version> + </release> + + <release> + <Version> <revision>1.2.0</revision> <branch>1.2.0</branch> <created>2014-03-15</created> - <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.2.0.tar.xz" /> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.2.0.tar.gz" /> </Version> </release> |