diff options
-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> |