summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-19 14:37:22 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-19 14:37:22 +0100
commit2bd064c78030932544ceca652510c526f6f001dd (patch)
treecf02867dc9c178f4afb3d198f665d5b8ddfdae6b
parentc3cba937c429b7121270b19734a669211bebba19 (diff)
downloadtelepathy-mission-control-2bd064c78030932544ceca652510c526f6f001dd.tar.gz
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 62ff5d04..b48dd7a3 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 829f3cc1..e4245218 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])