summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-25 15:25:42 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-25 15:25:42 +0100
commit3eebc29fd8295ad11e91ff9042c1c996af62ec63 (patch)
tree440380365d8049df3f84083701e7d2ca2cac9be8
parentf928c12905faa5bc552e69211c643b6ccc9483cd (diff)
Prepare version 0.19.6telepathy-spec-0.19.6
-rw-r--r--NEWS4
-rw-r--r--spec/Call_Content_Interface_Mute.xml2
-rw-r--r--spec/Channel_Dispatch_Operation.xml2
-rw-r--r--spec/Channel_Interface_Anonymity.xml2
-rw-r--r--spec/Channel_Interface_DTMF.xml10
-rw-r--r--spec/Channel_Interface_Service_Point.xml2
-rw-r--r--spec/Connection_Interface_Anonymity.xml2
-rw-r--r--spec/Connection_Interface_Cellular.xml2
-rw-r--r--spec/Connection_Interface_Contact_Groups.xml2
-rw-r--r--spec/Connection_Interface_Contact_List.xml2
-rw-r--r--spec/Connection_Interface_Forwarding.xml2
-rw-r--r--spec/Connection_Interface_Location.xml2
-rw-r--r--spec/Connection_Interface_Service_Point.xml2
-rw-r--r--spec/all.xml2
14 files changed, 20 insertions, 18 deletions
diff --git a/NEWS b/NEWS
index 90a6d339..0ae78776 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.19.6 (UNRELEASED)
+telepathy-spec 0.19.6 (2010-05-25)
==================================
+The "minor bun engine" release.
+
Changes to stable API:
* The Account property must be set when calling AddRequest. This was already
diff --git a/spec/Call_Content_Interface_Mute.xml b/spec/Call_Content_Interface_Mute.xml
index 9f02ae90..eea724f5 100644
--- a/spec/Call_Content_Interface_Mute.xml
+++ b/spec/Call_Content_Interface_Mute.xml
@@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</tp:license>
<interface name="org.freedesktop.Telepathy.Call.Content.Interface.Mute.DRAFT" tp:causes-havoc="experimental">
- <tp:added version="0.19.UNRELEASED">(draft version, not API-stable)</tp:added>
+ <tp:added version="0.19.6">(draft version, not API-stable)</tp:added>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>Interface for calls which may be muted. This only makes sense
diff --git a/spec/Channel_Dispatch_Operation.xml b/spec/Channel_Dispatch_Operation.xml
index f8b084ed..6ec69a67 100644
--- a/spec/Channel_Dispatch_Operation.xml
+++ b/spec/Channel_Dispatch_Operation.xml
@@ -371,7 +371,7 @@
</method>
<method name="HandleWithTime" tp:name-for-bindings="Handle_With_Time">
- <tp:added version="0.19.UNRELEASED">
+ <tp:added version="0.19.6">
At the time of writing, no released implementation of the
Channel Dispatcher implements this method; clients should fall
back to calling <tp:member-ref>HandleWith</tp:member-ref>.
diff --git a/spec/Channel_Interface_Anonymity.xml b/spec/Channel_Interface_Anonymity.xml
index 8fa9cc79..7477f963 100644
--- a/spec/Channel_Interface_Anonymity.xml
+++ b/spec/Channel_Interface_Anonymity.xml
@@ -23,7 +23,7 @@
<interface name="org.freedesktop.Telepathy.Channel.Interface.Anonymity.DRAFT"
tp:causes-havoc="experimental">
- <tp:added version="0.19.UNRELEASED">(draft version, not API-stable)</tp:added>
+ <tp:added version="0.19.6">(draft version, not API-stable)</tp:added>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>Interface for requesting the anonymity modes of a channel
diff --git a/spec/Channel_Interface_DTMF.xml b/spec/Channel_Interface_DTMF.xml
index 106aebae..bd20f6ed 100644
--- a/spec/Channel_Interface_DTMF.xml
+++ b/spec/Channel_Interface_DTMF.xml
@@ -116,7 +116,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<method name="MultipleTones" tp:name-for-bindings="Multiple_Tones">
- <tp:added version="0.19.UNRELEASED" />
+ <tp:added version="0.19.6" />
<arg direction="in" name="Tones" type="s">
<tp:docstring>A string representation of one or more DTMF
events.</tp:docstring>
@@ -160,7 +160,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<property name="CurrentlySendingTones"
tp:name-for-bindings="Currently_Sending_Tones" type="b" access="read">
- <tp:added version="0.19.UNRELEASED" />
+ <tp:added version="0.19.6" />
<tp:docstring>
Indicates whether there are DTMF tones currently being sent in the
channel. If so, the client should wait for
@@ -171,7 +171,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<property name="InitialTones" tp:name-for-bindings="Initial_Tones"
type="s" access="read">
- <tp:added version="0.19.UNRELEASED" />
+ <tp:added version="0.19.6" />
<tp:docstring>
<p>If non-empty in a channel request that will create a new channel,
the connection manager should send the tones immediately after
@@ -183,7 +183,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</property>
<signal name="SendingTones" tp:name-for-bindings="Sending_Tones">
- <tp:added version="0.19.UNRELEASED" />
+ <tp:added version="0.19.6" />
<arg name="Tones" type="s">
<tp:docstring>DTMF string (one or more events) that is to be played.
</tp:docstring>
@@ -199,7 +199,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<signal name="StoppedTones" tp:name-for-bindings="Stopped_Tones">
- <tp:added version="0.19.UNRELEASED" />
+ <tp:added version="0.19.6" />
<arg name="Cancelled" type="b">
<tp:docstring>True if the DTMF tones were actively cancelled via
<tp:member-ref>StopTone</tp:member-ref>.</tp:docstring>
diff --git a/spec/Channel_Interface_Service_Point.xml b/spec/Channel_Interface_Service_Point.xml
index fef72b68..5a0d540e 100644
--- a/spec/Channel_Interface_Service_Point.xml
+++ b/spec/Channel_Interface_Service_Point.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.Channel.Interface.ServicePoint.DRAFT" tp:causes-havoc="experimental">
- <tp:added version="0.19.UNRELEASED">(draft version, not API-stable)</tp:added>
+ <tp:added version="0.19.6">(draft version, not API-stable)</tp:added>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>An interface for channels
diff --git a/spec/Connection_Interface_Anonymity.xml b/spec/Connection_Interface_Anonymity.xml
index a7ff3e66..5426b5d5 100644
--- a/spec/Connection_Interface_Anonymity.xml
+++ b/spec/Connection_Interface_Anonymity.xml
@@ -23,7 +23,7 @@
<interface name="org.freedesktop.Telepathy.Connection.Interface.Anonymity.DRAFT"
tp:causes-havoc="experimental">
- <tp:added version="0.19.UNRELEASED">(draft version, not API-stable)</tp:added>
+ <tp:added version="0.19.6">(draft version, not API-stable)</tp:added>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>An interface to support anonymity settings on a per-connection basis.
diff --git a/spec/Connection_Interface_Cellular.xml b/spec/Connection_Interface_Cellular.xml
index 7bd0e243..c2a25503 100644
--- a/spec/Connection_Interface_Cellular.xml
+++ b/spec/Connection_Interface_Cellular.xml
@@ -23,7 +23,7 @@
<interface name="org.freedesktop.Telepathy.Connection.Interface.Cellular.DRAFT"
tp:causes-havoc="experimental">
- <tp:added version="0.19.UNRELEASED">(draft version, not API-stable)</tp:added>
+ <tp:added version="0.19.6">(draft version, not API-stable)</tp:added>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>This interface is for various cellular things (GSM and/or CDMA) things that
diff --git a/spec/Connection_Interface_Contact_Groups.xml b/spec/Connection_Interface_Contact_Groups.xml
index 901c89d0..35465a76 100644
--- a/spec/Connection_Interface_Contact_Groups.xml
+++ b/spec/Connection_Interface_Contact_Groups.xml
@@ -22,7 +22,7 @@
tp:causes-havoc="experimental">
<tp:requires interface="org.freedesktop.Telepathy.Connection"/>
<tp:requires interface="org.freedesktop.Telepathy.Connection.Interface.ContactList.DRAFT"/>
- <tp:added version="0.19.UNRELEASED">(draft 1)</tp:added>
+ <tp:added version="0.19.6">(draft 1)</tp:added>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>An interface for connections in which contacts can be placed in
diff --git a/spec/Connection_Interface_Contact_List.xml b/spec/Connection_Interface_Contact_List.xml
index 875e970d..3ded8708 100644
--- a/spec/Connection_Interface_Contact_List.xml
+++ b/spec/Connection_Interface_Contact_List.xml
@@ -21,7 +21,7 @@
<interface name="org.freedesktop.Telepathy.Connection.Interface.ContactList.DRAFT"
tp:causes-havoc="experimental">
<tp:requires interface="org.freedesktop.Telepathy.Connection"/>
- <tp:added version="0.19.UNRELEASED">(draft 1)</tp:added>
+ <tp:added version="0.19.6">(draft 1)</tp:added>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>An interface for connections that have any concept of a list of
diff --git a/spec/Connection_Interface_Forwarding.xml b/spec/Connection_Interface_Forwarding.xml
index 092413cf..4c1c1193 100644
--- a/spec/Connection_Interface_Forwarding.xml
+++ b/spec/Connection_Interface_Forwarding.xml
@@ -24,7 +24,7 @@
<interface name="org.freedesktop.Telepathy.Connection.Interface.Forwarding.DRAFT"
tp:causes-havoc="experimental">
- <tp:added version="0.19.UNRELEASED">(draft version, not API-stable)</tp:added>
+ <tp:added version="0.19.6">(draft version, not API-stable)</tp:added>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>This connection interface is for protocols that are capable of
diff --git a/spec/Connection_Interface_Location.xml b/spec/Connection_Interface_Location.xml
index f665d215..6c69a80c 100644
--- a/spec/Connection_Interface_Location.xml
+++ b/spec/Connection_Interface_Location.xml
@@ -395,7 +395,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<property name="SupportedLocationFeatures"
tp:name-for-bindings="Supported_Location_Features"
type="u" tp:type="Location_Features" access="read">
- <tp:added version="UNRELEASED"/>
+ <tp:added version="0.19.6"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
Indicates the Location features supported by this connection. This
property MAY be undefined before <tp:dbus-ref
diff --git a/spec/Connection_Interface_Service_Point.xml b/spec/Connection_Interface_Service_Point.xml
index 1c31f993..b0b34b67 100644
--- a/spec/Connection_Interface_Service_Point.xml
+++ b/spec/Connection_Interface_Service_Point.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.ServicePoint.DRAFT" tp:causes-havoc="experimental">
- <tp:added version="0.19.UNRELEASED">(draft version, not API-stable)</tp:added>
+ <tp:added version="0.19.6">(draft version, not API-stable)</tp:added>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>An interface for connections whose channels may be able to indicate
diff --git a/spec/all.xml b/spec/all.xml
index 8b0d641b..591efb52 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.5.1</tp:version>
+<tp:version>0.19.6</tp:version>
<tp:copyright>Copyright © 2005-2010 Collabora Limited</tp:copyright>
<tp:copyright>Copyright © 2005-2010 Nokia Corporation</tp:copyright>