summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-21 19:41:39 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-21 19:41:39 +0000
commit8c8b9e690c94ba4b5a2f461799bc2e97b2104bce (patch)
treefa41c623f1809754ad101b23981f77f98b97a456
parentb4e4a0f52f75cabb8d6d60618e2decf72e7961e3 (diff)
downloadtelepathy-mission-control-8c8b9e690c94ba4b5a2f461799bc2e97b2104bce.tar.gz
Prepare 5.11.0
-rw-r--r--NEWS30
-rw-r--r--configure.ac4
2 files changed, 32 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dd7963ee..85173604 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+telepathy-mission-control 5.11.0 (2012-02-21)
+=============================================
+
+The "leaning on the fourth wall" release.
+
+Requirements:
+
+• telepathy-glib 0.17.5 is now required
+
+Enhancements:
+
+• Migrate telepathy-butterfly accounts to telepathy-haze automatically,
+ if Haze is installed (fd.o #42814, Guillaume)
+
+• Improve mc-tool (fd.o #45308, Guillaume/Will)
+
+• Add Account.Supersedes (fd.o #42814, Simon)
+
+Fixes:
+
+• Prefer to destroy arrays with _unref instead of _free (Xavier)
+
+• Add support for building on Android (fd.o #42508, Alvaro/Derek)
+ and Windows (Alvaro/Siraj)
+
+• Make the NetworkManager integration optional (fd.o #43791, Mikhail)
+
+• Don't crash on Get('Parameters') for a CM that isn't installed
+ (fd.o #44939, Will)
+
telepathy-mission-control 5.10.1 (2011-11-08)
=============================================
diff --git a/configure.ac b/configure.ac
index afd4acd3..ed5c1fe3 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.10.999+])
+AC_INIT([telepathy-mission-control], [5.11.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)
@@ -46,7 +46,7 @@ AC_SUBST([MCP_API_VERSION])
# else if library source has changed since last release
# increment revision
MCP_LT_CURRENT=3
-MCP_LT_REVISION=0
+MCP_LT_REVISION=1
MCP_LT_AGE=3
AC_SUBST([MCP_LT_CURRENT])
AC_SUBST([MCP_LT_REVISION])