summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-28 14:32:48 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-28 14:34:20 +0200
commit7ab46391f5ca7b44662ce3e6f650b50e00233bdb (patch)
tree9c470805f2dfd4700d4d08af24af8f36d2fa54af /NEWS
parentac51cfaa44521bacdfb2c8daf5952b4576579b0d (diff)
prepare 0.1.3 releasetelepathy-logger-0.1.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS40
1 files changed, 40 insertions, 0 deletions
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)
===================================