mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
Releasing gst-python 0.10.6
Original commit message from CVS: Releasing gst-python 0.10.6
This commit is contained in:
parent
6238a5e687
commit
345a6f7572
3 changed files with 32 additions and 2 deletions
|
@ -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:
|
||||
|
|
24
NEWS
24
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:
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue