summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-29 13:37:17 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-29 13:37:17 +0000
commit5f0da3297060d146bfa0573f7ebfa52fa9f4d975 (patch)
tree89b57adaf4c4c25406e219d4527a2f2f4baed948
parent9db8b4d408fcab826ea4a3146d0fef53472a577c (diff)
Update NEWS
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5a66c9cd..e1b92781 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,11 @@ Incompatible changes:
this functionality (e.g. Empathy's GNOME Online Accounts integration),
a simple recompile should be sufficient.
+• mcp_dispatch_operation_ref_connection(),
+ mcp_dispatch_operation_find_channel_by_type() and
+ mcp_dispatch_operation_ref_nth_channel() now take a
+ TpSimpleClientFactory argument.
+
• The mcp_account_storage_create() virtual method now takes a single string
(the result of IdentifyAccount()), instead of a GHashTable (containing all
the new account's initial parameters).
@@ -27,6 +32,9 @@ Incompatible changes:
• The Account.I.Hidden and AccountManager.I.Hidden interfaces have been
removed. See fd.o #70427 for a somewhat similar idea.
+• The BypassObservers feature has been removed. See fd.o #30043
+ for attempts to design a better version.
+
• The Account.I.Conditions interface has finally been removed.
Most of its supporting code was already deleted between 5.14 and 5.16.
@@ -34,6 +42,12 @@ Incompatible changes:
ChannelDispatcher.I.Messages1. This will require some minor changes to
Telepathy-Qt, its only known user.
+• Support for Maemo features (Aegis, MCE and an old libaccounts-glib
+ account storage plugin) has been removed. Users of modern libaccounts-glib
+ versions (like the one in Ubuntu) should use the UOA plugin in Empathy,
+ or help us to disentangle it from Empathy and add it to Mission Control
+ (fd.o #66459).
+
Dependencies:
• GLib ≥ 2.36 (including GObject, GModule and GIO) is now required