diff options
-rw-r--r-- | NEWS | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 21 insertions, 1 deletions
@@ -1,7 +1,27 @@ telepathy-mission-control 5.7.3 (UNRELEASED) ============================================ +The "Future Events Like These Will Affect You in the Future" release. +Dependencies: + +• telepathy-glib ≥ 0.13.13 is now required + +Enhancements: + +• The connection now uses Connection.Interface.ServicePoint.KnownServicePoints + to determine which contacts correspond to emergency calls. (fledermaus) + +• Request policy plugins cannot affect emergency calls any more. (fledermaus) + +• mcd_debug now bypasses printf completely if neither debugging nor the debug + cache is turned on. (fledermaus) + +Fixes: + +• Leak in the DBus ACL plugin mechanism fixed (barisione) + +• Potential leak in mcd_master initialisation code fixed (barisione) telepathy-mission-control 5.7.2 (2011-01-18) ============================================ diff --git a/configure.ac b/configure.ac index 9c8db6a8..509f107c 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.2+]) +AC_INIT([telepathy-mission-control], [5.7.3]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) |