From 4c2b540e103cd87b296190ac4bdc72cfb40a3900 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 14 Sep 2010 18:25:10 +0100 Subject: Prepare version 5.5.4 --- NEWS | 7 ++++++- configure.ac | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 69eddb8d..816bd73f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ -telepathy-mission-control 5.5.4 (UNRELEASED) +telepathy-mission-control 5.5.4 (2010-09-14) ============================================ +The "salamander king" release. + Enhancements: • fd.o #26699: add support for plugins that delay requests while deciding @@ -19,6 +21,9 @@ Enhancements: Fixes: +• fd.o #28915: fix a regression in which parameters that are unset aren't + necessarily saved to the configuration file (fledermaus) + • Signal remote avatar deletion, for instance by another XMPP resource, in the same way as a remote avatar change (fledermaus) diff --git a/configure.ac b/configure.ac index 2248fbb1..54455e0c 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.5.3+]) +AC_INIT([telepathy-mission-control], [5.5.4]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) @@ -45,9 +45,9 @@ AC_SUBST([MCP_API_VERSION]) # set revision to 0 # else if library source has changed since last release # increment revision -MCP_LT_CURRENT=2 +MCP_LT_CURRENT=3 MCP_LT_REVISION=0 -MCP_LT_AGE=2 +MCP_LT_AGE=3 AC_SUBST([MCP_LT_CURRENT]) AC_SUBST([MCP_LT_REVISION]) AC_SUBST([MCP_LT_AGE]) -- cgit v1.2.1