summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-05-14 10:18:23 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-05-14 10:18:23 +0100
commit47032046fdca3735108a55d2b1000f44b257c9d4 (patch)
treea4707a17caf324e4181d875c521091fbe440523e
parent0ac96775c905c9b83d99fd5f6aca7bc4a8adf2de (diff)
downloadtelepathy-mission-control-47032046fdca3735108a55d2b1000f44b257c9d4.tar.gz
5.99.11
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 78a9333d..f68f2d58 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,17 @@
-telepathy-mission-control 5.99.11 (UNRELEASED)
+telepathy-mission-control 5.99.11 (2014-05-14)
==============================================
-...
+The “electioneering” release.
+
+Fixes:
+
+• Update for compatibility with telepathy-glib 0.99.11
+ (fd.o #77189, fd.o #77144, fd.o #77139; Simon)
+
+• Use GVariant for channel properties, etc. (fd.o #77139, Simon)
+
+• Rewrite local-xmpp accounts imported from Telepathy0 into local_xmpp
+ accounts (fd.o #77029, Simon)
telepathy-mission-control 5.99.10 (2014-04-03)
==============================================
diff --git a/configure.ac b/configure.ac
index 54a3701e..90a8be68 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.99.10+])
+AC_INIT([telepathy-mission-control], [5.99.11])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])