diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-03-01 16:43:50 -0500 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-03-01 16:43:50 -0500 |
commit | ae70387efb4724def8ca9fa52ce943b32bccdaa7 (patch) | |
tree | 2e0b0c86e18b0374640569be45b76f794aa137e4 | |
parent | ffa38e87f97e1fcc4940e45a9feff2e5e5546965 (diff) |
version 0.2.4telepathy-logger-0.2.4
-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, |