summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-06-01 18:36:42 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2009-06-01 18:36:42 +0100
commit0b743c4f26ca109b97882731f0b01a48a06a8d19 (patch)
tree963b656a8fff2b976c93c8ac6c94dfaad0815361 /NEWS
parent67336c81bd9690b2a06e9b4aa2efc5ba015e8ec6 (diff)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 11 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index e69240b8a..1c437dcc8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-gabble 0.7.28 (UNRELEASED)
+telepathy-gabble 0.7.28 (2009-06-01)
====================================
+The "npc1 becomes vampire/communist" release.
+
Dependencies:
* telepathy-glib >= 0.7.31 is now required as Gabble implements the
@@ -9,14 +11,16 @@ Dependencies:
Enhancements:
* Implement the Credentials access control with UNIX sockets in stream tubes.
+
* Implement the Port access control with Inet4 and Inet6 sockets in stream
tubes.
-* 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; Gabble
- implements Credentials and Localhost.
+
+* 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; Gabble implements Credentials and Localhost.
+
* In StreamTube, UNIX sockets created with the Localhost access control are
usable by any user of the system.