summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-14 18:25:10 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-14 18:25:10 +0100
commit4c2b540e103cd87b296190ac4bdc72cfb40a3900 (patch)
tree0afd17f4999e402fef466d2afdd2bea019c02440
parent4f67eab634aa4d91d4841b3f3bdfa6d7ee52b2f0 (diff)
downloadtelepathy-mission-control-4c2b540e103cd87b296190ac4bdc72cfb40a3900.tar.gz
-rw-r--r--NEWS7
-rw-r--r--configure.ac6
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])