summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-10-03 00:08:42 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-10-03 00:08:42 +0000
commit94b4bf7f41860e782a9e4a6306712674cb0de8e2 (patch)
treef28b7d2cb0c59566da3592f9379a1d00b508ba4e
parent61bdfdd79aa87422d2b44df899dc9bcb2c794328 (diff)
Release 0.10.13gst-python-0.10.13
Original commit message from CVS: Release 0.10.13
-rw-r--r--ChangeLog7
-rw-r--r--NEWS19
-rw-r--r--RELEASE32
-rw-r--r--configure.ac2
-rw-r--r--gst-python.doap11
5 files changed, 49 insertions, 22 deletions
diff --git a/ChangeLog b/ChangeLog
index fbf204a9fd..11a6a3788f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.13 ===
+
+2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
+
+ * configure.ac:
+ releasing 0.10.13, "Feel The Sun Rise"
+
2008-09-17 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac:
diff --git a/NEWS b/NEWS
index dfadc50b5d..aebe07d165 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
-This is GStreamer Python Bindings 0.10.12, "A Wild Finish"
+This is GStreamer Python Bindings 0.10.13, "Feel The Sun Rise"
+
+Changes since 0.10.12:
+
+ * Updated for GStreamer 0.10.21 API
+ * New examples
+ * Fix double import issues on OS/X
+ * Bug fixes
+
+Bugs fixed since 0.10.12:
+
+ * 553131 : Import modules in correct order
+ * 553134 : Assumes wrong RTLD constants for Linux/MIPS
+ * 461838 : Fails to build on Mac OS X i686 with multiply defined sym...
+ * 517993 : pipeline-tester should not be hardcoded to ALSA
+ * 540221 : Empty GstMiniObject GValues raise a SystemError
+ * 546689 : Add GST_DEBUG_BIN_TO_DOT_FILE* to python bindings
+ * 549450 : caps.append_structure() gives warnings if structure is no...
Changes since 0.10.11:
diff --git a/RELEASE b/RELEASE
index cbf8777cbd..a26e2f32ea 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer Python bindings 0.10.12 "A Wild Finish"
+Release notes for GStreamer Python bindings 0.10.13 "Feel The Sun Rise"
@@ -17,24 +17,20 @@ It is, however, parallel installable with the 0.8.x series.
Features of this release
- * Build fixes
- * make gst.Fraction do simplification like GstFraction does in C
- * Wrap gst_type_find_register
- * Various bug-fixes
+ * Updated for GStreamer 0.10.21 API
+ * New examples
+ * Fix double import issues on OS/X
+ * Bug fixes
Bugs fixed in this release
- * 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()
+ * 553131 : Import modules in correct order
+ * 553134 : Assumes wrong RTLD constants for Linux/MIPS
+ * 461838 : Fails to build on Mac OS X i686 with multiply defined sym...
+ * 517993 : pipeline-tester should not be hardcoded to ALSA
+ * 540221 : Empty GstMiniObject GValues raise a SystemError
+ * 546689 : Add GST_DEBUG_BIN_TO_DOT_FILE* to python bindings
+ * 549450 : caps.append_structure() gives warnings if structure is no...
Download
@@ -64,10 +60,6 @@ Applications
Contributors to this release
- * Alessandro Decina
- * Damien Lespiau
* Edward Hervey
* Jan Schmidt
- * Johan Dahlin
- * Sebastian Dröge
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 0bee7c0936..dc74ddc588 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.12.2,
+AC_INIT(GStreamer Python Bindings, 0.10.13,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)
diff --git a/gst-python.doap b/gst-python.doap
index f0578e840b..2467df007c 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.13</revision>
+ <branch>0.10</branch>
+ <name>Feel The Sun Rise</name>
+ <created>2008-10-02</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.13.tar.bz2" />
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.13.tar.gz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>0.10.12</revision>
<branch>0.10</branch>
<name>A Wild Finish</name>