diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-01-20 11:38:15 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-01-20 11:38:15 +0000 |
commit | c6ea4fe81342eee731df3f215b6ff884deccfddf (patch) | |
tree | 68757e4f970637511cb6cd483dd41a7816a0314f | |
parent | e496dda638e5fda4672c2579377e26cf33ff1fbb (diff) |
Prepare releasetelepathy-spec-0.17.18
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | spec/all.xml | 2 |
2 files changed, 15 insertions, 3 deletions
@@ -2,15 +2,24 @@ 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.18 (UNRELEASED) +telepathy-spec 0.17.18 (2009-01-20) =================================== +The "telekinesis" release. + API changes: * Unix_Timestamp64 is now a signed 64-bit integer, not unsigned as it was previously. In practice this shouldn't cause problems, as it only appeared in variants, where implementations should be lenient about types in any case. +* Changed the tp:name-for-bindings annotation on the Tubes channel type to + match what telepathy-glib historically generated, meaning that when + telepathy-glib code generation changes to use this annotation in 0.7.23, + it will not break ABI. (The only binding using tp:name-for-bindings so far + is telepathy-qt4, which is not ABI-stable yet anyway, so this change seems + unlikely to break things.) + Changes to experimental API: * Improve the DBusTube interface: use maps (handle → D-Bus name) rather than @@ -20,7 +29,7 @@ Changes to experimental API: New API: -* The FileTransfer channel type is now considered stable +* The FileTransfer channel type is now considered stable (much rejoicing) * A new type has been added, Rich_Presence_Access_Control, for use by rich presence interfaces like Location @@ -47,6 +56,9 @@ Miscellaneous: * Some clarifications to MediaStreamHandler +* Added names for all 'out' parameters and made doc-generator.xsl warn + whenever this has not been done + telepathy-spec 0.17.17 (2009-01-06) =================================== diff --git a/spec/all.xml b/spec/all.xml index 211ce236..cee9b922 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.17</tp:version> +<tp:version>0.17.18</tp:version> <tp:copyright>Copyright (C) 2005-2008 Collabora Limited</tp:copyright> <tp:copyright>Copyright (C) 2005-2008 Nokia Corporation</tp:copyright> |