diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-09-15 12:21:56 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-09-15 12:21:56 +0100 |
commit | 665b34e50ba77d3d9390443fd2deac5dac590a5f (patch) | |
tree | d13109eeb37d425065f1c163c26a95c520a0262f | |
parent | ff8be17904418982b3e26751f349ace2d5fa7fab (diff) |
Correct the tp:name-for-bindings on ServerCertificatetelepathy-spec-0.20.1
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | spec/Channel_Type_Server_TLS_Connection.xml | 2 | ||||
-rw-r--r-- | spec/all.xml | 2 |
3 files changed, 10 insertions, 4 deletions
@@ -2,10 +2,16 @@ 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.21.0 (UNRELEASED) +telepathy-spec 0.20.1 (2010-09-15) ================================== -… +The "I can't build there!" release. + +Fixes: + +• Correct the tp:name-for-bindings on ServerCertificate to be + Server_Certificate, leading to the intended names (server_certificate + rather than servercertificate, etc.) in generated bindings. telepathy-spec 0.20.0 (2010-09-14) ================================== diff --git a/spec/Channel_Type_Server_TLS_Connection.xml b/spec/Channel_Type_Server_TLS_Connection.xml index efab4945..1f3348e1 100644 --- a/spec/Channel_Type_Server_TLS_Connection.xml +++ b/spec/Channel_Type_Server_TLS_Connection.xml @@ -44,7 +44,7 @@ </tp:docstring> <property name="ServerCertificate" type="o" access="read" - tp:name-for-bindings="ServerCertificate"> + tp:name-for-bindings="Server_Certificate"> <tp:docstring> <p>A <tp:dbus-ref namespace="org.freedesktop.Telepathy.Authentication">TLSCertificate</tp:dbus-ref> diff --git a/spec/all.xml b/spec/all.xml index c543291b..68cd56fc 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.20.999.1</tp:version> +<tp:version>0.20.1</tp:version> <tp:copyright>Copyright © 2005-2010 Collabora Limited</tp:copyright> <tp:copyright>Copyright © 2005-2010 Nokia Corporation</tp:copyright> |