summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent65dd6d8fad1357f130de0eba8bef6f9a07843ff6 (diff)
Release 0.10.10RELEASE-0_10_10
Original commit message from CVS: Release 0.10.10
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
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