summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-01-28 23:36:10 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-01-28 23:36:10 +0000
commit52cef107b14f4271a6ac983daf507c0b4ce00dcc (patch)
tree2601b67a1d769eb61c0a7e96ce81c618576623d8
parent65dd6d8fad1357f130de0eba8bef6f9a07843ff6 (diff)
Release 0.10.10RELEASE-0_10_10
Original commit message from CVS: Release 0.10.10
-rw-r--r--ChangeLog7
-rw-r--r--NEWS17
-rw-r--r--RELEASE21
m---------common0
-rw-r--r--configure.ac2
-rw-r--r--gst-python.doap11
6 files changed, 48 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 7baacdd..e9bd4f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.10 ===
+
+2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
+
+ * configure.ac:
+ releasing 0.10.10, "Destination Overtime"
+
2008-01-21 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac:
diff --git a/NEWS b/NEWS
index 106b336..25aa52a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
-This is GStreamer Python Bindings 0.10.9, "I've heard a lot of stories in my time"
+This is GStreamer Python Bindings 0.10.10, "Destination Overtime"
+
+Changes since 0.10.9:
+
+ * 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.
+
+Bugs fixed since 0.10.9:
+
+ * 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
Changes since 0.10.8
* Major crasher fixed when using latest pygobject
diff --git a/RELEASE b/RELEASE
index 020bf5b..995065e 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer Python bindings 0.10.9 "I've heard a lot of stories in my time"
+Release notes for GStreamer Python bindings 0.10.10 "Destination Overtime"
@@ -17,14 +17,18 @@ It is, however, parallel installable with the 0.8.x series.
Features of this release
- * Major crasher fixed when using latest pygobject
- * Build system for Visual Studio 6
- * Added wrapping for 0.10.15 gstreamer core/base
+ * 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.
Bugs fixed in this release
- * 490195 : [gst.URIHandler] interfaces with class-global virtual met...
- * 425847 : Silently overrides some functions of default module optparse
+ * 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
Download
@@ -57,7 +61,8 @@ Contributors to this release
* Andy Wingo
* Edward Hervey
* Jan Schmidt
- * Johan Dahlin
+ * Olivier Crete
+ * Sebastian Dröge
* Sebastien Moutte
- * Stefan Kost
+ * Tim-Philipp Müller
  \ No newline at end of file
diff --git a/common b/common
-Subproject 662f544d56a6d6ef20b8ea5f56e975f9e139bc7
+Subproject 571dce3335f9be76978009b3842c050dbb900e6
diff --git a/configure.ac b/configure.ac
index fed5f58..ffcb97c 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.9.4,
+AC_INIT(GStreamer Python Bindings, 0.10.10,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)
diff --git a/gst-python.doap b/gst-python.doap
index e776183..9e49e17 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.10</revision>
+ <branch>0.10</branch>
+ <name>Destination Overtime</name>
+ <created>2008-01-28</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.10.tar.bz2" />
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.10.tar.gz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>0.10.9</revision>
<branch>0.10</branch>
<name>I've heard a lot of stories in my time</name>