summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-28 11:54:11 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-28 11:54:11 +0100
commit7a772e3aa1523fce46ce21f085a13269a6183cd2 (patch)
tree4f2eaa611c900b9e1d3cd56238b04a4a8f6e8722
parent3deb4f94fe62bd554a88f89980d0dff21ee2ad98 (diff)
0.27.3
-rw-r--r--NEWS5
-rw-r--r--spec/Channel_Type_File_Transfer.xml2
-rw-r--r--spec/Connection_Interface_IRC_Command1.xml2
-rw-r--r--spec/Connection_Interface_Renaming.xml2
-rw-r--r--spec/Connection_Interface_Sidecars1.xml3
-rw-r--r--spec/all.xml2
6 files changed, 11 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 731c1331..a7d32572 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ 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.27.3 (UNRELEASED)
+telepathy-spec 0.27.3 (2013-10-28)
==================================
The “Not lamp” release.
@@ -20,6 +20,9 @@ New stable API:
• Conn.I.Sidecars1, as implemented under a different interface name
in telepathy-gabble and telepathy-salut
+• Conn.I.IRC_Command1, a new interface to send arbitrary IRC commands to the
+ server
+
telepathy-spec 0.27.2 (2013-09-24)
==================================
diff --git a/spec/Channel_Type_File_Transfer.xml b/spec/Channel_Type_File_Transfer.xml
index 420f6fa5..493ac54f 100644
--- a/spec/Channel_Type_File_Transfer.xml
+++ b/spec/Channel_Type_File_Transfer.xml
@@ -581,7 +581,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<property name="FileCollection" tp:name-for-bindings="File_Collection"
type="s" access="read">
- <tp:added version="0.UNRELEASED"/>
+ <tp:added version="0.27.3"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>The collection of files to which this channel belongs,
or the empty string if this channel does not belong to
diff --git a/spec/Connection_Interface_IRC_Command1.xml b/spec/Connection_Interface_IRC_Command1.xml
index 1de53969..864f1fa8 100644
--- a/spec/Connection_Interface_IRC_Command1.xml
+++ b/spec/Connection_Interface_IRC_Command1.xml
@@ -19,6 +19,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<interface name="org.freedesktop.Telepathy.Connection.Interface.IRCCommand1"
tp:causes-havoc='not well-tested'>
<tp:requires interface="org.freedesktop.Telepathy.Connection"/>
+ <tp:added version="0.27.3"/>
+
<method name="Send" tp:name-for-bindings="Send">
<arg direction="in" name="Command" type="s">
<tp:docstring>
diff --git a/spec/Connection_Interface_Renaming.xml b/spec/Connection_Interface_Renaming.xml
index 49488cca..20061185 100644
--- a/spec/Connection_Interface_Renaming.xml
+++ b/spec/Connection_Interface_Renaming.xml
@@ -19,7 +19,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.Renaming">
- <tp:added version="0.UNRELEASED">(as stable API)</tp:added>
+ <tp:added version="0.27.3">(as stable API)</tp:added>
<tp:requires interface="org.freedesktop.Telepathy.Connection"/>
<signal name="Renamed" tp:name-for-bindings="Renamed">
<arg name="Original" type="u" tp:type="Contact_Handle">
diff --git a/spec/Connection_Interface_Sidecars1.xml b/spec/Connection_Interface_Sidecars1.xml
index e9382e1e..c303fcbe 100644
--- a/spec/Connection_Interface_Sidecars1.xml
+++ b/spec/Connection_Interface_Sidecars1.xml
@@ -22,9 +22,10 @@ USA.</p>
</tp:license>
<interface name="org.freedesktop.Telepathy.Connection.Interface.Sidecars1">
<tp:requires interface="org.freedesktop.Telepathy.Connection"/>
+ <tp:added version="0.27.3"/>
<method name="EnsureSidecar" tp:name-for-bindings="Ensure_Sidecar">
- <tp:added version="0.UNRELEASED">(as stable API)</tp:added>
+ <tp:added version="0.27.3">(as stable API)</tp:added>
<arg direction="in" name="Main_Interface" type="s"
tp:type="DBus_Interface">
diff --git a/spec/all.xml b/spec/all.xml
index 8664db9a..e94eb067 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.27.2.1</tp:version>
+<tp:version>0.27.3</tp:version>
<tp:copyright>Copyright © 2005-2012 Collabora Limited</tp:copyright>
<tp:copyright>Copyright © 2005-2011 Nokia Corporation</tp:copyright>