summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-09-02 22:27:30 +0300
committerGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-09-02 22:27:30 +0300
commit74d553d4125224f0a95c9d2843d38861b42eae9f (patch)
tree5a7b93b03903e24a24c4974ed1dbde962511fc40
parentf576a9e8a125c16e3a562e3bb820707c1041af5c (diff)
downloadtelepathy-mission-control-74d553d4125224f0a95c9d2843d38861b42eae9f.tar.gz
-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])