From fa41a9cf0b4f336efeea3848bffbf26de5a66cc7 Mon Sep 17 00:00:00 2001 From: Vivek Dasmohapatra Date: Tue, 5 Apr 2011 14:50:40 +0100 Subject: Prepare version 5.7.8 --- NEWS | 25 ++++++++++++++++++++++++- configure.ac | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5269f9c4..104c15d1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,29 @@ -telepathy-mission-control 5.7.8 (UNRELEASED) +telepathy-mission-control 5.7.8 (2011-04-05) ============================================ +The “À la Recherche du Temps Perdu” release. + +Enhancements: + +• accounts can be flagged as "channels must always be dispatched" + needed for telephony class accounts, but available generally (fledermaus) + +• Draft ChannelDispatcher.Messages interface implemented + allows non-handlers to send messages to contacts (fledermaus) + +Fixes: + +• Segfault in the external password storage properties interface (sjoerd) + +• SSO account deletions explicitly force Account.Removed to be emitted + They used to assume object disposal would happen immediately, which + did not always happen (fledermaus) + +• The "Service" value for Maemo SSO accounts could be unset after + account creation, a side effect of changes in 5.7.7 (fledermaus) + +• Memory leak in one of the Maemo DBus ACL plugins (fledermaus) + Obsolescence: • Dead interface com.nokia.Account.Interface.Stats dropped (fledermaus) diff --git a/configure.ac b/configure.ac index d41f9140..cc318bad 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.7+]) +AC_INIT([telepathy-mission-control], [5.7.8]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) -- cgit v1.2.1