summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-25 18:38:54 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-25 18:38:54 +0100
commit944c69cc5ccb6318312e8139d128f2b7baa886dd (patch)
tree3e721d131f0607e99d7900e5caf7c66b61b49b2d
parentea1d0ca50bc15010beb573d157827ba3561d89ee (diff)
Prepare version 0.21.3telepathy-spec-0.21.3
-rw-r--r--NEWS6
-rw-r--r--spec/Call_Content_Interface_Mute.xml2
-rw-r--r--spec/Call_Stream.xml2
-rw-r--r--spec/Channel_Interface_DTMF.xml6
-rw-r--r--spec/Connection.xml4
-rw-r--r--spec/Connection_Interface_Mail_Notification.xml2
-rw-r--r--spec/Protocol_Interface_Presence.xml2
-rw-r--r--spec/all.xml2
-rw-r--r--spec/errors.xml2
9 files changed, 16 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 9d90d4d5..770e8450 100644
--- a/NEWS
+++ b/NEWS
@@ -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.21.3 (UNRELEASED)
+telepathy-spec 0.21.3 (2010-10-25)
==================================
+The "I used a goto today, gleefully and intentionally" release.
+
New stable API:
• fd.o #27835: Conn.AddClientInterest, Conn.RemoveClientInterest allow
@@ -21,6 +23,8 @@ New stable API:
• fd.o #30088: Protocol.I.Presence is now considered stable, with no
changes since draft 1
+• a new error code, PickedUpElsewhere, used by Call (jonny)
+
Changes to experimental API:
• more changes to Call and its related interfaces (jonny)
diff --git a/spec/Call_Content_Interface_Mute.xml b/spec/Call_Content_Interface_Mute.xml
index 566d1b16..f926e03c 100644
--- a/spec/Call_Content_Interface_Mute.xml
+++ b/spec/Call_Content_Interface_Mute.xml
@@ -64,7 +64,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<method name="SetMuted" tp:name-for-bindings="Set_Muted">
<tp:changed version="0.21.2">renamed from SetMuted to Mute</tp:changed>
- <tp:changed version="0.21.UNRELEASED">renamed back from Mute to SetMuted</tp:changed>
+ <tp:changed version="0.21.3">renamed back from Mute to SetMuted</tp:changed>
<arg direction="in" name="Muted" type="b">
<tp:docstring>
True if the client has muted the content.
diff --git a/spec/Call_Stream.xml b/spec/Call_Stream.xml
index b6939890..1d7b2814 100644
--- a/spec/Call_Stream.xml
+++ b/spec/Call_Stream.xml
@@ -97,7 +97,7 @@
<signal name="RemoteMembersChanged"
tp:name-for-bindings="Remote_Members_Changed">
<tp:changed version="0.21.2">renamed from SendersChanged to MembersChanged</tp:changed>
- <tp:changed version="0.21.UNRELEASED">renamed from MembersChanged to RemoteMembersChanged</tp:changed>
+ <tp:changed version="0.21.3">renamed from MembersChanged to RemoteMembersChanged</tp:changed>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
Emitted when <tp:member-ref>RemoteMembers</tp:member-ref> changes.
</tp:docstring>
diff --git a/spec/Channel_Interface_DTMF.xml b/spec/Channel_Interface_DTMF.xml
index 806d8642..d74ea6fa 100644
--- a/spec/Channel_Interface_DTMF.xml
+++ b/spec/Channel_Interface_DTMF.xml
@@ -129,7 +129,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<method name="MultipleTones" tp:name-for-bindings="Multiple_Tones">
<tp:added version="0.19.6" />
- <tp:changed version="0.21.UNRELEASED">The characters [pPxXwW,] must
+ <tp:changed version="0.21.3">The characters [pPxXwW,] must
also be supported.</tp:changed>
<arg direction="in" name="Tones" type="s">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
@@ -221,7 +221,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<property name="DeferredTones" tp:name-for-bindings="Deferred_Tones"
type="s" access="read">
- <tp:added version="0.21.UNRELEASED" />
+ <tp:added version="0.21.3" />
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>The tones waiting for the user to continue, if any.</p>
@@ -234,7 +234,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</property>
<signal name="TonesDeferred" tp:name-for-bindings="Tones_Deferred">
- <tp:added version="0.21.UNRELEASED" />
+ <tp:added version="0.21.3" />
<arg name="Tones" type="s">
<tp:docstring>The new non-empty value of
<tp:member-ref>DeferredTones</tp:member-ref>.</tp:docstring>
diff --git a/spec/Connection.xml b/spec/Connection.xml
index 063e4f07..fb8cd228 100644
--- a/spec/Connection.xml
+++ b/spec/Connection.xml
@@ -1051,7 +1051,7 @@ USA.</p>
</tp:contact-attribute>
<method name="AddClientInterest" tp:name-for-bindings="Add_Client_Interest">
- <tp:added version="0.21.UNRELEASED"/>
+ <tp:added version="0.21.3"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>Register a client's interest in notifications related to one or
more interfaces.</p>
@@ -1144,7 +1144,7 @@ USA.</p>
<method name="RemoveClientInterest"
tp:name-for-bindings="Remove_Client_Interest">
- <tp:added version="0.21.UNRELEASED"/>
+ <tp:added version="0.21.3"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>Release an interest registered using
<tp:member-ref>AddClientInterest</tp:member-ref>. See that
diff --git a/spec/Connection_Interface_Mail_Notification.xml b/spec/Connection_Interface_Mail_Notification.xml
index 4675cad7..003e255c 100644
--- a/spec/Connection_Interface_Mail_Notification.xml
+++ b/spec/Connection_Interface_Mail_Notification.xml
@@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<interface
name="org.freedesktop.Telepathy.Connection.Interface.MailNotification.DRAFT">
<tp:requires interface="org.freedesktop.Telepathy.Connection"/>
- <tp:added version="0.21.UNRELEASED">(as stable API)</tp:added>
+ <tp:added version="0.21.3">(as stable API)</tp:added>
<tp:flags name="Mail_Notification_Flags" value-prefix="Mail_Notification_Flag" type="u" >
<tp:flag suffix="Supports_Unread_Mail_Count" value="1">
diff --git a/spec/Protocol_Interface_Presence.xml b/spec/Protocol_Interface_Presence.xml
index 314d8d37..ddff3326 100644
--- a/spec/Protocol_Interface_Presence.xml
+++ b/spec/Protocol_Interface_Presence.xml
@@ -21,7 +21,7 @@
</tp:license>
<interface name="org.freedesktop.Telepathy.Protocol.Interface.Presence">
- <tp:added version="0.21.UNRELEASED">(as stable API)</tp:added>
+ <tp:added version="0.21.3">(as stable API)</tp:added>
<tp:requires interface="org.freedesktop.Telepathy.Protocol"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
diff --git a/spec/all.xml b/spec/all.xml
index 2dbe4379..d3f1d851 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.2.1</tp:version>
+<tp:version>0.21.3</tp:version>
<tp:copyright>Copyright © 2005-2010 Collabora Limited</tp:copyright>
<tp:copyright>Copyright © 2005-2010 Nokia Corporation</tp:copyright>
diff --git a/spec/errors.xml b/spec/errors.xml
index 289b8b2d..268087b8 100644
--- a/spec/errors.xml
+++ b/spec/errors.xml
@@ -501,7 +501,7 @@
</tp:error>
<tp:error name="Picked Up Elsewhere">
- <tp:added version="0.21.UNRELEASED"/>
+ <tp:added version="0.21.3"/>
<tp:docstring>
Raised when a call was terminated as a result of the local user
picking up the call on a different resource.