Skip to content
Snippets Groups Projects
Commit 8c90408f authored by Thibault Saunier's avatar Thibault Saunier :cactus:
Browse files

Release 1.2.1

parent 550736eb
No related branches found
Tags mesa-21.3.4
No related merge requests found
=== 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>
......
This is GStreamer overides for PyGobject 1.2.0 release
This is GStreamer overides for PyGobject 1.2.1 release
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
......@@ -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)
......
......@@ -30,12 +30,21 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
</GitRepository>
</repository>
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment