summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1a5a3521..19db6530 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,16 @@
-telepathy-mission-control 5.16.2 (UNRELEASED)
+telepathy-mission-control 5.16.2 (2014-06-11)
=============================================
Fixes:
• don't crash in 'mc-tool auto-presence' subcommand (fd.o #74187, Simon)
+• fix parallel build (Simon)
+
+• Use G_STRFUNC in mission-control-plugins's DEBUG macro (Guillaume)
+
+• Fix a crash when GOA is restarted (fd.o #79827, Guillaume)
+
telepathy-mission-control 5.16.1 (2014-01-27)
=============================================
diff --git a/configure.ac b/configure.ac
index df3f0b58..60245886 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Set the version number to e.g. 5.x.y immediately before a release.
dnl Set the version number to e.g. 5.x.y+ immediately after (this will
dnl enable -Werror).
-AC_INIT([telepathy-mission-control], [5.16.1+])
+AC_INIT([telepathy-mission-control], [5.16.2])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])