summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2011-04-05 14:50:40 +0100
committerVivek Dasmohapatra <vivek@collabora.co.uk>2011-04-05 14:50:40 +0100
commitfa41a9cf0b4f336efeea3848bffbf26de5a66cc7 (patch)
treedb20211dca2a8f9c08ddee7139c68c56071297c9
parent63bd914321360851f30b30eea51d903563b927e4 (diff)
downloadtelepathy-mission-control-fa41a9cf0b4f336efeea3848bffbf26de5a66cc7.tar.gz
Prepare version 5.7.8telepathy-mission-control-5.7.8
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
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)