summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-28 14:06:21 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-28 14:06:21 +0000
commit9a61ac5af284acf78010ad95ad23d70e8a94488f (patch)
treecfc22163f3f2588dfb59b39d640544994dfcc329
parent2e4782697b145597f3255d3e5640e89c3f367390 (diff)
releasing 0.10.4gst-python-0.10.4
Original commit message from CVS: releasing 0.10.4
-rw-r--r--ChangeLog9
-rw-r--r--NEWS18
-rw-r--r--RELEASE27
-rw-r--r--configure.ac2
4 files changed, 42 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b03c6cd13..04af3f0216 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.4 ===
+
+2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac:
+ releasing 0.10.4, "Alegre"
+
2006-04-19 Andy Wingo <wingo@pobox.com>
* gst/arg-types.py (GstCapsArg.write_const_param)
@@ -93,6 +100,8 @@
(_wrap_gst_get_gst_version): New overrides, functions to access
the gstreamer and pygst versions. The first used to be called
gst_version(); we ignore gst_version now.
+ API: gst.get_gst_version()
+ API: gst.get_pygst_version()
* gst/gstpad.override (_wrap_gst_pad_set_blocked_async):
PyObject_IsTrue, not PyBool_Check. Grr.
diff --git a/NEWS b/NEWS
index 2fadba6791..b283489d13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
-This is GStreamer Python Bindings 0.10.3, "Maybe not today. Maybe not tomorrow, but soon..."
+This is GStreamer Python Bindings 0.10.4, "Alegre"
+
+Changes since 0.10.3:
+
+ * Conditional compile of core API additions
+ * wrapped gst.BaseSrc and gst.PushSrc
+
+Bugs fixed since 0.10.3:
+
+ * 339010 : segfault/undefined behavior with optional GstCaps args
+ * 337876 : TagList does not retreive tags by key if 2 or more tags w...
+
+API added since 0.10.3:
+
+ * gst.get_gst_version()
+ * gst.get_pygst_version()
+
Changes since 0.10.2:
* Backwards compatibility with older GStreamer installations
diff --git a/RELEASE b/RELEASE
index c6c5f68c99..0f0e615dea 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-GStreamer: Release notes for GStreamer Python bindings 0.10.3 "Maybe not today. Maybe not tomorrow, but soon..."
+Release notes for GStreamer Python bindings 0.10.4 "Alegre"
@@ -18,16 +18,21 @@ Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
- * Backwards compatibility with older GStreamer installations
- * Wrapping of new API in GStreamer
- * Bug-fixes and enhancements
+ * Conditional compile of core API additions
+ * wrapped gst.BaseSrc and gst.PushSrc
Bugs fixed in this release
- * 329110 : gst-python sets RTLD_GLOBAL when importing, but doesn't s...
- * 332586 : pygst.require should raise an error based on StandardErro...
- * 333055 : PYGIL_API_IS_BUGGY is already defined in pygobect.h
- * 331616 : gst.version and gst.gst_version differ
+ * 339010 : segfault/undefined behavior with optional GstCaps args
+ * 337876 : TagList does not retreive tags by key if 2 or more tags w...
+
+API changed in this release
+
+
+- API additions:
+
+* gst.get_gst_version()
+* gst.get_pygst_version()
Download
@@ -58,10 +63,8 @@ Applications
Contributors to this release
* Andy Wingo
+ * David I. Lehn
* Edward Hervey
- * Jan Schmidt
- * Joe Wreschnig
- * Michael Smith
+ * Stefan Kost
* Thomas Vander Stichele
- * Zaheer Abbas Merali
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index bbe59ebfa7..52b0dba729 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.3.2,
+AC_INIT(GStreamer Python Bindings, 0.10.4,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)