diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-07-20 17:24:55 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-07-20 17:24:55 +0100 |
commit | fef63aed63162043ccd99c03c43c85fa1e95bc78 (patch) | |
tree | c1f2b041e5d1fce939b6d4995a6d1abd8a77423d | |
parent | 036ffbf1ba516fbb7c22c9ec9670b4edea889bc9 (diff) |
Prepare version 0.19.10telepathy-spec-0.19.10
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | spec/Channel_Type_Contact_Search.xml | 2 | ||||
-rw-r--r-- | spec/Protocol.xml | 2 | ||||
-rw-r--r-- | spec/all.xml | 2 |
4 files changed, 8 insertions, 4 deletions
@@ -2,9 +2,11 @@ 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.19.10 (UNRELEASED) +telepathy-spec 0.19.10 (2010-07-20) =================================== +The “approved by bunny” release. + New stable API: ➡ Channel.Type.ContactSearch is now considered stable. Changes since draft 2: @@ -13,6 +15,8 @@ New stable API: ➡ Protocol objects are now considered stable, with no changes +➡ fd.o #25636: Messages may have a 'supersedes' header + Clarifications: ➡ Various clarifications (wjt): diff --git a/spec/Channel_Type_Contact_Search.xml b/spec/Channel_Type_Contact_Search.xml index 574a4ae8..de58bfcc 100644 --- a/spec/Channel_Type_Contact_Search.xml +++ b/spec/Channel_Type_Contact_Search.xml @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ </tp:license> <interface name="org.freedesktop.Telepathy.Channel.Type.ContactSearch"> <tp:requires interface="org.freedesktop.Telepathy.Channel"/> - <tp:added version="0.17.UNRELEASED"> + <tp:added version="0.19.10"> as stable API. Changes from draft 2: <tp:type>Contact_Search_Result_Map</tp:type> keys are now identifiers rather than handles; consequently, the values need not include diff --git a/spec/Protocol.xml b/spec/Protocol.xml index b285f1e4..91c350f5 100644 --- a/spec/Protocol.xml +++ b/spec/Protocol.xml @@ -21,7 +21,7 @@ </tp:license> <interface name="org.freedesktop.Telepathy.Protocol"> - <tp:added version="0.19.UNRELEASED">(as stable API)</tp:added> + <tp:added version="0.19.10">(as stable API)</tp:added> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>An object representing a protocol for which this <tp:dbus-ref diff --git a/spec/all.xml b/spec/all.xml index 174937b0..9140a1f3 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.19.9.1</tp:version> +<tp:version>0.19.10</tp:version> <tp:copyright>Copyright © 2005-2010 Collabora Limited</tp:copyright> <tp:copyright>Copyright © 2005-2010 Nokia Corporation</tp:copyright> |