[telepathy-mission-control-5.16] telepathy-mission-control: 5.15.1 (5. 16 rc1)
Simon McVittie
smcv at kemper.freedesktop.org
Thu Sep 19 07:18:48 PDT 2013
Module: telepathy-mission-control
Branch: telepathy-mission-control-5.16
Commit: 2bd064c78030932544ceca652510c526f6f001dd
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=2bd064c78030932544ceca652510c526f6f001dd
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Thu Sep 19 14:37:22 2013 +0100
5.15.1 (5.16 rc1)
---
NEWS | 25 ++++++++++++++++++++++++-
configure.ac | 2 +-
2 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 62ff5d0..b48dd7a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
-telepathy-mission-control 5.15.1 (UNRELEASED)
+telepathy-mission-control 5.15.1 (2013-09-19)
=============================================
+The âwhere can I put giant plastic arthopods?â release.
+
+This is a release candidate for Mission Control 5.16.
+
Dependencies:
⢠There is no longer a special configuration option for ConnMan connectivity
@@ -16,6 +20,13 @@ Dependencies:
similar to the ones provided in Empathy or KDE-Telepathy if you
don't want passwords to be stored in a file as clear text.
+Deprecations:
+
+⢠mcp_dispatch_operation_leave_channels() is deprecated.
+ To hang up and close Call channels in a dispatch policy plugin,
+ use tp_call_channel_hangup_async() and
+ mcp_dispatch_operation_close_channels() instead.
+
Enhancements:
⢠Use GIO's GNetworkMonitor plugins to monitor connectivity
@@ -32,6 +43,18 @@ Fixes:
⢠Don't emit critical warnings if more than one emergency "service point" is
provided, and don't leak memory if any are provided (fd.o #55773, Simon)
+⢠Advertise Service and Hidden as properties that can be given when creating
+ an account (fd.o #33127, Simon)
+
+⢠Fix a likely crash when upgrading the storage format of accounts,
+ a regression in 5.15.0 (fd.o #69542, Simon)
+
+⢠Fix a crash when an account is disconnected while inspecting the
+ self-contact, a regression in 5.15.0 (fd.o #69542, Simon)
+
+⢠Make the regression tests pass with the parallel test harness used by
+ default in Automake 1.13+ (fd.o #69542, Simon)
+
telepathy-mission-control 5.15.0 (2013-05-03)
=============================================
diff --git a/configure.ac b/configure.ac
index 829f3cc..e424521 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.0+])
+AC_INIT([telepathy-mission-control], [5.15.1])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
More information about the telepathy-commits
mailing list