summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ddc41b0f..7596c731 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-telepathy-mission-control 5.16.4 (UNRELEASED)
+telepathy-mission-control 5.16.4 (2016-09-02)
=============================================
The "get modern" release.
@@ -13,6 +13,7 @@ Fixes:
• UPower support is now disabled by default if UPower is >= 0.99.
The features needed have now moved to logind, which is supported
in MC since 5.15.1 (fd.o #70458, George Kiagiadakis)
+• fix some memory leaks and a potential crash (fd.o #76401, Simon)
Dependencies:
diff --git a/configure.ac b/configure.ac
index 6d2f9d74..1bcf8521 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.3+])
+AC_INIT([telepathy-mission-control], [5.16.4])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])