summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-14 12:39:55 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-14 12:39:55 +0100
commitc67d837a95cbe7508362caddf6b8d9f853a2a3de (patch)
tree9da1e29676fdad0322ac4671abea9c1c8ccdac00
parent29064ef8198b0ecde4d8965892f7e364290f3e04 (diff)
Update NEWS and prepare release 0.19.7telepathy-spec-0.19.7
-rw-r--r--NEWS27
-rw-r--r--spec/Account.xml4
-rw-r--r--spec/Channel_Interface_Anonymity.xml2
-rw-r--r--spec/Channel_Interface_Chat_State.xml3
-rw-r--r--spec/Channel_Interface_Service_Point.xml2
-rw-r--r--spec/Connection_Interface_Anonymity.xml2
-rw-r--r--spec/Connection_Interface_Service_Point.xml2
-rw-r--r--spec/all.xml2
-rw-r--r--spec/errors.xml2
9 files changed, 34 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 4d998755..41eec791 100644
--- a/NEWS
+++ b/NEWS
@@ -2,14 +2,35 @@ 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.7 (UNRELEASED)
+telepathy-spec 0.19.7 (2010-06-14)
==================================
+The "stay away from the blue" release.
+
+New stable API:
+
+⌖ fd.o #21200: the detailed ConnectionError signal added in 0.17.x
+ is now mirrored by ConnectionError, ConnectionErrorDetails properties
+ on the Account (smcv)
+
+⌖ fd.o #24905: the ServicePoint interfaces added in 0.19.6 are now
+ considered stable, with no substantive changes
+
+⌖ fd.o #24909: the Anonymity interfaces added in 0.19.6 are now
+ considered stable, with some minor changes:
+ ⌁ operations that would break mandatory anonymity fail with
+ a new WouldBreakAnonymity error, instead of NotAvailable (smcv)
+ ⌁ the Conn.I.Anonymity.Mandatory property is now called
+ Conn.I.Anonymity.AnonymityMandatory (smcv)
+
+⌖ fd.o #24882: chat states are state-recoverable via a new ChatStates
+ property (smcv)
+
Tools changes:
-* fd.o #28111: make page titles fit better in browser tabs (wjt)
+⌖ fd.o #28111: make page titles fit better in browser tabs (wjt)
-* Switch to shorter HTML filenames in output, which don't change when the
+⌖ Switch to shorter HTML filenames in output, which don't change when the
interface is undrafted (smcv)
telepathy-spec 0.19.6 (2010-05-25)
diff --git a/spec/Account.xml b/spec/Account.xml
index f1057cf8..dfc37bc5 100644
--- a/spec/Account.xml
+++ b/spec/Account.xml
@@ -444,7 +444,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<property name="ConnectionError" tp:name-for-bindings="Connection_Error"
access="read" type="s" tp:type="DBus_Error_Name">
- <tp:added version="0.19.UNRELEASED"/>
+ <tp:added version="0.19.7"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>If the last connection to this account failed with an error,
the D-Bus error name of that error; otherwise, the empty string.
@@ -474,7 +474,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<property name="ConnectionErrorDetails"
tp:name-for-bindings="Connection_Error_Details"
access="read" type="a{sv}" tp:type="String_Variant_Map">
- <tp:added version="0.19.UNRELEASED"/>
+ <tp:added version="0.19.7"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>If the last connection to this account failed with an error,
a mapping representing any additional information about the last
diff --git a/spec/Channel_Interface_Anonymity.xml b/spec/Channel_Interface_Anonymity.xml
index 43fc0761..ef3a3b85 100644
--- a/spec/Channel_Interface_Anonymity.xml
+++ b/spec/Channel_Interface_Anonymity.xml
@@ -22,7 +22,7 @@
</tp:license>
<interface name="org.freedesktop.Telepathy.Channel.Interface.Anonymity">
- <tp:added version="0.19.UNRELEASED">(as stable API)</tp:added>
+ <tp:added version="0.19.7">(as stable API)</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_Chat_State.xml b/spec/Channel_Interface_Chat_State.xml
index 0417cd82..27515d2e 100644
--- a/spec/Channel_Interface_Chat_State.xml
+++ b/spec/Channel_Interface_Chat_State.xml
@@ -20,6 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:requires interface="org.freedesktop.Telepathy.Channel.Type.Text"/>
<tp:mapping name="Chat_State_Map">
+ <tp:added version="0.19.7"/>
<tp:docstring>A map from contacts to their chat states.</tp:docstring>
<tp:member name="Contact" type="u" tp:type="Contact_Handle">
<tp:docstring>A contact</tp:docstring>
@@ -31,7 +32,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<property name="ChatStates" tp:name-for-bindings="Chat_States"
access="read" type="a{uu}" tp:type="Chat_State_Map">
- <tp:added version="0.19.UNRELEASED"/>
+ <tp:added version="0.19.7"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>A map containing the chat states of all contacts in this
channel whose chat state is not Inactive.</p>
diff --git a/spec/Channel_Interface_Service_Point.xml b/spec/Channel_Interface_Service_Point.xml
index a7fbf8c1..787397b2 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">
- <tp:added version="0.19.UNRELEASED">(as stable API)</tp:added>
+ <tp:added version="0.19.7">(as stable API)</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 ce6871b6..4d739189 100644
--- a/spec/Connection_Interface_Anonymity.xml
+++ b/spec/Connection_Interface_Anonymity.xml
@@ -22,7 +22,7 @@
</tp:license>
<interface name="org.freedesktop.Telepathy.Connection.Interface.Anonymity">
- <tp:added version="0.19.UNRELEASED">(as stable API)</tp:added>
+ <tp:added version="0.19.7">(as stable API)</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_Service_Point.xml b/spec/Connection_Interface_Service_Point.xml
index 6ba5dff1..b135c04c 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">
- <tp:added version="0.19.UNRELEASED">(as stable API)</tp:added>
+ <tp:added version="0.19.7">(as stable API)</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 6d26d692..700c132c 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.6.1</tp:version>
+<tp:version>0.19.7</tp:version>
<tp:copyright>Copyright © 2005-2010 Collabora Limited</tp:copyright>
<tp:copyright>Copyright © 2005-2010 Nokia Corporation</tp:copyright>
diff --git a/spec/errors.xml b/spec/errors.xml
index 8761be08..60a93c95 100644
--- a/spec/errors.xml
+++ b/spec/errors.xml
@@ -421,7 +421,7 @@
</tp:error>
<tp:error name="Would Break Anonymity">
- <tp:added version="0.19.UNRELEASED"/>
+ <tp:added version="0.19.7"/>
<tp:docstring>
Raised if a request cannot be satisfied without violating an earlier
request for anonymity, and the earlier request specified that raising