summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-11-24 15:27:57 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-24 15:31:55 +0000
commit03ff6d8645aaed47f8477f94bc663bb9f43bade7 (patch)
tree41b306fa877d3ca7d140ba2a6b36286381bc683c
parentaf57815a1891f07f20ad2e4930e3cbf231e69234 (diff)
Conn.I.Addressing: replace DRAFT with a version number.
This makes it possible to undraft the interface without breaking everyone.
-rw-r--r--spec/spec/Connection_Interface_Addressing.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/spec/Connection_Interface_Addressing.xml b/spec/spec/Connection_Interface_Addressing.xml
index ef9df3eee..fe3783c2e 100644
--- a/spec/spec/Connection_Interface_Addressing.xml
+++ b/spec/spec/Connection_Interface_Addressing.xml
@@ -16,12 +16,14 @@
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.Addressing.DRAFT"
+ <interface name="org.freedesktop.Telepathy.Connection.Interface.Addressing1"
tp:causes-havoc="experimental">
<tp:requires interface="org.freedesktop.Telepathy.Connection"/>
<tp:requires interface="org.freedesktop.Telepathy.Connection.Interface.Contacts"/>
<tp:added version="0.19.12">(as draft)</tp:added>
<tp:changed version="0.25.1">Both methods now return two dictionaries.</tp:changed>
+ <tp:changed version="0.25.UNRELEASED">Replaced DRAFT with a version number
+ (still keeping the causes-havoc annotation)</tp:changed>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>This interface deals with the multiple address types that can
refer to the same contact, such as vCard fields and URIs.</p>