diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-12-10 16:00:07 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-12-10 16:00:07 +0000 |
commit | d30a9a85b165621f54cbba04ee074d65844d6d4e (patch) | |
tree | dce386c14b8eedaa0f50a2e42c55cbb7eb58dd58 | |
parent | d18b27ce32a88617a2df5ce23b4ceaa9b285ae9c (diff) |
Prepare version 0.21.7telepathy-spec-0.21.7
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | spec/Channel_Interface_SMS.xml | 4 | ||||
-rw-r--r-- | spec/Protocol.xml | 1 | ||||
-rw-r--r-- | spec/all.xml | 2 |
4 files changed, 14 insertions, 6 deletions
@@ -2,17 +2,24 @@ 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.21.7 (UNRELEASED) +telepathy-spec 0.21.7 (2010-12-10) ================================== -… +The "health, safety and Grolsch at work" release. -Changes to stable API: +New stable API: • Add ability to explicitly request an SMS channel to a contact. (danni) • Add AuthenticationTypes Protocol property. (jonny) +• The MessageSent signal should include message-sender etc. (smcv) + +Clarifications: + +• Explicitly forbid message-sender etc. when calling SendMessage, matching + how telepathy-glib behaves (smcv) + Tools changes: • Produce two devhelp index entries for each symbol. (smcv) diff --git a/spec/Channel_Interface_SMS.xml b/spec/Channel_Interface_SMS.xml index 1bb38ca6..4cfe3f2f 100644 --- a/spec/Channel_Interface_SMS.xml +++ b/spec/Channel_Interface_SMS.xml @@ -105,7 +105,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. tp:name-for-bindings="SMS_Channel" type="b" access="read" tp:requestable="yes" tp:immutable="sometimes"> - <tp:added version="UNRELEASED"/> + <tp:added version="0.21.7"/> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>If TRUE, messages sent and received on this channel are transmitted via SMS.</p> @@ -164,7 +164,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <signal name="SMSChannelChanged" tp:name-for-bindings="SMS_Channel_Changed"> - <tp:added version="UNRELEASED"/> + <tp:added version="0.21.7"/> <arg name="SMSChannel" type="b"> <tp:docstring> The new value for <tp:member-ref>SMSChannel</tp:member-ref>. diff --git a/spec/Protocol.xml b/spec/Protocol.xml index fc1b340b..5e2c9b19 100644 --- a/spec/Protocol.xml +++ b/spec/Protocol.xml @@ -435,6 +435,7 @@ allowed=org.freedesktop.Telepathy.Channel.TargetHandle;org.freedesktop.Telepathy <property name="AuthenticationTypes" tp:name-for-bindings="Authentication_Types" access="read" type="as" tp:type="DBus_Interface[]" tp:immutable="yes"> + <tp:added version="0.21.7"/> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A list of D-Bus interfaces which provide information as to what kind of authentication channels can possibly appear diff --git a/spec/all.xml b/spec/all.xml index ea34534a..61a97c79 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.21.6.1</tp:version> +<tp:version>0.21.7</tp:version> <tp:copyright>Copyright © 2005-2010 Collabora Limited</tp:copyright> <tp:copyright>Copyright © 2005-2010 Nokia Corporation</tp:copyright> |