summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2011-07-22 12:18:04 +0100
committerVivek Dasmohapatra <vivek@collabora.co.uk>2011-07-22 12:18:04 +0100
commit260719888571da3c2e0ebcdc9fc5f45f298c02cb (patch)
treebabaa8b06a72a8c40e4f3d3e16079c772e15e7b5
parenta6bb447eabb95bf91d5f0121ce0e8cdfa6eabead (diff)
downloadtelepathy-mission-control-260719888571da3c2e0ebcdc9fc5f45f298c02cb.tar.gz
Version 5.8.0
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 577e2057..0885ec2f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-mission-control 5.8.0 (UNRELEASED)
+telepathy-mission-control 5.8.0 (2011-07-22)
============================================
+The "It's a big ball of... branchy-wanchy stuff" release
+
Fixes:
• Fix the regression tests to pass under newer telepathy-glib versions
@@ -23,6 +25,11 @@ Fixes:
not correctly handle all internal requests which should have been
dispatched to an existing channel (fledermaus)
+• The McdTransport framework should have considered "no plugins" to be
+ equivalent to "proceed", not "abort" (fledermaus)
+
+• Some files were missing G_END_DECLS, which broke C++ includes (fledermaus)
+
telepathy-mission-control 5.7.11 (2011-05-11)
============================================
diff --git a/configure.ac b/configure.ac
index 88a42cfa..606aa0e6 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.7.11+])
+AC_INIT([telepathy-mission-control], [5.8.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)