diff options
-rw-r--r-- | NEWS | 34 | ||||
-rw-r--r-- | spec/all.xml | 2 |
2 files changed, 35 insertions, 1 deletions
@@ -2,6 +2,40 @@ This file contains the same edited highlights as the announcement emails. For full details, see the ChangeLog in tarballs, or "darcs changes" in Darcs checkouts. +telepathy-spec 0.17.6 (2008-05-26) +================================== + +The "GetAll()" release. + +API changes: + +* The core Account interface no longer has an Avatar property, so that clients + can safely call GetAll for properties without flooding the bus with avatars + +API additions: + +* Group interface state is now in terms of properties, so you can use GetAll + to get a full state snapshot: + - Group.GroupFlags property (deprecating GetGroupFlags method) + - Group.SelfHandle property and Group.SelfHandleChanged signal (deprecating + GetSelfHandle method, and adding change-notification) + - Group.HandleOwners property and Group.HandleOwnersChanged signal + (deprecating GetHandleOwners method, and adding change-notification) + - Group.LocalPendingMembers, Group.Members, Group.RemotePendingMembers + properties (deprecating GetMembers, GetLocalPendingMembers, + GetLocalPendingMembersWithInfo, GetRemotePendingMembers and GetAllMembers + methods) +* Account.Interface.Avatar replaces the Account.Avatar property + +Fixes: + +* Messages, DeliveryReporting are correctly marked as experimental + +Tools changes: + +* Correctly pass through HTML attributes into the HTML spec +* Add markup <tp:type>Name_Of_Type</tp:type> which generates HTML links + telepathy-spec 0.17.5 (2008-05-21) ================================== diff --git a/spec/all.xml b/spec/all.xml index 4d30141e..8140ff51 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.5.1</tp:version> +<tp:version>0.17.6</tp:version> <tp:copyright>Copyright (C) 2005-2008 Collabora Limited</tp:copyright> <tp:copyright>Copyright (C) 2005-2008 Nokia Corporation</tp:copyright> |