Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-12-04 20:19:44 +0300
committerEdward Hervey <bilboed@bilboed.com>2006-12-04 20:19:44 +0300
commit345a6f7572e705dba267966713d4ac5884ba2a5b (patch)
treeb13d42d2f2e4f25233088c1c7fa018a28f70d874
parent6238a5e687a874c9a1a810f7b0134bbb04e2bc8c (diff)
Releasing gst-python 0.10.6gst-python-0.10.6
Original commit message from CVS: Releasing gst-python 0.10.6
-rw-r--r--ChangeLog8
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
3 files changed, 32 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b2ba51fa7..8e5ffaf908 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+=== release 0.10.6 ===
+
+2006-12-04 Edward Hervey <edward@fluendo.com>
+
+ * configure.ac:
+ * NEWS:
+ releasing 0.10.6, "You're not very subtle, but you are effective"
+
2006-12-01 Edward Hervey <edward@fluendo.com>
* configure.ac:
diff --git a/NEWS b/NEWS
index 673c4b480b..27ba842eeb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
-This is GStreamer Python Bindings 0.10.5, "My Little Poney wants some Funk"
+This is GStreamer Python Bindings 0.10.6, ""You're not very subtle, but you are
+effective"
+
+Changes since 0.10.5:
+
+ * Can now build without requiring pygtk and its dependencies
+ * installation fixes
+
+Bugs fixed since 0.10.5:
+
+ * 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
Changes since 0.10.4:
diff --git a/configure.ac b/configure.ac
index f290127eac..0b12601402 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.5.4,
+AC_INIT(GStreamer Python Bindings, 0.10.6,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)