summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-01-16 20:59:29 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-01-16 20:59:29 +0000
commit75e8d867cf3ef1320246f4ccfb6ff9b8f5361ce8 (patch)
tree123b6acf98a9a8734928fa16ec14b839aef794bd
parentc4d718a9913f51796d73fcb0b57702b95c7cae69 (diff)
releasing 0.10.2gst-python-0.10.2
Original commit message from CVS: releasing 0.10.2
-rw-r--r--ChangeLog7
-rw-r--r--NEWS13
-rw-r--r--RELEASE21
-rw-r--r--configure.ac2
4 files changed, 24 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index d50af3fed7..79cf22cdb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.2 ===
+
+2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac:
+ releasing 0.10.2, "And if the devil is six"
+
2006-01-13 Edward Hervey <edward@fluendo.com>
* gst/gstlibs.override:
diff --git a/NEWS b/NEWS
index 78a8bde125..4c140f1890 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
-This is GStreamer Python Bindings 0.10.1, "Krisimas Yakanaka"
+This is GStreamer Python Bindings 0.10.2, "And if the devil is six"
+
+Changes since 0.10.1:
+
+ * Parallel installability with 0.8.x series
+ * Threadsafe design and API
+ * allow fractions in structures
+ * added vmethods for base classes
+
+Bugs fixed since 0.10.1:
+
+ * 325459 : Fractions cannot be used as values for gst.Structure fileds
Changes since 0.10.0:
diff --git a/RELEASE b/RELEASE
index 86078ac871..c92ef3b1c0 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-GStreamer: Release notes for GStreamer Python bindings 0.10.1 "Krisimas Yakanaka"
+GStreamer: Release notes for GStreamer Python bindings 0.10.2 "And if the devil is six"
@@ -18,23 +18,12 @@ Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
- * added discoverer
- * updated for core API additions
+ * allow fractions in structures
+ * added vmethods for base classes
Bugs fixed in this release
-
-API changed in this release
-
-
-- API additions:
-
-* gst.extend.discoverer
-* wrapped gst_version()
-* wrapped gst_type_find_factory_get_list()
-* wrapped gst_mixer_options_get_values()
-* wrapped gst_dp_*()
-* wrapped gst_element_factory_get_static_pad_templates()
+ * 325459 : Fractions cannot be used as values for gst.Structure fileds
Download
@@ -64,8 +53,6 @@ Applications
Contributors to this release
- * Andy Wingo
* Edward Hervey
* Martin Soto
- * Thomas Vander Stichele
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index ae5d73c2c8..51bf622300 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
-AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 1, 2,
+AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 2, 0,
GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)