summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2008-09-17 18:31:04 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2008-09-17 18:31:04 +0100
commiteb424a37cf88c7d5e0d92c9a5aa53517d9c68d68 (patch)
treee328658b3194b747f697ea20492af167262938cb
parent257e9284c45935401a61d97f67b2be93d8bb5293 (diff)
downloadtelepathy-glib-eb424a37cf88c7d5e0d92c9a5aa53517d9c68d68.tar.gz
NEWS for spec 0.17.11 and Requests support
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 01b5418c7..0fd97072a 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,14 @@ Enhancements:
(if $HOME/src/telepathy-glib is the directory containing this file)
+* Updated to specification 0.17.11, which includes the undrafted Requests
+ interface with the CreateChannel method (but not EnsureChannel, which is
+ planned for a future spec.).
+
+* Added support for the Requests interface to TpBaseConnection, using the new
+ interfaces TpChannelManager and TpExportableChannel (which are intended to
+ replace TpChannelFactoryIface and TpChannelIface).
+
Fixes:
* TP_BASE_CONNECTION_ERROR_IF_NOT_CONNECTED no longer causes compiler warnings