summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-02-23 20:42:35 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-02-23 20:58:17 -0500
commitded2c843879c5f41b06c4cdce7da8bd630ebcee8 (patch)
treea06f0e7df3ecf70c36067759fca36e2599755833 /NEWS
parentb32d667abf49d6615f21658e9ff120bbe556d775 (diff)
downloadtelepathy-logger-ded2c843879c5f41b06c4cdce7da8bd630ebcee8.tar.gz
Change for telepathy-logger 0.2.0 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 584f436..2ceadff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+telepathy-logger 0.2.0 (2011-02-23)
+===================================
+
+This version is a large API refactoring that enables abstraction of
+the logged event type and clarifies the methods. Alongside this large refactoring
+some new features like ability to clear logs (see D-Bus API) and read-only
+Pidgin log store can be found. While it remains compatible on the storage
+side, the API is not.A version of Empathy compatible with this release will be
+released shortly; watch the Telepathy mailing list for details.
+
+Enhancement:
+
+* Read-only support for Pidgin log store.
+* Ability to clear logs (see D-Bus API).
+* Largely reworked API:
+ - TplEntry is now TplEvent.
+ - Sub-class naming is now more natural (e.g. TplTextEvent instead of
+ TplEventText).
+ - D-Bus API has been reduced to the minimum required function.
+ - chat-id is now commonly called target-id to abstract text chat.
+ - TplSearchHit has been cleanup and usage reduced.
+ - TplEntityDirection has been remove from TplEntity.
+ - TplEntity and TplEvent class was cleaned from useless setters and unused getters.
+ - ROOM is now used instead of GROUP to follow Telepathy naming.
+ - _get_chats() method is now replaced by _get_entities().
+ - Unused method _search_in_identitifer() is removed.
+ - TplTextEvent exposes message-type to let client know if it's a /me message.
+ - TplLogManager API now takes TplEntity to identify target.
+ - TplEventTypeMask can be used to filter event type (for future use).
+* A fair amount of test has been added.
+
+
telepathy-logger 0.1.7 (2010-11-29)
===================================