telepathy-mission-control: 5.16.0
Simon McVittie
smcv at kemper.freedesktop.org
Wed Oct 2 11:00:51 PDT 2013
Module: telepathy-mission-control
Branch: master
Commit: 739b5414ec3fe1fc7896d34f09f510a9e8029473
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=739b5414ec3fe1fc7896d34f09f510a9e8029473
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Wed Oct 2 17:54:18 2013 +0100
5.16.0
---
NEWS | 41 +++++++++++++++++++++++++++++++++++++++--
configure.ac | 4 ++--
2 files changed, 41 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index f31c9e4..639c4d9 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 c0581c8..e21fc7e 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])
More information about the telepathy-commits
mailing list