summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-01-31 16:51:37 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-01-31 16:51:37 +0000
commit9e4c9bfcb9664a0290d9693177bd46c524c41d4e (patch)
tree1545127e19cb13176a664ce352ef32de6e7eccaf
parent468e10172ab2ac61c05a4b6adda93bc33c7b9730 (diff)
Releasing 0.10.7gst-python-0.10.7
Original commit message from CVS: Releasing 0.10.7
-rw-r--r--ChangeLog9
-rw-r--r--NEWS11
-rw-r--r--RELEASE32
-rw-r--r--configure.ac2
4 files changed, 26 insertions, 28 deletions
diff --git a/ChangeLog b/ChangeLog
index ad546380b0..654885569d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+=== release 0.10.7 ===
+
+2007-01-31 <>
+
+ * configure.ac:
+ * NEWS:
+ * RELEASE:
+ releasing 0.10.7, "You want to feel sorry for yourself, don't you ?"
+
2007-01-29 Edward Hervey <edward@fluendo.com>
* codegen/codegen.py:
diff --git a/NEWS b/NEWS
index 27ba842eeb..7b350c4964 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
-This is GStreamer Python Bindings 0.10.6, ""You're not very subtle, but you are
-effective"
+This is GStreamer Python Bindings 0.10.7, "You want to feel sorry for yourself, Don't you ?"
+
+Changes since 0.10.6:
+ * Threadsafe fix
+
+Bugs fixed since 0.10.6:
+
+ * 383805 : segfault with videobalance
+ * 401051 : Fails to build with gst-plugins-base < 0.10.11
Changes since 0.10.5:
diff --git a/RELEASE b/RELEASE
index ba8764410a..c1354ad582 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,6 +1,5 @@
-Release notes for GStreamer Python bindings 0.10.6 "You're not very subtle, but
-you are effective"
+Release notes for GStreamer Python bindings 0.10.7 "You want to feel sorry for yourself, Don't you ?"
@@ -15,28 +14,16 @@ It is, however, parallel installable with the 0.8.x series.
+
Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
- * Can now build without requiring pygtk and its dependencies
- * installation fixes
Bugs fixed in this release
-
- * 355150 : Expose GST_PARAM_CONTROLLABLE in the bindings
- * 343980 : import gst crash python
- * 346190 : allow build/install without pygtk (ie pygobject)
- * 349623 : Build failure due to "discards qualifiers from pointer ta...
- * 359375 : variable 'interface' results in syntax error with MingW
- * 362011 : [patch] Indentation typo in examples/bps.py
- * 362183 : Please remove examples/gst123
- * 362202 : [patch] A replacement of examples/vorbisplay.py for 0.10
- * 362272 : [patch] Ports examples/audioconcat.py to 0.10
- * 362290 : [patch] Ports examples/cp.py to 0.10
- * 371969 : [Discoverer] Issues with demuxers that don't create pads ...
- * 348416 : remuxer example should use normal seek
- * 349107 : gst.BaseSrc can't negotiate with ffmpegcolorspace
+
+ * 383805 : segfault with videobalance
+ * 401051 : Fails to build with gst-plugins-base < 0.10.11
Download
@@ -66,12 +53,7 @@ Applications
Contributors to this release
- * Andy Wingo
* Edward Hervey
- * Jan Schmidt
- * Jason Gerard DeRose
- * Michael Smith
- * Rene Stadler
* Thomas Vander Stichele
- * Tim-Philipp Müller
-
+ * Tim-Philipp Müller
+  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index c73e5ddcf7..4a238332ce 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.6.3,
+AC_INIT(GStreamer Python Bindings, 0.10.7,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)