diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-05-18 12:50:07 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-05-18 12:50:07 +0100 |
commit | cc9acec9c7e8fcbeb92271783f43e8311b7a3176 (patch) | |
tree | dde287acbfe3ecf0767e692a3c9596bce492e5be | |
parent | f64b04c3eb487e7df44836c2572260efcf9cc1dd (diff) |
version 5.9.0telepathy-mission-control-5.9.0
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 2 deletions
@@ -1,7 +1,20 @@ -telepathy-mission-control 5.7.12 (UNRELEASED) +telepathy-mission-control 5.9.0 (2011-05-18) ============================================ +Dependencies: + +• telepathy-glib ≥ 0.15 is now required. + +• glib ≥ 2.28 is now required. + +Enhancements: + +• DelegateChannels and PresentChannel from spec version 0.23.2 have + been implemented. (cassidy) + +Fixes: +• fd.o#36483: All tests now pass, even with newer tp-glib. (jonny) telepathy-mission-control 5.7.11 (2011-05-11) ============================================ diff --git a/configure.ac b/configure.ac index bd23935a..94a68ea1 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.8.999+]) +AC_INIT([telepathy-mission-control], [5.9.0]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) |