diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-24 12:32:03 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-24 12:51:42 +0200 |
commit | b41aec1d80235edd32750db277a998e0eb7fafc3 (patch) | |
tree | 4ad24c8edb78b0d56d635969954b702df246add5 | |
parent | 32a73cb194c31bbc60371e521272bc8a3b25649a (diff) |
0.27.2telepathy-spec-0.27.2
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | spec/Connection.xml | 6 | ||||
-rw-r--r-- | spec/all.xml | 2 |
3 files changed, 15 insertions, 4 deletions
@@ -2,6 +2,17 @@ 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.27.2 (2013-09-24) +================================== + +API additions and clarifications: + +• The Connection.SelfID property has been added containing the identifier of + the user on the connection. + +• The Connection.SelfHandleChanged signal has been deprecated and replaced + by the new Connection.SelfContactChanged signal. + telepathy-spec 0.27.1 (2013-09-16) ================================== diff --git a/spec/Connection.xml b/spec/Connection.xml index ed024378..ef862b4b 100644 --- a/spec/Connection.xml +++ b/spec/Connection.xml @@ -145,7 +145,7 @@ USA.</p> <tp:added version="0.17.10">Clients MAY assume that if the SelfHandle property exists, this signal will be emitted when necessary.</tp:added> - <tp:deprecated version="0.UNRELEASED">Use SelfContactChanged to get the + <tp:deprecated version="0.27.2">Use SelfContactChanged to get the new SelfID at the same time</tp:deprecated> <arg type="u" tp:type="Contact_Handle" name="Self_Handle"> @@ -164,7 +164,7 @@ USA.</p> is not yet in the CONNECTED state, this signal is not guaranteed to be emitted. </tp:docstring> - <tp:added version="0.UNRELEASED">Clients MAY assume that if the + <tp:added version="0.27.2">Clients MAY assume that if the SelfHandle and SelfID property exists, this signal will be emitted when necessary.</tp:added> @@ -206,7 +206,7 @@ USA.</p> If the connection is not yet in the CONNECTED state, the value of this property MAY be empty string. </tp:docstring> - <tp:added version="0.UNRELEASED"/> + <tp:added version="0.27.2"/> </property> <method name="GetSelfHandle" tp:name-for-bindings="Get_Self_Handle"> diff --git a/spec/all.xml b/spec/all.xml index 57d2d4f6..e1c8647e 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.27.1.1</tp:version> +<tp:version>0.27.2</tp:version> <tp:copyright>Copyright © 2005-2012 Collabora Limited</tp:copyright> <tp:copyright>Copyright © 2005-2011 Nokia Corporation</tp:copyright> |