[Telepathy-commits] [telepathy-spec/master] Prepare release 0.17.11

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Sep 12 08:39:07 PDT 2008


---
 NEWS                                   |   17 +++++++++++++++++
 spec/Connection_Interface_Requests.xml |   18 +++++++++---------
 spec/all.xml                           |    2 +-
 3 files changed, 27 insertions(+), 10 deletions(-)

diff --git a/NEWS b/NEWS
index 605fc60..206aaa7 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,23 @@ 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.17.11 (2008-09-12)
+===================================
+
+The "release the global implementor lock" release.
+
+New API:
+
+* Connection.Interface.Requests has been declared to be stable.
+  
+  The EnsureChannel method introduced by Simon's dispatcher-clients branch has
+  not yet been added, but will be added in a future spec release.
+
+Fixes:
+
+* Account.Interface.Avatar (introduced in 0.17.6) is now included in the HTML
+  spec.
+
 telepathy-spec 0.17.10 (2008-09-09)
 ===================================
 
diff --git a/spec/Connection_Interface_Requests.xml b/spec/Connection_Interface_Requests.xml
index 89336d3..7f92d1d 100644
--- a/spec/Connection_Interface_Requests.xml
+++ b/spec/Connection_Interface_Requests.xml
@@ -23,7 +23,7 @@
 
   <interface name="org.freedesktop.Telepathy.Connection.Interface.Requests">
     <tp:requires interface="org.freedesktop.Telepathy.Connection"/>
-    <tp:added version="0.17.UNRELEASED">(as stable API)</tp:added>
+    <tp:added version="0.17.11">(as stable API)</tp:added>
 
     <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
       <p>An enhanced version of the Telepathy connection interface, which can
@@ -33,7 +33,7 @@
     </tp:docstring>
 
     <tp:struct name="Channel_Details" array-name="Channel_Details_List">
-      <tp:added version="0.17.UNRELEASED">(as stable API)</tp:added>
+      <tp:added version="0.17.11">(as stable API)</tp:added>
 
       <tp:docstring>
         Enough details of a channel that clients can work out how to dispatch
@@ -96,7 +96,7 @@
     </tp:struct>
 
     <method name="CreateChannel" tp:name-for-bindings="Create_Channel">
-      <tp:added version="0.17.UNRELEASED">(as stable API)</tp:added>
+      <tp:added version="0.17.11">(as stable API)</tp:added>
 
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         <p>Request that an entirely new channel is created.</p>
@@ -216,7 +216,7 @@
     </method>
 
     <signal name="NewChannels" tp:name-for-bindings="New_Channels">
-      <tp:added version="0.17.UNRELEASED">(as stable API)</tp:added>
+      <tp:added version="0.17.11">(as stable API)</tp:added>
 
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         <p>New channels have been created. The connection manager SHOULD emit
@@ -249,7 +249,7 @@
 
     <property name="Channels" tp:name-for-bindings="Channels"
       type="a(oa{sv})" access="read" tp:type="Channel_Details[]">
-      <tp:added version="0.17.UNRELEASED">(as stable API)</tp:added>
+      <tp:added version="0.17.11">(as stable API)</tp:added>
       <tp:docstring>
         A list of all the channels which currently exist on this connection.
         Change notification is via the
@@ -259,7 +259,7 @@
     </property>
 
     <signal name="ChannelClosed" tp:name-for-bindings="Channel_Closed">
-      <tp:added version="0.17.UNRELEASED">(as stable API)</tp:added>
+      <tp:added version="0.17.11">(as stable API)</tp:added>
       <tp:docstring>
         Emitted when a channel is closed and hence disappears from the
         Channels property.
@@ -278,7 +278,7 @@
     </signal>
 
     <tp:mapping name="Channel_Class">
-      <tp:added version="0.17.UNRELEASED">(as stable API)</tp:added>
+      <tp:added version="0.17.11">(as stable API)</tp:added>
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         <p>Mapping representing a class of channels that can be requested
           from a connection manager, can be handled by a user interface,
@@ -309,7 +309,7 @@
 
     <tp:struct name="Requestable_Channel_Class"
       array-name="Requestable_Channel_Class_List">
-      <tp:added version="0.17.UNRELEASED">(as stable API)</tp:added>
+      <tp:added version="0.17.11">(as stable API)</tp:added>
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         <p>Structure representing a class of channels that can be requested,
           identified by a set of properties that identify that class of
@@ -394,7 +394,7 @@
     <property name="RequestableChannelClasses" access="read"
       type="a(a{sv}as)" tp:type="Requestable_Channel_Class[]"
       tp:name-for-bindings="Requestable_Channel_Classes">
-      <tp:added version="0.17.UNRELEASED">(as stable API)</tp:added>
+      <tp:added version="0.17.11">(as stable API)</tp:added>
       <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
         <p>The classes of channel that are expected to be available on this
           connection, i.e. those for which
diff --git a/spec/all.xml b/spec/all.xml
index 00165f5..d60f9e3 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.17.10.1</tp:version>
+<tp:version>0.17.11</tp:version>
 
 <tp:copyright>Copyright (C) 2005-2008 Collabora Limited</tp:copyright>
 <tp:copyright>Copyright (C) 2005-2008 Nokia Corporation</tp:copyright>
-- 
1.5.6.3



More information about the Telepathy-commits mailing list