summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-10-10 11:17:01 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-10-10 11:21:22 +0100
commitbd0fa0fa7b7147d88dba5a5af045781a5c21a1e1 (patch)
treea2d1a9f384110c2351dc115fd5b2d7f70d8108d2 /spec
parent4f53823bede62c8bd1a5e2e95e082dd6d9a504f0 (diff)
NEWS for 0.24.0
Diffstat (limited to 'spec')
-rw-r--r--spec/NEWS36
1 files changed, 36 insertions, 0 deletions
diff --git a/spec/NEWS b/spec/NEWS
index 72608d8d0..0f4f7141d 100644
--- a/spec/NEWS
+++ b/spec/NEWS
@@ -2,6 +2,42 @@ 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.24.0 (2011-10-10)
+==================================
+
+The “underestimating the future” release. This is the start of a new
+stable branch of the Telepathy specification.
+
+Changes since 0.23.4:
+
+• Channel.Interface.Room has been undrafted, with a few changes:
+ · The RoomID property has become RoomName;
+ · The Subject property has been split off onto a separate interface,
+ Channel.Interface.Subject (which is also undrafted).
+
+• Channel.Interface.RoomConfig has been defined to replace the remaining
+ klunky Telepathy.Properties on Channel.Type.Text.
+
+• As a result, the Telepathy.Properties interface has been deprecated,
+ since all interfaces which historically used it now have better
+ replacements.
+
+Other notable changes since the 0.22 stable branch:
+
+• Most interfaces now provide both handles and identifiers for contacts.
+ This makes life easier for telepathy-glib and telepathy-qt4 (and, by
+ extension, application authors).
+
+• A new revision of the Call family of interfaces has landed. It is
+ still marked experimental.
+
+• ChannelDispatcher has a pair of new methods, DelegateChannels() and
+ PresentChannel(), to aid user interfaces where channels can be shown
+ in a number of places (like Gnome 3).
+
+• FileTransfer now has a URI property to indicate the on-disk location
+ of the file being sent or received.
+
telepathy-spec 0.23.4 (2011-09-29)
==================================