diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-09 13:52:20 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-09 13:52:20 +0100 |
commit | d3fca2c6163cb7f0446841528ffa46bce8680228 (patch) | |
tree | 82a2d23fa8cb67147ecfc70f45eeb87d5521cb6c | |
parent | 1f75b7dd55cbba6cceec12df393354023b989bb1 (diff) |
prepare 0.21.12
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | spec/all.xml | 2 | ||||
-rw-r--r-- | spec/errors.xml | 4 |
3 files changed, 14 insertions, 3 deletions
@@ -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.21.12 (2011-03-09) +=================================== + +New stable API: + +• Add Cellular.MessageNationalCharacterSet containing the + country/language-specific encodings. (Marco) + +• Add Error.SoftwareUpgradeRequired and + Error.EmergencyCallsNotSupported (Danielle, Jonathon) + telepathy-spec 0.21.11 (2011-03-04) =================================== diff --git a/spec/all.xml b/spec/all.xml index c94638cf..fccf75c9 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.21.11.1</tp:version> +<tp:version>0.21.12</tp:version> <tp:copyright>Copyright © 2005-2010 Collabora Limited</tp:copyright> <tp:copyright>Copyright © 2005-2010 Nokia Corporation</tp:copyright> diff --git a/spec/errors.xml b/spec/errors.xml index 4026e507..d63662ed 100644 --- a/spec/errors.xml +++ b/spec/errors.xml @@ -545,7 +545,7 @@ </tp:error> <tp:error name="Software Upgrade Required"> - <tp:added version="0.21.UNRELEASED"/> + <tp:added version="0.21.12"/> <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>Raised as a <tp:dbus-ref namespace="ofdT.Connection">ConnectionError</tp:dbus-ref> @@ -566,7 +566,7 @@ </tp:error> <tp:error name="Emergency Calls Not Supported"> - <tp:added version="0.21.UNRELEASED"/> + <tp:added version="0.21.12"/> <tp:docstring> Raised if a client attempts to dial a number that is recognized as an emergency number (e.g. '911' in the USA), but the Connection Manager or |