diff options
author | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-02-15 15:00:34 +0000 |
---|---|---|
committer | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-02-15 15:00:34 +0000 |
commit | 181b72b62e7c908268d09ae7ed8388c820e28d04 (patch) | |
tree | e23660c8bafa0aaaeeb8d30cc7ff029f59f9aed0 | |
parent | 9b5e028ed37d3b7ed6d95ffb02d1a9661ef12564 (diff) |
Prepare version 5.7.3telepathy-mission-control-5.7.3
-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) |