[Ftp-release] ANNOUNCE: telepathy-stream-engine 0.5.3 released

Robert McQueen robert.mcqueen at collabora.co.uk
Thu May 22 09:16:16 PDT 2008


This release was actually tagged and built some time ago, but I wasn't
able to upload/announce during fd.o's SSH key related lockdown. So, here
goes...

Tarball:
http://telepathy.freedesktop.org/releases/stream-engine/telepathy-stream-engine-0.5.3.tar.gz
Signature:
http://telepathy.freedesktop.org/releases/stream-engine/telepathy-stream-engine-0.5.3.tar.gz.asc

The "your call is very important to us, please hold" release. Brought to
you in part from the Severn Tunnel (Twnnel Hafren).

* Guard against CMs emitting SetPlaying and SetHeld redundantly,
  avoiding them triggering resource locking bugs.
* SIGUSR1 now dumps all of the pipelines (audio and video) rather than
  just video.
* Fix build problems with GStreamer < 0.10.16 by conditionally compiling
  the code that dumps the GStreamer pipeling on SIGUSR1.

Full darcs changes follow.

Regards,
Rob

Thu May 15 08:37:23 BST 2008  Robert McQueen
<robert.mcqueen at collabora.co.uk>
  tagged telepathy-stream-engine 0.5.3

Fri May  9 20:35:32 BST 2008  Robert McQueen
<robert.mcqueen at collabora.co.uk>
  * NEWS for 0.5.3 release

Fri May  9 20:25:19 BST 2008  Robert McQueen
<robert.mcqueen at collabora.co.uk>
  * bump version to 0.5.3

Fri May  9 20:18:43 BST 2008  Robert McQueen
<robert.mcqueen at collabora.co.uk>
  * log a debug message when SetPlaying is emitted but has no effect

Fri May  9 20:18:13 BST 2008  Robert McQueen
<robert.mcqueen at collabora.co.uk>
  * log a debug message when SetHeld is emitted but has no effect

Fri May  9 20:17:19 BST 2008  Robert McQueen
<robert.mcqueen at collabora.co.uk>
  * set playing to FALSE in the real (base class) stop_stream method

Thu May  8 19:20:42 BST 2008  Youness Alaoui
<youness.alaoui at collabora.co.uk>
  * Fix GST_INTERFACES configure to not crash by having the 'else' of
PKG_CHECK_MODULES between [], the GST_INTERFACES_LIBS=.. not have a
space between the var and = sign, and but making the value in the = quoted

Tue May  6 17:31:22 BST 2008  Youness Alaoui
<youness.alaoui at collabora.co.uk>
  * priv->playing = FALSE was missing. + fix newline coding-style

Tue May  6 16:47:11 BST 2008  Youness Alaoui
<youness.alaoui at collabora.co.uk>
  * Fix hold branch per smcv's and robot101's reviews

Mon May  5 23:07:02 BST 2008  Youness Alaoui
<youness.alaoui at collabora.co.uk>
  * Don't request resource twice when going to playing or unholding.
Workaround against tp-sofiasip doing twice a set_playing

Tue May  6 22:31:00 BST 2008  Olivier Crete <olivier.crete at collabora.co.uk>
  * Define GST_INTERFACES_* from the correct .pc if it exists, otherwise
use the stuff from gst-plugins-base

Tue May  6 22:29:52 BST 2008  Olivier Crete <olivier.crete at collabora.co.uk>
  * Include stdlib.h in more places to make newer gcc happy

Tue May  6 20:11:24 BST 2008  Olivier Crete <olivier.crete at collabora.co.uk>
  * Order the libs in the right order

Tue May  6 20:01:37 BST 2008  Olivier Crete <olivier.crete at collabora.co.uk>
  * Add forgotten backslash

Tue May  6 18:26:14 BST 2008  Olivier Crete <olivier.crete at collabora.co.uk>
  * Link against lgstinterfaces

Tue May  6 18:24:53 BST 2008  Olivier Crete <olivier.crete at collabora.co.uk>
  * Revert dep back to 0.10.13

Tue Apr 29 17:31:53 BST 2008  Simon McVittie
<simon.mcvittie at collabora.co.uk>
  UNDO: Fix build system so it correctly checks for
gstreamer-interfaces-0.10.pc. Check for gstreamer-plugins-base-0.10.pc
first (but ignore its CFLAGS and LIBS since they're not very relevant to
anyone) so users get a better error message if they don't have g-p-b

Tue May  6 18:22:49 BST 2008  Olivier Crete <olivier.crete at collabora.co.uk>
  * Only compile in GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS if it exists

Tue Apr 29 17:31:53 BST 2008  Simon McVittie
<simon.mcvittie at collabora.co.uk>
  * Fix build system so it correctly checks for
gstreamer-interfaces-0.10.pc. Check for gstreamer-plugins-base-0.10.pc
first (but ignore its CFLAGS and LIBS since they're not very relevant to
anyone) so users get a better error message if they don't have g-p-b

Tue Apr 29 10:54:09 BST 2008  Simon McVittie
<simon.mcvittie at collabora.co.uk>
  * Sort CFLAGS, LIBS according to the policy in
gstreamer/docs/random/moving-plugins - "in stack order, with lowest in
the stack first (so one can link against highest in the stack somewhere
else without picking up everything from the somewhere else)"

Tue Apr 29 10:53:52 BST 2008  Simon McVittie
<simon.mcvittie at collabora.co.uk>
  * Require GStreamer 0.10.16

Tue Apr 29 10:53:38 BST 2008  Simon McVittie
<simon.mcvittie at collabora.co.uk>
  * Bump D-Bus, GLib dependencies to match those of telepathy-glib

Sun Apr 20 22:06:12 BST 2008  Sjoerd Simons <sjoerd at luon.net>
  * Dump the pipelines of all channels instead of the video preview pipeline

Wed Apr 16 14:00:26 BST 2008  Robert McQueen
<robert.mcqueen at collabora.co.uk>
  * add checks and assertions to make sure the request resource signal
is only emitted when the resource is not held, and that free resource is
only emitted when it is

Wed Apr 16 14:00:08 BST 2008  Robert McQueen
<robert.mcqueen at collabora.co.uk>
  * remove un-necessary initialisers (gobjects are 0-filled at construction)

Wed Apr 16 13:53:43 BST 2008  Robert McQueen
<robert.mcqueen at collabora.co.uk>
  * add an assertion to expose if the stream ever tries to request the
resource when it already has it

Tue Apr 15 18:43:30 BST 2008  Robert McQueen
<robert.mcqueen at collabora.co.uk>
  * fix SIGUSR1 dumping video pipeline graph (uninitialised variable)

Sat Apr 12 23:08:44 BST 2008  Robert McQueen
<robert.mcqueen at collabora.co.uk>
  * bump version to 0.5.2.1


More information about the Ftp-release mailing list