summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-11-28 09:46:34 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-11-28 09:46:34 +0000
commit1f8e0a3b9b942cc15e26c2608d26b59191d35087 (patch)
tree82b391d1003a28abce52fd72255b8d093a74f624
parenteff1eaf006cef188014580b5990fa863bb9a19c7 (diff)
Releasing 0.10.9gst-python-0.10.9
Original commit message from CVS: Releasing 0.10.9
-rw-r--r--ChangeLog9
-rw-r--r--NEWS12
-rw-r--r--RELEASE36
-rw-r--r--configure.ac2
-rw-r--r--gst-python.doap11
5 files changed, 40 insertions, 30 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d5351c384..c82d89cc60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+=== release 0.10.9 ===
+
+2007-11-28 Edward Hervey <bilboed@bilboed.com>
+
+ * configure.ac:
+ * NEWS:
+ * RELEASE:
+ releasing 0.10.9, "I've heard a lot of stories in my time"
+
2007-11-24 Edward Hervey <bilboed@bilboed.com>
* configure.ac:
diff --git a/NEWS b/NEWS
index 469774caf1..106b3367d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
-This is GStreamer Python Bindings 0.10.8, "This time I know our side will win."
+This is GStreamer Python Bindings 0.10.9, "I've heard a lot of stories in my time"
+
+Changes since 0.10.8
+ * Major crasher fixed when using latest pygobject
+ * Build system for Visual Studio 6
+ * Added wrapping for 0.10.15 gstreamer core/base
+
+Bugs fixed since 0.10.8:
+
+ * 490195 : [gst.URIHandler] interfaces with class-global virtual met...
+ * 425847 : Silently overrides some functions of default module optparse
Changes since 0.10.7:
diff --git a/RELEASE b/RELEASE
index 963a55b3c5..020bf5b9cd 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer Python bindings 0.10.8 "This time I know our side will win."
+Release notes for GStreamer Python bindings 0.10.9 "I've heard a lot of stories in my time"
@@ -17,29 +17,14 @@ It is, however, parallel installable with the 0.8.x series.
Features of this release
- * Parallel installability with 0.8.x series
- * Threadsafe design and API
+ * Major crasher fixed when using latest pygobject
+ * Build system for Visual Studio 6
+ * Added wrapping for 0.10.15 gstreamer core/base
Bugs fixed in this release
- * 398567 : undefined symbol: libxml_xmlDocPtrWrap
- * 343980 : [solaris] import gst crash python
- * 363795 : Impossible to reset a pad to " unnegotiated " from Python
- * 380966 : Discoverer doesn't cope well with demuxers that don't cre...
- * 381243 : No checks are made when converting from gst.Fraction to G...
- * 385841 : Handle gchar** (GStrv) arguments
- * 410838 : gst-python doesn't handle gst.Buffers in GValues (e.g. in...
- * 418222 : New parameter to the discoverer to change the default max...
- * 432521 : [gst-discover] show audio and video length in ms
- * 433375 : [win32] autogenerated win32/common/config.h needed
- * 436620 : get_uri_type methods should return enum objects
- * 446674 : API break
- * 450117 : [PATCH] gst.event_new_custom needs to copy structure as C...
- * 451645 : gst.Buffer.stamp() is broked
- * 454259 : Requestable Pad Segfaults When No Name Is Supplied
- * 376996 : [PATCH] Fully implement GstPropertyProbe interface
- * 415003 : build warnings against python 2.5 on x86_64
- * 428299 : Allow python elements to implement pad queries
+ * 490195 : [gst.URIHandler] interfaces with class-global virtual met...
+ * 425847 : Silently overrides some functions of default module optparse
Download
@@ -69,15 +54,10 @@ Applications
Contributors to this release
- * Aidan Delaney
- * David Schleef
+ * Andy Wingo
* Edward Hervey
* Jan Schmidt
* Johan Dahlin
- * Michael Smith
- * Rene Stadler
- * Sebastien Merle
+ * Sebastien Moutte
* Stefan Kost
- * Tim-Philipp Müller
- * Zaheer Abbas Merali
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 7f20289f9f..f7b17ca5eb 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.8.2,
+AC_INIT(GStreamer Python Bindings, 0.10.9,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)
diff --git a/gst-python.doap b/gst-python.doap
index 844120a9a1..e7761830f0 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.9</revision>
+ <branch>0.10</branch>
+ <name>I've heard a lot of stories in my time</name>
+ <created>2007-11-28</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.9.tar.bz2" />
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.9.tar.gz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>0.10.6</revision>
<branch>0.10</branch>
<name>You're not very subtle, but you are effective</name>