summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-03-21 00:31:44 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-03-21 00:31:44 +0000
commit355a8d2132d307b27cfdc85d38bd07930960c59c (patch)
tree46658f3197c61bb069a20ee3719c313b099549ef
parent57b45c787decace7dc32296d226f1004bcb8e4fa (diff)
Release 0.10.11gst-python-0.10.11
Original commit message from CVS: Release 0.10.11
-rw-r--r--ChangeLog7
-rw-r--r--NEWS13
-rw-r--r--RELEASE24
m---------common0
-rw-r--r--configure.ac2
-rw-r--r--gst-python.doap11
6 files changed, 40 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b2b1df155..e57cdbbca9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.11 ===
+
+2008-03-21 Jan Schmidt <jan.schmidt@sun.com>
+
+ * configure.ac:
+ releasing 0.10.11, "What I got"
+
2008-03-04 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac:
diff --git a/NEWS b/NEWS
index 25aa52a472..8f044c0750 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
-This is GStreamer Python Bindings 0.10.10, "Destination Overtime"
+This is GStreamer Python Bindings 0.10.11, "What I got"
+
+Changes since 0.10.10:
+
+ * Wrap gst.Pad.start_task
+ * New videomixer example
+ * Various other fixes
+
+Bugs fixed since 0.10.10:
+
+ * 512916 : python_do_pending_calls timer is apparently redundant
+ * 514717 : memleak in Pad.set_blocked_async()
Changes since 0.10.9:
diff --git a/RELEASE b/RELEASE
index 995065e341..2d98907fdb 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer Python bindings 0.10.10 "Destination Overtime"
+Release notes for GStreamer Python bindings 0.10.11 "What I got"
@@ -17,18 +17,14 @@ It is, however, parallel installable with the 0.8.x series.
Features of this release
- * Wrap new API for 0.10.16 GStreamer and Base releases.
- * New gst.pbutils module wraps the gst-plugins-base pbutils library.
- * Rework gst_pad_add_*probe function wrapping to avoid leaks.
- * Various build fixes.
+ * Wrap gst.Pad.start_task
+ * New videomixer example
+ * Various other fixes
Bugs fixed in this release
- * 509522 : New gst-python bindings don't compile with python2.4
- * 472822 : Wrap -base utils helper library
- * 504786 : pad probes leak refs to their data
- * 509766 : generated win32/common/config.h miss some defines
- * 510437 : Build failure due to missing Python.h
+ * 512916 : python_do_pending_calls timer is apparently redundant
+ * 514717 : memleak in Pad.set_blocked_async()
Download
@@ -58,11 +54,9 @@ Applications
Contributors to this release
- * Andy Wingo
+ * Alessandro Decina
* Edward Hervey
* Jan Schmidt
- * Olivier Crete
- * Sebastian Dröge
- * Sebastien Moutte
- * Tim-Philipp Müller
+ * Rene Stadler
+ * Stefan Kost
  \ No newline at end of file
diff --git a/common b/common
-Subproject 081a00a5e25d069b15bb7f6092c8f951462cd8e
+Subproject 170f8e91adc7157f6e708ffa58ca22d10e4e45d
diff --git a/configure.ac b/configure.ac
index 7e25623cb9..4b57dc1f61 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.10.2,
+AC_INIT(GStreamer Python Bindings, 0.10.11,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)
diff --git a/gst-python.doap b/gst-python.doap
index 9e49e17d1a..25512959dc 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.11</revision>
+ <branch>0.10</branch>
+ <name>What I got</name>
+ <created>2008-03-21</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.11.tar.bz2" />
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.11.tar.gz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>0.10.10</revision>
<branch>0.10</branch>
<name>Destination Overtime</name>