diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-05-07 15:26:34 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-05-07 15:26:34 +0100 |
commit | 5948c41b2eedd30a77b3088caea3607438792bd9 (patch) | |
tree | f56c6772a85078263923c4f5cc40f92ee60f9c08 /NEWS | |
parent | 3bd147f4572f1bd523d89ce1fa7b400497554c3b (diff) |
More NEWS for 0.7.27
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -12,10 +12,26 @@ Enhancements: * Use ContactCapabilities draft to communicate file transfer support. * Implement latest tube new API DRAFT. {Offer,Accept}{DBus,Stream}Tube methods and the StreamTubeNewConnection signal have been renamed. +* The build system now uses Shave to produce kernel-style easy-to-read + output from make. (You need to explicitly enable this with + ./configure --enable-shave.) +* It is now possible to request StreamedMedia channels with audio and/or + video from the start, using the InitialAudio and InitialVideo + properties, and to see from a channel's immutable properties (as also + seen in NewChannels) whether it (initially) contained audio and/or + video. (References fd.o#20830.) Fixes: * Include private D-Bus tube and muc tube channels in Requests's Channels property. +* StreamedMedia channels' group flags are now more spec-compliant. + (Fixes fd.o#20578.) +* When a contact doesn't have an alias, their full JID is used as the + fallback, rather than the local part. (Fixes fd.o#21295.) +* When setting an avatar fails, an appropriate error is now emitted. + (Fixes fd.o#20442 (not #20422 as the git history claims).) +* The lifecycles of several Jingle-related objects have been cleared up, + fixing a number of Jingle crashes. telepathy-gabble 0.7.26 (2009-04-08) ==================================== |