summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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.