diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-10-05 11:39:52 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-10-05 11:39:52 +0100 |
commit | 0d025106a50a75904ae13b65e4c8f8220faa1104 (patch) | |
tree | 4ddebf73bf6354f72beebe5bdb528aa4f5ad368c | |
parent | e7d04988d6cc2934a2e77b1a73e92bf29795177b (diff) |
version 0.5.2telepathy-salut-0.5.2
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 20 insertions, 6 deletions
@@ -1,9 +1,23 @@ -telepathy-salut 0.5.2 (UNRELEASED) +telepathy-salut 0.5.2 (2011-10-05) ================================== - .---. -~|__(^.^) - " " +Enhancements: + + • fd.o#40035: the ContactInfo Connection interface has been + implemented, so extra information about contacts, like first and + last names, are now exposed in a nice way and can be shown in + clients. (wjt) + +Fixes: + + • Ensure OLPC tests are included in releases. (jonny) + + • Fix send_ll_pep_event public utility function to construct PEP + messages correctly. (jonny) + +Dependencies: + + • xmldiff is no longer required for tests. telepathy-salut 0.5.1 (2011-07-07) ================================== diff --git a/configure.ac b/configure.ac index 870eeff0..dd231a75 100644 --- a/configure.ac +++ b/configure.ac @@ -9,8 +9,8 @@ AC_PREREQ([2.59]) m4_define([salut_major_version], [0]) m4_define([salut_minor_version], [5]) -m4_define([salut_micro_version], [1]) -m4_define([salut_nano_version], [1]) +m4_define([salut_micro_version], [2]) +m4_define([salut_nano_version], [0]) # Some magic m4_define([salut_base_version], |