summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-06-11 15:44:01 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-06-11 15:44:01 +0200
commitfb8000842e0b20f4aa4928edd62736b5cea2e8d5 (patch)
tree7759eea85343a445bb7d101b98f95d9d30335156
parent42c485ff56f5425cd592ae73c1c0e6c0f1de2b13 (diff)
downloadtelepathy-mission-control-fb8000842e0b20f4aa4928edd62736b5cea2e8d5.tar.gz
-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])