summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-05-18 12:50:07 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-05-18 12:50:07 +0100
commitcc9acec9c7e8fcbeb92271783f43e8311b7a3176 (patch)
treedde287acbfe3ecf0767e692a3c9596bce492e5be
parentf64b04c3eb487e7df44836c2572260efcf9cc1dd (diff)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e405d590..e29fea4d 100644
--- a/NEWS
+++ b/NEWS
@@ -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)