diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-06-01 18:36:42 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-06-01 18:36:42 +0100 |
commit | 0b743c4f26ca109b97882731f0b01a48a06a8d19 (patch) | |
tree | 963b656a8fff2b976c93c8ac6c94dfaad0815361 | |
parent | 67336c81bd9690b2a06e9b4aa2efc5ba015e8ec6 (diff) |
version 0.7.28telepathy-gabble-0.7.28
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 13 insertions, 9 deletions
@@ -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. diff --git a/configure.ac b/configure.ac index b70a5b97b..88c3b5ba8 100644 --- a/configure.ac +++ b/configure.ac @@ -9,8 +9,8 @@ AC_PREREQ([2.59]) m4_define([gabble_major_version], [0]) m4_define([gabble_minor_version], [7]) -m4_define([gabble_micro_version], [27]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [28]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |