summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-12-31 11:31:15 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-12-31 11:31:15 -0200
commit1c08841fe6b25c6bafe1afa3f9cfc68d6d9ad01f (patch)
tree9ed8697ebe27907beedc0e0928204d6c1c5c6c40
parent58a450dad4c5706fa73282f01b6511cbd0f749a8 (diff)
Update NEWS
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c85d429d..21c6d623 100644
--- a/NEWS
+++ b/NEWS
@@ -8,11 +8,21 @@ Enhancements:
* Channel invalidation reasons now more accurately describe what happened,
including a new error TP_QT4_ERROR_ORPHANED for the corresponding Connection
getting invalidated from whichever reason.
+ * Added support for ContactList and ContactGroups interfaces improving
+ performance of Connection::FeatureRoster/Groups when the CM supports the new
+ interfaces.
+ * Deprecated Contact/ContactManager signals carrying a
+ Channel::GroupMemberChangeDetails param for publish/subscription/block state
+ changes and added new signals that should be used in new code.
Fixes:
* Properly install TelepathyQt4/ConnectionManagerLowLevel.
* A race condition causing proxies to be needlessly dropped from the factory
cache and hence new proxies built for a future request.
+ * Memory leaks when using Connection::FeatureRoster/RosterGroups where the
+ connection and roster channels were leaking.
+ * fd.o#29728 - ContactManager::addGroup and removeGroup are confusing/broken.
+ * fd.o#29735 - Roster API semantics are error / race condition prone.
telepathy-qt4 0.5.1 (2010-12-08)
=================================