diff options
-rw-r--r-- | NEWS | 20 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 22 insertions, 2 deletions
@@ -1,3 +1,23 @@ +telepathy-logger 0.2.4 (2011-03-01) +=================================== + +The "small" release + +This bug fix release fixes minor issues. We suggest distributions to update to +this version as it fixes compilation and unit tests on some configurations. + +Fixes: + +* Add output annotations in TplLogManager (Jasper) +* Make the introspection files be 0.2 instead of 1.0 (Emilio) +* Fix use of uninitialised variable (Nicolas) +* Remove reference to Gnome in configure.ac (Nicolas) +* Remove GPL warning in README, Logger is now fully LGPL (Nicolas) +* Move observer and SQlite tests with dbus enabled tests (Nicolas) +* Update valgrind suppressions. (Nicolas) +* Fix XML store test crash on 32bit computer. (Nicolas) + + telepathy-logger 0.2.3 (2011-02-28) =================================== diff --git a/configure.ac b/configure.ac index 7b00710..e70a5bd 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], [3]) -m4_define([tpl_nano_version], [1]) +m4_define([tpl_micro_version], [4]) +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, |