diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-11-10 17:18:45 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-11-10 17:28:34 +0000 |
commit | 526bc0f841f452bf745c339b512bb2e10af963d8 (patch) | |
tree | 14244f8fcf1cdb859b09ccac148f6005f57835e8 | |
parent | af3080ddd94a9653abcb989ad945d2b2bd7c7a9a (diff) |
version 0.25.0telepathy-spec-0.25.0
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | spec/all.xml | 2 |
2 files changed, 22 insertions, 1 deletions
@@ -2,6 +2,27 @@ 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.25.0 (2011-11-10) +================================== + +API additions and clarifications: + +• Channel.Interface.FileTransfer.Metdata has been added. + +• Channel.Interface.Picture has been added. + +• "windows-live" has been added as a known account service name. + +• Channel.Interface.Subject: clarify default values for properties in + the unknown case. + +• RoomConfig: add a PasswordHint property which does what you think it + does. + +• Room: add Creator, CreatorHandle and CreationTimestamp properties. + +• Channel.Type.ContactList has been deprecated. + telepathy-spec 0.24.0 (2011-10-10) ================================== diff --git a/spec/all.xml b/spec/all.xml index f30619df..300f915b 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.24.0.1</tp:version> +<tp:version>0.25.0</tp:version> <tp:copyright>Copyright © 2005-2011 Collabora Limited</tp:copyright> <tp:copyright>Copyright © 2005-2011 Nokia Corporation</tp:copyright> |