diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-11-21 17:14:21 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-11-21 17:14:21 +0000 |
commit | d1da9d29b357bb8e09b702a4a17b1d2172f6f1a6 (patch) | |
tree | 9818c5bba00df770f17db96684486138e688953d | |
parent | 817baa486fce02bef19f3b80ae0986c97cdbf726 (diff) |
Prepare release 0.17.15telepathy-spec-0.17.15
-rw-r--r-- | NEWS | 33 | ||||
-rw-r--r-- | spec/all.xml | 2 |
2 files changed, 33 insertions, 2 deletions
@@ -2,7 +2,7 @@ This file contains the same edited highlights as the announcement emails. For full details, see the ChangeLog in tarballs, or "git log" in Git checkouts. -telepathy-spec 0.17.15 (UNRELEASED) +telepathy-spec 0.17.15 (2008-11-21) =================================== The "new shipment of groove" release. @@ -12,6 +12,37 @@ API changes: * Account.Nickname is now of type 's', rather than the meaningless 'as'. This matches what was actually implemented in Mission Control 5. +API additions: + +* Introduce the Avatar type (a struct containing a byte array and a MIME type) + and use it on the Account.Interface.Avatar.Avatar property + +Changes to experimental API: + +* Add the sending flags that were in effect to the MessageSent signal, so + Observers can tell whether a delivery report was requested + +* Incoming Messages SHOULD always have a message-received timestamp + +Additions to experimental API: + +* Messages: add delivery-dbus-error, delivery-dbus-error-message + +* Add the Account property to ChannelRequest objects (passed straight through + from CreateChannel and EnsureChannel) + +* Add Channel.Type.FileTransfer, a channel used to send a single file to a + contact + +* Add Channel.Type.StreamTube and Channel.Type.DBusTube, the new "one + channel per tube" version of Tubes + +* Add a use-case description for a channel closing while undispatched + +Fixes: + +* Many enhancements to cross-references and other minor corrections + telepathy-spec 0.17.14 (2008-10-30) =================================== diff --git a/spec/all.xml b/spec/all.xml index b162771c..bf413c9a 100644 --- a/spec/all.xml +++ b/spec/all.xml @@ -3,7 +3,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude"> <tp:title>Telepathy D-Bus Interface Specification</tp:title> -<tp:version>0.17.14.1</tp:version> +<tp:version>0.17.15</tp:version> <tp:copyright>Copyright (C) 2005-2008 Collabora Limited</tp:copyright> <tp:copyright>Copyright (C) 2005-2008 Nokia Corporation</tp:copyright> |