diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-09 14:58:42 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-09 15:01:14 +0200 |
commit | f5c94a44de0013990ad6754b92ead72882efdefa (patch) | |
tree | 538550549fc6aea18653b7d4d8903767c51bab2c | |
parent | 13214250f1ca26b36b8ec4201722b38588ffe159 (diff) |
prepare 0.23.1telepathy-spec-0.23.1
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | spec/Channel_Dispatcher.xml | 4 | ||||
-rw-r--r-- | spec/Channel_Interface_SMS.xml | 2 | ||||
-rw-r--r-- | spec/all.xml | 2 |
4 files changed, 20 insertions, 5 deletions
@@ -2,9 +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.22.4 (UNRELEASED) +telepathy-spec 0.23.1 (2011-05-09) ================================== +This first release in the 0.23 development branch contains all the fixes and +additions from 0.22.3. + +Enhancements: + +• Channel.Interface.SMS.GetSMSLength() to allow SMS message chunking to be + shown to the user. (Danni) + +• ChannelDispatcher.DelegateChannels() to move channels between handlers. + (fdo #25293, Guillaume) + +• ChannelDispatcher.PresentChannel(): convenient API to re-ensure an existing + channel. (fdo #25293, Guillaume) + + telepathy-spec 0.22.3 (2011-05-09) ================================== diff --git a/spec/Channel_Dispatcher.xml b/spec/Channel_Dispatcher.xml index caeb22b8..2de52800 100644 --- a/spec/Channel_Dispatcher.xml +++ b/spec/Channel_Dispatcher.xml @@ -571,7 +571,7 @@ <method name="DelegateChannels" tp:name-for-bindings="Delegate_Channels"> - <tp:added version="0.23.UNRELEASED" /> + <tp:added version="0.23.1" /> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>Called by a <tp:dbus-ref namespace="org.freedesktop.Telepathy.Client">Handler</tp:dbus-ref> @@ -652,7 +652,7 @@ <method name="PresentChannel" tp:name-for-bindings="Present_Channel"> - <tp:added version="0.23.UNRELEASED" /> + <tp:added version="0.23.1" /> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>Equivalent of calling <tp:dbus-ref namespace="org.freedesktop.Telepathy.ChannelDispatcher">EnsureChannel</tp:dbus-ref> diff --git a/spec/Channel_Interface_SMS.xml b/spec/Channel_Interface_SMS.xml index 2a6b6c4e..480a2a77 100644 --- a/spec/Channel_Interface_SMS.xml +++ b/spec/Channel_Interface_SMS.xml @@ -208,7 +208,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <method name="GetSMSLength" tp:name-for-bindings="Get_SMS_Length"> - <tp:added version="UNRELEASED"/> + <tp:added version="0.23.1"/> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>Returns the number of 140 octet chunks required to send a message diff --git a/spec/all.xml b/spec/all.xml index 6952c800..e23c6c6f 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.22.3.1</tp:version> +<tp:version>0.23.1</tp:version> <tp:copyright>Copyright © 2005-2011 Collabora Limited</tp:copyright> <tp:copyright>Copyright © 2005-2011 Nokia Corporation</tp:copyright> |