summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2020-02-21 02:40:21 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2020-08-24 23:37:41 +0300
commit67df52b68b28e2a3755702b669a58747e21dd12b (patch)
tree0edb7ad24c3eac9c7545121e11a51057ebe83718
parentc573ebb6dd9df55e56d9279bbfddea67f9cd701f (diff)
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0ecad85a..db9f2652 100644
--- a/NEWS
+++ b/NEWS
@@ -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])