summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)