|
From: <th...@ke...> - 2009-01-19 23:18:43
|
CVS Root: /cvs/gstreamer
Module: gst-python
Changes by: thaytan
Date: Mon Jan 19 2009 23:18:40 UTC
Log message:
Release 0.10.14
Modified files:
. : ChangeLog NEWS RELEASE configure.ac
gst-python.doap
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-python/ChangeLog.diff?r1=1.710&r2=1.711
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-python/NEWS.diff?r1=1.23&r2=1.24
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-python/RELEASE.diff?r1=1.19&r2=1.20
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-python/configure.ac.diff?r1=1.181&r2=1.182
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-python/gst-python.doap.diff?r1=1.6&r2=1.7
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-python/ChangeLog,v
retrieving revision 1.710
retrieving revision 1.711
diff -u -d -r1.710 -r1.711
--- ChangeLog 9 Jan 2009 23:45:35 -0000 1.710
+++ ChangeLog 19 Jan 2009 23:18:25 -0000 1.711
@@ -1,3 +1,10 @@
+=== release 0.10.14 ===
+
+2009-01-19 Jan Schmidt <jan...@su...>
+ * configure.ac:
+ releasing 0.10.14, "you better think"
2009-01-09 Jan Schmidt <jan...@su...>
* configure.ac:
Index: NEWS
RCS file: /cvs/gstreamer/gst-python/NEWS,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- NEWS 3 Oct 2008 00:08:42 -0000 1.23
+++ NEWS 19 Jan 2009 23:18:25 -0000 1.24
@@ -1,4 +1,23 @@
-This is GStreamer Python Bindings 0.10.13, "Feel The Sun Rise"
+This is GStreamer Python Bindings 0.10.14, "You Better Think"
+Changes since 0.10.13:
+ * Handle keep-refcount for GBoxed arguments
+ * Mark gst.message* that take ownership of the gst.Structure/gst.TagList
+ * Wrap new API in Core and Base
+ * Various other bug fixes and improvements
+
+Bugs fixed since 0.10.13:
+ * 543961 : Memory leak in gst.Bin.do_handle_message
+ * 553131 : Import modules in correct order
+ * 553134 : Assumes wrong RTLD constants for Linux/MIPS
+ * 554545 : gst.Pad methods that return a new buffer as function argu...
+ * 556054 : codegen: Add 'keep-refcount' handling for GBoxed arguments
+ * 559406 : Add proxy for gst_base_transform_transform_size
+ * 559768 : Fix gst-python on systems that don't support RTLD_GLOBAL ...
+ * 564580 : Memory leak in gst.Structure.keys()
+ * 566903 : gst.Pad.iterate_internal_links may raise critical warning...
Changes since 0.10.12:
Index: RELEASE
RCS file: /cvs/gstreamer/gst-python/RELEASE,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- RELEASE 3 Oct 2008 00:08:42 -0000 1.19
+++ RELEASE 19 Jan 2009 23:18:25 -0000 1.20
@@ -1,5 +1,5 @@
-Release notes for GStreamer Python bindings 0.10.13 "Feel The Sun Rise"
+Release notes for GStreamer Python bindings 0.10.14 "you better think"
@@ -17,20 +17,22 @@
Features of this release
- * Updated for GStreamer 0.10.21 API
- * New examples
- * Fix double import issues on OS/X
- * Bug fixes
+ * Various other bug fixes and improvements
Bugs fixed in this release
* 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
@@ -60,6 +62,11 @@
Contributors to this release
+ * Alessandro Decina
+ * Alexander Wirt
* Edward Hervey
* Jan Schmidt
+ * Sebastian Dröge
+ * Thiemo Seufer
+ * Vincent GENIEUX
Â
\ No newline at end of file
Index: configure.ac
RCS file: /cvs/gstreamer/gst-python/configure.ac,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- configure.ac 9 Jan 2009 23:45:36 -0000 1.181
+++ configure.ac 19 Jan 2009 23:18:25 -0000 1.182
@@ -3,7 +3,7 @@
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.13.3,
+AC_INIT(GStreamer Python Bindings, 0.10.14,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)
Index: gst-python.doap
RCS file: /cvs/gstreamer/gst-python/gst-python.doap,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gst-python.doap 3 Oct 2008 00:08:42 -0000 1.6
+++ gst-python.doap 19 Jan 2009 23:18:26 -0000 1.7
@@ -35,6 +35,17 @@
<release>
<Version>
+ <revision>0.10.14</revision>
+ <branch>0.10</branch>
+ <name>You Better Think</name>
+ <created>2009-01-19</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.14.tar.bz2" />
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.14.tar.gz" />
+ </Version>
+ </release>
+ <release>
+ <Version>
<revision>0.10.13</revision>
<branch>0.10</branch>
<name>Feel The Sun Rise</name>
|