summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 17:54:18 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 17:54:18 +0100
commit739b5414ec3fe1fc7896d34f09f510a9e8029473 (patch)
tree65b9d7f03f31a96f0aa6f5459b295588ed92e816
parent52a6ac31f6d3b52332f6678c67c0c6013adf4c17 (diff)
downloadtelepathy-mission-control-739b5414ec3fe1fc7896d34f09f510a9e8029473.tar.gz
-rw-r--r--NEWS41
-rw-r--r--configure.ac4
2 files changed, 41 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index f31c9e42..639c4d9e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,44 @@
-telepathy-mission-control 5.15.2 (UNRELEASED)
+telepathy-mission-control 5.16.0 (2013-10-02)
=============================================
-…
+The “all these little strings” release.
+
+This is a new stable branch, recommended for use with GNOME 3.10.
+
+Fixes since 5.15.1:
+
+• If a connection manager that stores avatars on the server is slow to
+ discover whether we have a server-stored avatar, don't overwrite it
+ with an outdated local avatar or lack-of-avatar. This was a regression
+ in 5.15.0. (fd.o #69885, Simon)
+
+Here is a summary of significant changes since the previous stable branch,
+5.14.x:
+
+Dependencies:
+
+• GLib 2.32 is required
+• The regression tests require Python 2.6
+• ConnMan connectivity monitoring no longer requires special compilation
+ options or extra libraries at compile time
+• gnome-keyring support has been removed, use a ServerAuthentication
+ handler instead
+
+Enhancements:
+
+• When running under GNOME 3 or Unity, MC will attempt to enable
+ connections' power-saving features while the session is idle;
+ this is currently effective for Google Talk XMPP connections
+• MC now uses GNetworkMonitor to monitor connectivity;
+ NetworkManager integration, which supplements this, is still available
+• New set_attribute(), set_parameter(), owns() methods for
+ McpAccountStorage plugins
+• telepathy-spec 0.27.1: emit PropertiesChanged for URISchemes
+
+Fixes:
+
+• Don't try to reconnect on SoftwareUpgradeRequired or ConnectionRefused
+• McpAccountStorage::altered-one now works
telepathy-mission-control 5.15.1 (2013-09-19)
=============================================
diff --git a/configure.ac b/configure.ac
index c0581c85..e21fc7e8 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.15.1+])
+AC_INIT([telepathy-mission-control], [5.16.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
@@ -47,7 +47,7 @@ AC_SUBST([MCP_API_VERSION])
# else if library source has changed since last release
# increment revision
MCP_LT_CURRENT=5
-MCP_LT_REVISION=0
+MCP_LT_REVISION=1
MCP_LT_AGE=5
AC_SUBST([MCP_LT_CURRENT])
AC_SUBST([MCP_LT_REVISION])