summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2011-05-06 14:46:16 +0100
committerVivek Dasmohapatra <vivek@collabora.co.uk>2011-05-06 14:46:16 +0100
commit67eacd530568185c61499a67ba35f5c3562f4659 (patch)
tree020f3485271f81b7067c95822e7366e22465ee38
parenta17f762c4fd03256a962636c4c2019b7fa26e7c2 (diff)
Prepare version 5.7.10telepathy-mission-control-5.7.10
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c1c7ab30..d1a7d7ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,20 @@
-telepathy-mission-control 5.7.10 (UNRELEASED)
+telepathy-mission-control 5.7.10 (2011-05-06)
============================================
+The “Save the Alot” release.
+
Enhancements:
• Use the new arg0namespace matching to watch only interesting
DBus name-owner-changed signals if DBus is new enough to allow
this (fledermaus)
+Fixes:
+
+• Setting changes originating in storage backends (eg libaccounts)
+ were not necessarily propagated to CMs if they were not parameters
+ (fledermaus)
+
telepathy-mission-control 5.7.9 (2011-04-05)
============================================
diff --git a/configure.ac b/configure.ac
index 62df815d..f04aff7b 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.9+])
+AC_INIT([telepathy-mission-control], [5.7.10])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)