From 5de9c50b0353f10b2fd7b1a6980c37bd7cb1b4dc Mon Sep 17 00:00:00 2001 From: Alexander Akulich Date: Sun, 15 Sep 2019 13:24:47 +0300 Subject: 5.16.5 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1