summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-05-06 15:26:32 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-05-06 15:31:48 -0400
commit45d18897530624860e0a8b6c2b8c7e20560f063d (patch)
treed96b678e4d9157db61d9fe0729ed1092680e9895
parentc1dc060a22f7f1e7441a41a2ee0b38d695843a22 (diff)
-rw-r--r--NEWS24
-rw-r--r--configure.ac4
2 files changed, 26 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1d5a690..4a41081 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+telepathy-logger 0.2.9 (2011-05-06)
+===================================
+
+The "Vendredi au soleil" release
+
+This bug fix release most importantly fixes performance issues. This has been
+possible through the rework of Call logs storage method. Note that older Call
+logs will not be retrieved from store. We tolerate this breakage for two
+reasons, Call support is still experimental and a bug in the .client file was
+causing call logs not to be forwarded to the observer. Distributions are
+encourage to update as this release improves performance when opening chat
+windows in Empathy.
+
+Fixes:
+
+* Work around GLib TimeZone cache bug (Gnome bug #646435)
+* Fix client file to effectively observe Call.DRAFT channels
+* Downgraded autotools requirement to 2.65
+* Fix SQL syntax error and pending message order
+* Store Calls log in seperate file (e.g 20110505.call.log)
+* Make Pidgin store robust to empty file
+* And more unit tests
+
+
telepathy-logger 0.2.8 (2011-03-31)
===================================
diff --git a/configure.ac b/configure.ac
index 25c115a..d49bc44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([tpl_major_version], [0])
m4_define([tpl_minor_version], [2])
-m4_define([tpl_micro_version], [8])
+m4_define([tpl_micro_version], [9])
m4_define([tpl_nano_version], [0])
# If Tpl library source has changed since last release, increment revision
@@ -9,7 +9,7 @@ m4_define([tpl_nano_version], [0])
# If interfaces have been added since last release, increment age
# If interfaces have been removed since last release, set age to 0
m4_define([tpl_lt_current], [3])
-m4_define([tpl_lt_revision], [0])
+m4_define([tpl_lt_revision], [1])
m4_define([tpl_lt_age], [1])
# The same for the extensions library produced by --enable-public-extensions