diff options
| author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-01-29 13:37:17 +0000 |
|---|---|---|
| committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-01-29 13:37:17 +0000 |
| commit | 5f0da3297060d146bfa0573f7ebfa52fa9f4d975 (patch) | |
| tree | 89b57adaf4c4c25406e219d4527a2f2f4baed948 | |
| parent | 9db8b4d408fcab826ea4a3146d0fef53472a577c (diff) | |
Update NEWS
| -rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |
