Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-06-18 18:50:35 +0400
committerJan Schmidt <thaytan@mad.scientist.com>2008-06-18 18:50:35 +0400
commiteb20ecac9b5d5260f3ac0aeaea80041c2f52655b (patch)
tree1cdb6d1f81058eb57307c284bca9ea6813ed09e0
parentd0899f282d386bd8f65618d8b0bf2dc64b392842 (diff)
Release 0.10.12gst-python-0.10.12
Original commit message from CVS: Release 0.10.12
-rw-r--r--ChangeLog7
-rw-r--r--NEWS17
-rw-r--r--RELEASE27
-rw-r--r--configure.ac2
-rw-r--r--gst-python.doap11
5 files changed, 54 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index a61222a50a..17ad30b98e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.12 ===
+
+2008-06-18 Jan Schmidt <jan.schmidt@sun.com>
+
+ * configure.ac:
+ releasing 0.10.12, "A Wild Finish"
+
2008-06-13 Edward Hervey <edward.hervey@collabora.co.uk>
* configure.ac:
diff --git a/NEWS b/NEWS
index 8f044c0750..dfadc50b5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
-This is GStreamer Python Bindings 0.10.11, "What I got"
+This is GStreamer Python Bindings 0.10.12, "A Wild Finish"
+
+Changes since 0.10.11:
+
+ * Build fixes
+ * make gst.Fraction do simplification like GstFraction does in C
+ * Wrap gst_type_find_register
+ * Various bug-fixes
+
+Bugs fixed since 0.10.11:
+
+ * 529728 : wrap gst_type_find_register
+ * 529731 : release the GIL around gst_element_factory_make
+ * 531697 : wrong indentation
+ * 532809 : gst-python version of gst.Fraction doesn't simplify
+ * 534888 : gst-python refcount error with gst_event_new_tag
Changes since 0.10.10:
diff --git a/RELEASE b/RELEASE
index 2d98907fdb..cbf8777cbd 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer Python bindings 0.10.11 "What I got"
+Release notes for GStreamer Python bindings 0.10.12 "A Wild Finish"
@@ -17,14 +17,24 @@ It is, however, parallel installable with the 0.8.x series.
Features of this release
- * Wrap gst.Pad.start_task
- * New videomixer example
- * Various other fixes
+ * Build fixes
+ * make gst.Fraction do simplification like GstFraction does in C
+ * Wrap gst_type_find_register
+ * Various bug-fixes
Bugs fixed in this release
- * 512916 : python_do_pending_calls timer is apparently redundant
- * 514717 : memleak in Pad.set_blocked_async()
+ * 529728 : wrap gst_type_find_register
+ * 529731 : release the GIL around gst_element_factory_make
+ * 531697 : wrong indentation
+ * 532809 : gst-python version of gst.Fraction doesn't simplify
+ * 534888 : gst-python refcount error with gst_event_new_tag
+
+API changed in this release
+
+- API additions:
+
+* gst.type_find_register()
Download
@@ -55,8 +65,9 @@ Applications
Contributors to this release
* Alessandro Decina
+ * Damien Lespiau
* Edward Hervey
* Jan Schmidt
- * Rene Stadler
- * Stefan Kost
+ * Johan Dahlin
+ * Sebastian Dröge
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index e990ea76e2..f60c90831f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
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 Python Bindings, 0.10.11.3,
+AC_INIT(GStreamer Python Bindings, 0.10.12,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)
diff --git a/gst-python.doap b/gst-python.doap
index 25512959dc..f0578e840b 100644
--- a/gst-python.doap
+++ b/gst-python.doap
@@ -35,6 +35,17 @@ It also comes with a number of examples.
<release>
<Version>
+ <revision>0.10.12</revision>
+ <branch>0.10</branch>
+ <name>A Wild Finish</name>
+ <created>2008-06-18</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.12.tar.bz2" />
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.12.tar.gz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>0.10.11</revision>
<branch>0.10</branch>
<name>What I got</name>