summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-26 16:00:58 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-26 16:16:04 +0100
commitf979a181e0ff76e51446ff0593b5330b17af9d90 (patch)
tree64ed97387526a51ec588d801b3df00a523aa00d2 /NEWS
parente06c2119893343905af2517c00841b8c731dc25d (diff)
downloadtelepathy-salut-f979a181e0ff76e51446ff0593b5330b17af9d90.tar.gz
NEWS: tp-glib 0.7.31, stable tubes, contact caps
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 13 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index ff58dc73..7748742e 100644
--- a/NEWS
+++ b/NEWS
@@ -2,12 +2,21 @@ telepathy-salut 0.3.10 (UNRELEASED)
===================================
Requirements:
-* telepathy-glib >= 0.7.29 is now required so Salut emits the correct
- D-Bus errors.
+* telepathy-glib >= 0.7.31 is now required so Salut emits the correct
+ D-Bus errors. This version is also requiered as we implement the
+ new tube API.
Enhancements:
-* Implement latest tube new API DRAFT. {Offer,Accept}StreamTube
- methods and the StreamTubeNewConnection signal have been renamed.
+* Implement the final, stable new API for tubes. The NewConnection signal has
+ been renamed to NewRemoteConnection and now has a Connection_ID argument. The
+ StreamTube channel type now implements the NewLocalConnection and
+ ConnectionClosed signals. DBusTube.{Offer,Accept} now have an access_control
+ argument.
+
+* Use ContactCapabilities draft to communicate tube support.
+
+* In StreamTube, UNIX sockets created with the Localhost access control are
+ usable by any user of the system.
Fixes:
* Include muc tube channels in Requests's Channels property.