summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-15 21:42:53 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-15 21:42:53 +0100
commitace14855f5ab6ca3fb01945b6caae59dc0eddb7a (patch)
tree3a9621cb90660c8ebf2995ec76c7bc872bfa07b2
parente390f75a081940f3dd857360c737e421ba72cebb (diff)
Prepare version 0.19.4telepathy-spec-0.19.4
-rw-r--r--NEWS31
-rw-r--r--spec/Client_Observer.xml5
-rw-r--r--spec/Connection_Interface_Contact_Info.xml3
-rw-r--r--spec/all.xml2
4 files changed, 36 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 1a205544..1daf7b08 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,37 @@ 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.4 (UNRELEASED)
+telepathy-spec 0.19.4 (2010-04-15)
==================================
-...
+The "tastes of ACTUAL strawberry" release.
+
+New stable API:
+
+* fd.o #13350: ContactInfo is now considered stable. Changes since the draft
+ seen in 0.18:
+
+ - the summary explains how to use ContactInfo without causing lots of
+ network traffic
+ - GetContactInfo no longer re-fetches from the server, so clients can
+ call it as often as they need to
+ - a new RefreshContactInfo method can be used occasionally to refresh
+ cached contact info
+ - the Contact_Info_Flag type is now called Contact_Info_Flags
+ - the examples have been extended
+ - Parameters_Mandatory is now called Parameters_Exact
+
+ (andrunko/wjt/smcv)
+
+* fd.o #24768: Observers can have a Recover flag, which causes the
+ channel dispatcher to restart them if they crash, and provides a best-effort
+ way to catch up on existing channels (ptlo)
+
+Corrections and clarifications:
+
+* fd.o #27200: MailNotification.UnreadMails may have fewer than
+ UnreadMailCount messages (for instance, Google Talk limits to 30 threads)
+ (stormer)
telepathy-spec 0.19.3 (2010-03-31)
==================================
diff --git a/spec/Client_Observer.xml b/spec/Client_Observer.xml
index bfc96a24..a2256a75 100644
--- a/spec/Client_Observer.xml
+++ b/spec/Client_Observer.xml
@@ -182,6 +182,11 @@ org.freedesktop.Telepathy.Channel.Requested b=true
<property name="Recover" tp:name-for-bindings="Recover" type="b"
access="read">
+ <tp:added version="0.19.4">
+ When using telepathy-mission-control, version 5.4.0 or later is
+ needed for this property to be useful.
+ </tp:added>
+
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>If true, upon the startup of this observer, <tp:dbus-ref
namespace="org.freedesktop.Telepathy.Client.Observer">ObserveChannels</tp:dbus-ref>
diff --git a/spec/Connection_Interface_Contact_Info.xml b/spec/Connection_Interface_Contact_Info.xml
index 2a3cbf07..b7729351 100644
--- a/spec/Connection_Interface_Contact_Info.xml
+++ b/spec/Connection_Interface_Contact_Info.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.ContactInfo">
- <tp:added version="0.19.UNRELEASED">(as stable API)</tp:added>
+ <tp:added version="0.19.4">(as stable API)</tp:added>
<tp:requires interface="org.freedesktop.Telepathy.Connection"/>
<tp:struct name="Contact_Info_Field" array-name="Contact_Info_Field_List">
@@ -220,7 +220,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
Integer handles for contacts.
</tp:docstring>
</arg>
- <tp:added version="0.19.UNRELEASED"/>
<tp:docstring>
Retrieve information for the given contact, requesting it from the
network if an up-to-date version is not cached locally. This method
diff --git a/spec/all.xml b/spec/all.xml
index 836e5871..9ae5b3db 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.3.1</tp:version>
+<tp:version>0.19.4</tp:version>
<tp:copyright>Copyright © 2005-2010 Collabora Limited</tp:copyright>
<tp:copyright>Copyright © 2005-2010 Nokia Corporation</tp:copyright>