From 7ab46391f5ca7b44662ce3e6f650b50e00233bdb Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 28 Jun 2010 14:32:48 +0200 Subject: prepare 0.1.3 release --- NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 269e0bc..1addb32 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,43 @@ +telepathy-logger 0.1.3 (2010-06-28) +=================================== + +Dependencies: + +* telepathy-glib ≥ 0.11.7 + +Enhancements: + +* Properly support the Debug interface. + +* Reuse existing TpAccount objects instead of creating new ones. This reduce + the D-Bus traffic when logging messages as we don't need to fetch the + account properties any more (fdo #28682). + +* Cache all the participants of the room when logging group text channels + (fdo #28680). + +Fixes: + +* Correctly set the 'isuser' flag when logging text channels. + +* Correctly set the sender ID when logging group text channels. + +* Properly sort dates in the list returned by + tpl_log_manager_get_filtered_messages_finish. + +* Fix a race when logging text messages. + +* Correctly set the default value of the ignorelist gconf key. + +* Install the logger to $libexec. + +* Set the Recover flag in the logger's client file so MissionControl will + make it observe existing channels when (re)starting. + +* Return earlier from ObserveChannels() to avoid blocking channels dispatching + too long (fdo #28787). + + telepathy-logger 0.1.2 (2010-06-18) =================================== -- cgit v1.2.1