summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-30 17:20:39 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-30 17:20:39 +0000
commit95cf63781d0b476fd3753db362c824ac78caf967 (patch)
tree5bc5368e870cc33c79b348a04ae656d3f40f965f
parent517f31cccf6971b1c99eed17c54ca06e074218c4 (diff)
-rw-r--r--NEWS12
-rw-r--r--spec/Channel_Interface_Destroyable.xml2
-rw-r--r--spec/Connection_Interface_Requests.xml6
-rw-r--r--spec/all.xml2
4 files changed, 16 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index b3d6079b..22ba6ac4 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,19 @@ 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.14 (UNRELEASED)
+telepathy-spec 0.17.14 (2008-10-30)
===================================
+The "down with the sickness" release.
+
+API changes:
+
+* CreateChannel and (if a new channel is created) EnsureChannel are now
+ guaranteed to return before NewChannels announces the channel (previously
+ it was the other way round)
+
+* NewChannels is now guaranteed to be emitted before NewChannel
+
Changes to experimental API:
* DeliveryReporting is no longer a separate interface - it's been incorporated
diff --git a/spec/Channel_Interface_Destroyable.xml b/spec/Channel_Interface_Destroyable.xml
index 38b3b596..ce559232 100644
--- a/spec/Channel_Interface_Destroyable.xml
+++ b/spec/Channel_Interface_Destroyable.xml
@@ -24,7 +24,7 @@
<interface
name="org.freedesktop.Telepathy.Channel.Interface.Destroyable">
<tp:requires interface="org.freedesktop.Telepathy.Channel"/>
- <tp:added version="0.17.UNRELEASED">(as stable API)</tp:added>
+ <tp:added version="0.17.14">(as stable API)</tp:added>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>This interface exists to support channels where
diff --git a/spec/Connection_Interface_Requests.xml b/spec/Connection_Interface_Requests.xml
index beae3a4b..264a3b5d 100644
--- a/spec/Connection_Interface_Requests.xml
+++ b/spec/Connection_Interface_Requests.xml
@@ -96,7 +96,7 @@
<method name="CreateChannel" tp:name-for-bindings="Create_Channel">
<tp:added version="0.17.11">(as stable API)</tp:added>
- <tp:changed version="0.17.UNRELEASED">It is now guaranteed that
+ <tp:changed version="0.17.14">It is now guaranteed that
CreateChannel returns the channel before NewChannels announces it
(the reverse was previously guaranteed).</tp:changed>
@@ -225,7 +225,7 @@
<method name="EnsureChannel" tp:name-for-bindings="Ensure_Channel">
<tp:added version="0.17.12"/>
- <tp:changed version="0.17.UNRELEASED">It is now guaranteed that if
+ <tp:changed version="0.17.14">It is now guaranteed that if
the channel was created by this call to EnsureChannel, it's returned
before NewChannels announces it (the reverse was previously
guaranteed).</tp:changed>
@@ -332,7 +332,7 @@
<signal name="NewChannels" tp:name-for-bindings="New_Channels">
<tp:added version="0.17.11">(as stable API)</tp:added>
- <tp:changed version="0.17.UNRELEASED">Added a guarantee of ordering
+ <tp:changed version="0.17.14">Added a guarantee of ordering
relative to NewChannel</tp:changed>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
diff --git a/spec/all.xml b/spec/all.xml
index a40ba564..7b768235 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.13.1</tp:version>
+<tp:version>0.17.14</tp:version>
<tp:copyright>Copyright (C) 2005-2008 Collabora Limited</tp:copyright>
<tp:copyright>Copyright (C) 2005-2008 Nokia Corporation</tp:copyright>