diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-06-03 22:15:32 +1000 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-06-03 22:15:32 +1000 |
commit | 9e2634a1cc47a9cc52c8bdf62cac2691a0d9ee43 (patch) | |
tree | 18c205c3db24a6ca15c13b62f81f714ef5aeb076 | |
parent | 8674090dffeae2a9a6dc029afd133fdda2eed860 (diff) |
Prepare release 5.5.1telepathy-mission-control-5.5.1
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 3 deletions
@@ -1,7 +1,20 @@ -telepathy-mission-control 5.5.1 (UNRELEASED) +telepathy-mission-control 5.5.1 (2010-06-03) ============================================ -... +The "red head headache" release. + +Enhancements: + +* Port mc-tool from libmcclient to telepathy-glib (danni) + +* Implement McpAccountStorage::toggled so that account plugins can toggle + the Enabled property of accounts (danni) + +* Document mission-control-plugins (smcv) + +Fixes: + +* Change names of variables that shadow global functions (danni) telepathy-mission-control 5.5.0 (2010-05-26) ============================================ diff --git a/configure.ac b/configure.ac index 749318e6..d59ad955 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.0+]) +AC_INIT([telepathy-mission-control], [5.5.1]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) |