diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-09-29 13:33:06 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-09-29 13:33:06 +0100 |
commit | 26d68bff3c2d01db47cdccb1c8cbae36c4b431fe (patch) | |
tree | 2507b2e2068007647b2d0bc35636048132794a08 | |
parent | 0c110617b21290737a3ac35f09e37d43fb1fed4f (diff) |
Prepare version 0.21.1telepathy-spec-0.21.1
-rw-r--r-- | NEWS | 33 | ||||
-rw-r--r-- | spec/Connection_Interface_Client_Types.xml | 2 | ||||
-rw-r--r-- | spec/Connection_Interface_Communication_Policy.xml | 1 | ||||
-rw-r--r-- | spec/Connection_Interface_Resources.xml | 2 | ||||
-rw-r--r-- | spec/all.xml | 2 |
5 files changed, 36 insertions, 4 deletions
@@ -2,9 +2,40 @@ 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.1 (UNRELEASED) +telepathy-spec 0.21.1 (2010-09-29) ================================== +The "it's Wednesday, so this must be a spec release" release. + +Changes to stable API: + +• Account.RequestedPresence must not be Unset, Unknown or Error, while + Account.AutomaticPresence must not be any of those or Offline, matching + the behaviour that Mission Control has implemented in practice since + version 5.1.2 (smcv) + +• Account.CurrentPresence now allows a non-empty status or message for + accounts that are offline or don't support SimplePresence (smcv) + +New stable API: + +• Conn.I.ClientTypes is now considered stable, with minor clarifications + since draft 1, and the 'game' and 'sms' client types removed pending + XMPP Registrar inclusion (jonny) + +• The Access_Control_Type enum is a superset of + Rich_Presence_Access_Control_Type, which it will supersede in future + interfaces; similarly, Access_Control supersedes + Rich_Presence_Access_Control (eeejay) + +New experimental API: + +• Conn.I.CommunicationPolicy allows incoming channels from particular + contacts to be forbidden (eeejay) + +• Conn.I.Resources allows connections with multiple resources or points of + presence, such as on XMPP and MSN, to be represented (jonny) + telepathy-spec 0.21.0 (2010-09-22) ================================== diff --git a/spec/Connection_Interface_Client_Types.xml b/spec/Connection_Interface_Client_Types.xml index 0953f942..97908561 100644 --- a/spec/Connection_Interface_Client_Types.xml +++ b/spec/Connection_Interface_Client_Types.xml @@ -18,7 +18,7 @@ License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> </tp:license> <interface name="org.freedesktop.Telepathy.Connection.Interface.ClientTypes"> - <tp:added version="0.21.UNRELEASED">(as stable API)</tp:added> + <tp:added version="0.21.1">(as stable API)</tp:added> <tp:requires interface="org.freedesktop.Telepathy.Connection"/> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> diff --git a/spec/Connection_Interface_Communication_Policy.xml b/spec/Connection_Interface_Communication_Policy.xml index 94d17336..9a92fa04 100644 --- a/spec/Connection_Interface_Communication_Policy.xml +++ b/spec/Connection_Interface_Communication_Policy.xml @@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <interface name="org.freedesktop.Telepathy.Connection.Interface.CommunicationPolicy.DRAFT" tp:causes-havoc="experimental"> + <tp:added version="0.21.1">(draft 1)</tp:added> <tp:requires interface="org.freedesktop.Telepathy.Connection.Interface.SimplePresence"/> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> diff --git a/spec/Connection_Interface_Resources.xml b/spec/Connection_Interface_Resources.xml index 1b504acf..716089cd 100644 --- a/spec/Connection_Interface_Resources.xml +++ b/spec/Connection_Interface_Resources.xml @@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ </tp:license> <interface name="org.freedesktop.Telepathy.Connection.Interface.Resources.DRAFT" tp:causes-havoc="experimental"> - <tp:added version="0.21.UNRELEASED">(as draft)</tp:added> + <tp:added version="0.21.1">(draft 1)</tp:added> <tp:requires interface="org.freedesktop.Telepathy.Connection"/> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> diff --git a/spec/all.xml b/spec/all.xml index 7e31f90f..2709a412 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.0.1</tp:version> +<tp:version>0.21.1</tp:version> <tp:copyright>Copyright © 2005-2010 Collabora Limited</tp:copyright> <tp:copyright>Copyright © 2005-2010 Nokia Corporation</tp:copyright> |