summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-19 19:30:14 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-19 19:30:14 +0000
commit14ce1684653e3ad037298048d7265efb7291809f (patch)
tree7b7dc521888b037fa4f613336ea50eca0ea5065b
parent9d2d8530506dc77524d013753ee28904fa2899c7 (diff)
-rw-r--r--NEWS28
-rw-r--r--spec/all.xml2
2 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c53c5671..71bf43d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Telepathy 0.99.8 (2014-03-19)
+=============================
+
+The “like spinning plates” release.
+
+API breaks:
+
+• Account.AccountPropertyChanged has been replaced with
+ the standard o.fd.DBus.Properties.PropertiesChanged
+
+• Handle_Type is now Entity_Type, and all uses of the term have also been
+ renamed (TargetEntityType, etc.)
+
+• HandleChannel's Requests_Satisfied parameter has changed from ao
+ (array of object path) to a{oa{sv}} (map from object path to its immutable
+ properties), replacing Handler_Info["request-properties"]. Observer
+ has had a similar change.
+
+Deleted draft API that never had a satisfactory implementation:
+
+• Account.I.ExternalPasswordStorage1
+• Channel.I.CredentialsStorage1
+• CM.I.AccountStorage1
+
+Additions:
+
+• The Logger's D-Bus API is now part of the main spec.
+
Telepathy 0.99.7 (2014-01-29)
=============================
diff --git a/spec/all.xml b/spec/all.xml
index a9daae5d..545fe0ff 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.99.7</tp:version>
+<tp:version>0.99.8</tp:version>
<tp:copyright>Copyright © 2005-2014 Collabora Limited</tp:copyright>
<tp:copyright>Copyright © 2005-2011 Nokia Corporation</tp:copyright>