diff options
author | Alexander Akulich <akulichalexander@gmail.com> | 2020-02-21 02:40:21 +0300 |
---|---|---|
committer | Alexander Akulich <akulichalexander@gmail.com> | 2020-08-24 23:37:41 +0300 |
commit | 67df52b68b28e2a3755702b669a58747e21dd12b (patch) | |
tree | 0edb7ad24c3eac9c7545121e11a51057ebe83718 | |
parent | c573ebb6dd9df55e56d9279bbfddea67f9cd701f (diff) |
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,19 @@ +telepathy-mission-control 5.16.6 (2020-08-24) +============================================= + +The "leave no space" release. + +This release contains a critical compatibility fix for GLib >= 2.63.3. +Without this fix you won't be able to add an account. +Big thanks to Florian Müllner for the information and the patch! + +Fixes: + +• account: Fix property name (Florian Müllner) +• Update test to Python 3 (Tomi Leppänen) +• Make the tests runner busybox compatible (Tomi Leppänen) + + telepathy-mission-control 5.16.5 (2019-09-15) ============================================= diff --git a/configure.ac b/configure.ac index 4289f333..9e6765dc 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.5]) +AC_INIT([telepathy-mission-control], [5.16.6]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) |