summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2014-04-26 11:03:57 +0200
committerThibault Saunier <tsaunier@gnome.org>2014-04-26 11:14:16 +0200
commit8c90408f1bbce1d25541438ce5547ad84f4af329 (patch)
tree2c1daacd7367517ad1b6e4c57e73292a9988d597
parent550736eb648052e51636af0f57861fc8595b1e7c (diff)
Release 1.2.1gst-python-1.2.1
-rw-r--r--ChangeLog47
-rw-r--r--NEWS2
-rw-r--r--RELEASE25
-rw-r--r--configure.ac2
-rw-r--r--gst-python.doap11
5 files changed, 65 insertions, 22 deletions
diff --git a/ChangeLog b/ChangeLog
index cae1000bcf..bf5635d569 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
diff --git a/NEWS b/NEWS
index 98b1a4b3a2..b3b94d4081 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1 @@
-This is GStreamer overides for PyGobject 1.2.0 release
+This is GStreamer overides for PyGobject 1.2.1 release
diff --git a/RELEASE b/RELEASE
index 33d887a1cc..d52411f780 100644
--- a/RELEASE
+++ b/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 5182e1e3cf..83fdab24fe 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 2659de865c..73906b7eb6 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>