summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-03 18:23:58 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-03 18:23:58 +0100
commitb43b258ea28041360122ffb6e85b87aad5c9665a (patch)
treebe13fa14baeca98e35648180a274aaeb22d064c8
parent9ea179a97d957e41be9eccc03236e254220c3ad2 (diff)
-rw-r--r--NEWS30
-rw-r--r--configure.ac4
2 files changed, 17 insertions, 17 deletions
diff --git a/NEWS b/NEWS
index fde0eb75..6e7bc9be 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 4f6a0ba4..05ed3894 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],