diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | spec/all.xml | 2 |
2 files changed, 10 insertions, 3 deletions
@@ -2,9 +2,11 @@ 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.19 (UNRELEASED) +telepathy-spec 0.17.19 (2009-01-28) =================================== +The "out of cheese error" release. + Changes to experimental API: * Tube.Status is now called Tube.State to be more consistent @@ -12,7 +14,12 @@ Changes to experimental API: New API: * Many new errors: NotCapable (a more specific form of NotAvailable), - and D-Bus error forms of all the Connection disconnection reasons + and D-Bus error forms of all the Connection disconnection reasons and + all the error-like Group change reasons: Offline, Channel.Kicked, + Busy, DoesNotExist, NoAnswer, AuthenticationFailed, EncryptionNotAvailable, + EncryptionError, Cert.NotProvided, Cert.Untrusted, Cert.Expired, + Cert.NotActivated, Cert.FingerprintMismatch, Cert.HostnameMismatch, + Cert.SelfSigned, Cert.Invalid * ConnectionError, a signal which can emit extensible error information from the Connection just before StatusChanged(Disconnected, ...) is signalled diff --git a/spec/all.xml b/spec/all.xml index dc7cf06a..7745d549 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.18.1</tp:version> +<tp:version>0.17.19</tp:version> <tp:copyright>Copyright (C) 2005-2008 Collabora Limited</tp:copyright> <tp:copyright>Copyright (C) 2005-2008 Nokia Corporation</tp:copyright> |