diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-28 14:32:48 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-28 14:34:20 +0200 |
commit | 7ab46391f5ca7b44662ce3e6f650b50e00233bdb (patch) | |
tree | 9c470805f2dfd4700d4d08af24af8f36d2fa54af | |
parent | ac51cfaa44521bacdfb2c8daf5952b4576579b0d (diff) |
prepare 0.1.3 releasetelepathy-logger-0.1.3
-rw-r--r-- | NEWS | 40 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 41 insertions, 1 deletions
@@ -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) =================================== diff --git a/configure.ac b/configure.ac index 276dd7d..32679bd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ m4_define([tpl_major_version], [0]) m4_define([tpl_minor_version], [1]) m4_define([tpl_micro_version], [3]) -m4_define([tpl_nano_version], [1]) +m4_define([tpl_nano_version], [0]) # If Tpl library source has changed since last release, increment revision # If interfaces have been added, removed or changed since last release, |