Release 0.10.10
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 28 Jan 2008 23:36:10 +0000 (23:36 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 28 Jan 2008 23:36:10 +0000 (23:36 +0000)
Original commit message from CVS:
Release 0.10.10

ChangeLog
NEWS
RELEASE
common
configure.ac
gst-python.doap

index 7baacdd..e9bd4f5 100644 (file)
--- 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 (file)
--- 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 (file)
--- 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
index 662f544..571dce3 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 662f544d56a6d6ef20b8ea5f56e975f9e139bc78
+Subproject commit 571dce3335f9be76978009b3842c050dbb900e6f
index fed5f58..ffcb97c 100644 (file)
@@ -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)
 
index e776183..9e49e17 100644 (file)
@@ -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>