summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-03-22 15:48:09 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-03-22 15:48:09 -0400
commit92b1202e4859cf5b4707cdaece10182d5fc7b3cc (patch)
treedda456363a3ccdeb153ee1cb25902e1a8b1e841a
parent9e5bd544a043c2c1a9fb59ef8b6bec413596023b (diff)
downloadtelepathy-logger-92b1202e4859cf5b4707cdaece10182d5fc7b3cc.tar.gz
-rw-r--r--NEWS21
-rw-r--r--configure.ac6
-rwxr-xr-x[-rw-r--r--]tools/glib-client-gen.py0
-rwxr-xr-x[-rw-r--r--]tools/glib-client-marshaller-gen.py0
4 files changed, 24 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ea95eaf..20fee49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+telepathy-logger 0.2.6 (2011-03-22)
+===================================
+
+The "Slimmer" release
+
+This rework release reimplement text observer on top of Telepathy GLib class
+and reimplement pending message cache. The deprecated Channel.Type.Text API
+support are no longer used. Distributions are encourage to update as this
+release fixes issues with handling of delivery reports.
+
+Fixes:
+
+* Ported all internal time manipulation to GDateTime
+* Observers now cache TplEntity object instead of TpContact to reduce number
+ memory allocations
+* Removed generated log_id
+* Removed unused twisted test framework
+* Port observer to TpTextChannel
+* Reimplemnent pending message cache
+* Update Telepathy GLib requirement to 0.14.0
+
telepathy-logger 0.2.5 (2011-03-03)
===================================
diff --git a/configure.ac b/configure.ac
index 144334e..b60f64d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
m4_define([tpl_major_version], [0])
m4_define([tpl_minor_version], [2])
-m4_define([tpl_micro_version], [5])
-m4_define([tpl_nano_version], [1])
+m4_define([tpl_micro_version], [6])
+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,
@@ -9,7 +9,7 @@ m4_define([tpl_nano_version], [1])
# 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], [2])
-m4_define([tpl_lt_revision], [2])
+m4_define([tpl_lt_revision], [3])
m4_define([tpl_lt_age], [0])
# The same for the extensions library produced by --enable-public-extensions
diff --git a/tools/glib-client-gen.py b/tools/glib-client-gen.py
index 6988596..6988596 100644..100755
--- a/tools/glib-client-gen.py
+++ b/tools/glib-client-gen.py
diff --git a/tools/glib-client-marshaller-gen.py b/tools/glib-client-marshaller-gen.py
index 5444725..5444725 100644..100755
--- a/tools/glib-client-marshaller-gen.py
+++ b/tools/glib-client-marshaller-gen.py