summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-06 15:57:14 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-06 15:57:14 +0200
commit2ea0c999ab61ebaed883a69f207fe9ca3979dce0 (patch)
tree55b65dab46417091b07bc8a30e643813b0fae238
parent5d3655176a44bae0e442392a5cf8db70bfbad879 (diff)
downloadtelepathy-glib-2ea0c999ab61ebaed883a69f207fe9ca3979dce0.tar.gz
NEWS
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b4a33ab79..4fb4c622e 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,18 @@ Deprecations:
TpBaseConnection have been sealed. In the same spirit than G_SEAL, we
introduced _TP_SEAL to force usage of getters and setters. (Simon)
+• Including individual headers is now deprecated. Only the teleapthy-glib.h and
+ telepathy-glib-dbus.h meta headers should be included in applications. Build
+ error is disabled by default and can be turned on by defining
+ TP_DISABLE_SINGLE_INCLUDE. (Xavier)
+
+• tp_list_connection_managers() has been deprecated in favor of
+ tp_list_connection_managers_async() and tp_list_connection_managers_finish().
+ (Simon)
+
+• TpConnectionManagerProtocol and all its related functions have been deprecated
+ in favor of TpProtocol. (Simon)
+
Enhancements:
• New TpAccountRequest object to help account creation (Jonny)