summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-26 16:55:55 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-26 16:55:55 +0000
commit9ed2deae458bc79c6821c928c260dbbf55c83b9b (patch)
tree79d3520eb5bd3abb8253e1ba19ac8e29e520e774
parentec7f21a1e5059e87b2c4c04e3edc6268c44b3024 (diff)
Prepare release 0.17.6telepathy-spec-0.17.6
-rw-r--r--NEWS34
-rw-r--r--spec/all.xml2
2 files changed, 35 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d13a5c19..c7abf6fb 100644
--- a/NEWS
+++ b/NEWS
@@ -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>