[Telepathy-commits] [telepathy-qt4/master] Update NEWS regarding QExplicitlySharedDataPointer usage.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Wed Mar 18 11:13:30 PDT 2009


---
 NEWS |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 62e39c9..b153d82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,15 @@
 telepathy-qt4 0.1.2 (UNRELEASED)
 ================================
 
-...
+API changes:
+
+* AccountManager, Account, ConnectionManager, Connection, Channel
+  now inherit QSharedData and are used together with
+  QExplicitlySharedDataPointer.
+  This is needed so we can create shared pointers based on the object itself,
+  instead of doing hacks to find the shared pointer related to a given object.
+  See http://lists.freedesktop.org/archives/telepathy/2009-March/003168.html for
+  more details.
 
 telepathy-qt4 0.1.1 (2009-03-05)
 ================================
-- 
1.5.6.5



More information about the telepathy-commits mailing list