summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-07-12 18:17:46 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2010-07-12 18:17:46 +0100
commita13d78818a328a5b48b7fd6deddc843589c915c4 (patch)
treecc70bf6b03d7bb78592ffcf1991daacb8440b806
parentfc40e4d2ee2e4ca21d4a1232337f17a216f62215 (diff)
Version 0.19.9telepathy-spec-0.19.9
-rw-r--r--NEWS11
-rw-r--r--spec/Channel_Interface_Messages.xml8
-rw-r--r--spec/all.xml2
3 files changed, 18 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c2783eae..fd339d01 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,17 @@ 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.9 (2010-07-12)
+==================================
+
+The “Dr Pepper is pretty rough” release.
+
+New stable API:
+
+☭ New Delivery_Statuses, Message_Sending_Flags and
+ Delivery_Reporting_Support_Flags members for indicating messages being read
+ and deleted. (Eugene Agafonov, wjt)
+
telepathy-spec 0.19.8 (2010-06-30)
==================================
diff --git a/spec/Channel_Interface_Messages.xml b/spec/Channel_Interface_Messages.xml
index 7340a2d9..31cf4719 100644
--- a/spec/Channel_Interface_Messages.xml
+++ b/spec/Channel_Interface_Messages.xml
@@ -1000,6 +1000,7 @@ USA.</p>
</tp:flag>
<tp:flag suffix="Report_Read" value="2">
+ <tp:added version="0.19.9"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>Provide a delivery report when the message is read by the
recipient, even if this is not the default for this protocol.
@@ -1008,6 +1009,7 @@ USA.</p>
</tp:flag>
<tp:flag suffix="Report_Deleted" value="4">
+ <tp:added version="0.19.9"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>Provide a delivery report when the message is deleted by the
recipient, even if this is not the default for this protocol.
@@ -1254,14 +1256,14 @@ USA.</p>
</tp:enumvalue>
<tp:enumvalue suffix="Read" value="5">
- <tp:added version="0.19.UNRELEASED"/>
+ <tp:added version="0.19.9"/>
<tp:docstring>
The message has been read by the intended recipient.
</tp:docstring>
</tp:enumvalue>
<tp:enumvalue suffix="Deleted" value="6">
- <tp:added version="0.19.UNRELEASED"/>
+ <tp:added version="0.19.9"/>
<tp:docstring>
The message has been deleted by the intended recipient. This MAY be
signalled on its own if the message is deleted without being read, or
@@ -1306,6 +1308,7 @@ USA.</p>
</tp:flag>
<tp:flag suffix="Receive_Read" value="4">
+ <tp:added version="0.19.9"/>
<tp:docstring>
Clients MAY expect to receive <tp:type>Delivery_Status</tp:type>
<code>Read</code> reports if Message_Sending_Flag_Report_Read
@@ -1314,6 +1317,7 @@ USA.</p>
</tp:flag>
<tp:flag suffix="Receive_Deleted" value="8">
+ <tp:added version="0.19.9"/>
<tp:docstring>
Clients MAY expect to receive <tp:type>Delivery_Status</tp:type>
<code>Deleted</code> reports if Message_Sending_Flag_Report_Deleted
diff --git a/spec/all.xml b/spec/all.xml
index 37fe17f2..e77f6340 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.8.1</tp:version>
+<tp:version>0.19.9</tp:version>
<tp:copyright>Copyright © 2005-2010 Collabora Limited</tp:copyright>
<tp:copyright>Copyright © 2005-2010 Nokia Corporation</tp:copyright>