[next] telepathy-mission-control: 5.99.10
Simon McVittie
smcv at kemper.freedesktop.org
Thu Apr 3 12:48:52 PDT 2014
Module: telepathy-mission-control
Branch: next
Commit: b43b258ea28041360122ffb6e85b87aad5c9665a
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=b43b258ea28041360122ffb6e85b87aad5c9665a
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Thu Apr 3 18:23:58 2014 +0100
5.99.10
---
NEWS | 30 +++++++++++++++---------------
configure.ac | 4 ++--
2 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/NEWS b/NEWS
index fde0eb7..6e7bc9b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,21 +1,16 @@
-telepathy-mission-control 5.99.8 (2014-03-19)
-=============================================
+telepathy-mission-control 5.99.10 (2014-04-03)
+==============================================
-⢠Telepathy 1.0 branch; changes below are a summary of changes since 5.16,
- and might not be complete.
+Incompatible changes:
-Running this version of Mission Control for the first time will automatically
-migrate some account data to a new format. If you subsequently downgrade
-to an older version, it will no longer understand all account data.
-Taking a backup copy of ~/.local/share/telepathy/mission-control
-before you upgrade is recommended.
+⢠MC 6 implements the Telepathy 1 D-Bus API, and is parallel-installable
+ with Telepathy 0 (MC 5).
-Incompatible changes:
+⢠Accounts are now stored in XDG_DATA_DIRS/telepathy-1/mission-control/,
+ in separate per-account files.
⢠The mission-control-plugins library has broken API/ABI; deprecated functions
- and the "D-Bus ACL" plugin API have been removed. For plugins not using
- this functionality (e.g. Empathy's GNOME Online Accounts integration),
- a simple recompile should be sufficient.
+ and the "D-Bus ACL" plugin API have been removed.
⢠mcp_dispatch_operation_ref_connection(),
mcp_dispatch_operation_find_channel_by_type() and
@@ -57,7 +52,7 @@ Incompatible changes:
Dependencies:
⢠GLib ⥠2.36 (including GObject, GModule and GIO) is now required
-⢠telepathy-glib ⥠0.23.1 is now required
+⢠telepathy-glib ⥠0.99.10 is now required
Enhancements:
@@ -69,7 +64,12 @@ Enhancements:
⢠Re-save parameters with their types when edited, or when we discover
what type the connection manager expects (fd.o #71093, Simon)
-⢠Use telepathy-glib 0.23 for CD.I.Messages (fd.o #37380, Simon)
+⢠Use telepathy-glib for CD.I.Messages (fd.o #37380, Simon)
+
+⢠Improve installable tests and provide GNOME-style metadata
+ (fd.o #74626, Simon)
+
+⢠Automatically import Telepathy 0 accounts on first run (fd.o #70991, Simon)
Fixes:
diff --git a/configure.ac b/configure.ac
index 4f6a0ba..05ed389 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.99.8+])
+AC_INIT([telepathy-mission-control], [5.99.10])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
@@ -157,7 +157,7 @@ AC_SUBST(DBUS_CFLAGS)
AC_SUBST(DBUS_LIBS)
PKG_CHECK_MODULES([TELEPATHY],
- [telepathy-glib-1 >= 0.99.7, telepathy-glib-1-dbus >= 0.99.7])
+ [telepathy-glib-1 >= 0.99.10, telepathy-glib-1-dbus >= 0.99.10])
AC_DEFINE([TP_VERSION_MIN_REQUIRED], [TP_VERSION_1_0],
[Ignore post-1.0 deprecations])
AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_1_0],
More information about the telepathy-commits
mailing list