diff options
author | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-01-19 15:10:38 +0000 |
---|---|---|
committer | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-01-19 15:10:38 +0000 |
commit | 833f5e87182e5053381bdd1502fe93b49c4cd347 (patch) | |
tree | c0bfc3a89366ccaea80aae2c250ebb772465cf69 | |
parent | c6114d74c265e77944968c46dd7afd0b09839ef7 (diff) |
Prepare version 5.7.2telepathy-mission-control-5.7.2
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 2 deletions
@@ -1,6 +1,8 @@ -telepathy-mission-control 5.7.2 (UNRELEASED) +telepathy-mission-control 5.7.2 (2011-01-18) ============================================ +The "Evil Geniuses for a Better Tomorrow" release. + Dependencies: • telepathy-glib ≥ 0.13.7 is now required. @@ -11,6 +13,8 @@ Enhancements: ChannelRequest.Interface.Hints interfaces is now on the main CD and CR interfaces, since it became stable in telepathy-spec 0.21.5. (cassidy) +• fd.o#32979: AccountManager.Interface.Hidden.DRAFT1 (wjt) + Changes to unstable API: • Support for the draft MinimumPresence interface has been removed. (wjt) @@ -27,6 +31,10 @@ Fixes: • The 'commit' virtual method for account storage plugins is once again optional, as documented and as was previously the case. (fd.o#32153, wjt) +• libaccounts backend cannot be as eager to flush to disc as the regular + keyfile backend as it is shared and excessive locking can interfere + with other libaccounts clients (eeejay) + telepathy-mission-control 5.7.1 (2010-12-06) ============================================ diff --git a/configure.ac b/configure.ac index 49c2def9..b274bad3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Set the version number to e.g. 5.0.beta42 immediately before a release. dnl Set the version number to e.g. 5.0.beta42+ immediately after (this will dnl enable -Werror). -AC_INIT([telepathy-mission-control], [5.7.1+]) +AC_INIT([telepathy-mission-control], [5.7.2]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) |