summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2019-09-15 13:24:47 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2019-09-15 17:36:20 +0300
commit5de9c50b0353f10b2fd7b1a6980c37bd7cb1b4dc (patch)
tree9673e3a8cfa954ad1fe2a431e59bbb793eaa63c5
parente3eb6c5a7a374667b2a57f517d449a7d48f56c0a (diff)
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7596c731..0ecad85a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+telepathy-mission-control 5.16.5 (2019-09-15)
+=============================================
+
+The "magic number three" release.
+
+Enhancements:
+
+• Port build tools to Python 3
+
+Fixes:
+
+• Fix memory leak in get_parameter_of_known_type() (Slava Monich)
+• Fix autoconnection of accounts with always_dispatch=true (Martin Klapetek)
+• Fix crash on any of the active connection managers disappears
+ from dbus (Tiago Salem Herrmann)
+
+
telepathy-mission-control 5.16.4 (2016-09-02)
=============================================
diff --git a/configure.ac b/configure.ac
index cf9d290f..4289f333 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.4+])
+AC_INIT([telepathy-mission-control], [5.16.5])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])