summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2011-05-11 15:55:21 +0100
committerVivek Dasmohapatra <vivek@collabora.co.uk>2011-05-11 15:55:21 +0100
commitab65263abdb9270d27177ed04ef919deb5b542a6 (patch)
tree0cb59da23b09c20716df607d56d190e9b6ad7b48
parent88b5baf1db86614acff4ec8fca94667c7a55b49f (diff)
downloadtelepathy-mission-control-ab65263abdb9270d27177ed04ef919deb5b542a6.tar.gz
Prepare version 5.7.11telepathy-mission-control-5.7.11
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ee8b3cd4..670138a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-mission-control 5.7.11 (UNRELEASED)
+telepathy-mission-control 5.7.11 (2011-05-11)
============================================
+The “Then you admit confirming not denying you ever said that?” release.
+
Enhancements:
• fd.o #36845: dispatch operation policy plugins can implement
@@ -14,6 +16,12 @@ Enhancements:
removing the need to call mcp_dispatch_operation_policy_iface_implement_check
(smcv)
+• The implementation vtable of MCP plugin classes is no longer concealed, and
+ maybe assigned to directly by implementations instead of using the _implement
+ methods (wjt, smcv)
+
+• More/better documentation for the MCP plugin classes (smcv)
+
Fixes:
• If enabled, the Aegis plugin is now statically linked into the MC executable
diff --git a/configure.ac b/configure.ac
index b1f94b17..84f584f6 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.10+])
+AC_INIT([telepathy-mission-control], [5.7.11])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)