commit 84cb5c6a67338fdd2b463e8bcc47cfd0918370e0 Author: Travis Reitter Date: Tue Aug 17 20:55:18 2010 -0700 Release version 0.1.14 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 176f8f1aab8cc95ca2709778a9bbf427680d3530 Author: Travis Reitter Date: Tue Aug 17 16:55:48 2010 -0700 Fix calls to deprecated Gee.Map.remove() backends/telepathy/tpf-persona-store.vala | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 6814e1ada47d86db8fed48c87bf27fe7f3d6a26e Author: Travis Reitter Date: Tue Aug 17 16:35:28 2010 -0700 Update object ownership in the Telepathy backend for the new tp-lowlevel ownership. backends/telepathy/tpf-persona-store.vala | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit 8dc6a2a39f859b49b964e314234c30b37c883c1e Author: Travis Reitter Date: Tue Aug 17 16:07:07 2010 -0700 Don't free the return value of transfer-full TpLowlevel functions. These transfer return value ownership, so we're asking for a double-free error. backends/telepathy/tp-lowlevel.c | 15 +++------------ 1 files changed, 3 insertions(+), 12 deletions(-) commit a3568cd62fa41b0c133f09ea9444fe068ccc9865 Author: Travis Reitter Date: Tue Aug 17 16:31:07 2010 -0700 Build tp-lowlevel via gobject-introspection Makefile.am | 5 ++- backends/telepathy/Makefile.am | 43 ++++++++++++++++++------------- backends/telepathy/tp-lowlevel.metadata | 11 -------- configure.ac | 11 ++------ 4 files changed, 31 insertions(+), 39 deletions(-) commit adc2865a30caf38d863f92773069f240a4132943 Author: Travis Reitter Date: Tue Aug 17 16:34:15 2010 -0700 Add gobject-introspection annotations to tp-lowlevel backends/telepathy/tp-lowlevel.c | 67 ++++++++++++++++++++++++++++++++++++-- backends/telepathy/tp-lowlevel.h | 7 +++- 2 files changed, 69 insertions(+), 5 deletions(-) commit 2cb9ac655f27767b0c8fe644b50952d974336cf5 Author: Philip Withnall Date: Tue Aug 17 15:00:27 2010 +0100 Use gen-introspect-0.10 instead of gen-introspect This is needed because Vala renamed gen-introspect for 0.9.5. configure.ac | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 9239c2319714356db81eefe096c2b2141fc1a057 Author: Guillaume Desmottes Date: Tue Aug 17 13:39:27 2010 +0200 use debug() when failing to get a contact list channel backends/telepathy/tpf-persona-store.vala | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 804f6c48d42bca86b29a96ff811d5044af326bcd Author: Guillaume Desmottes Date: Tue Aug 17 13:35:01 2010 +0200 use debug() instead of message() folks/individual.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c1c0d0f28fac9e6a66483188d3598643cb5f19a2 Author: Travis Reitter Date: Thu Aug 12 10:39:34 2010 -0700 Cut dependence on vala-1.0.pc for other programs configure.ac | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit 7fb6e868e8db69acec7930f1f45b7626431d1319 Author: Travis Reitter Date: Thu Aug 12 09:35:51 2010 -0700 Detect Vala by special automake macro, not .pc file. The .pc file is meant for internal use only. configure.ac | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) commit 49527937589af82caf8726a1be0afa20cd405573 Author: Philip Withnall Date: Wed Aug 11 17:11:17 2010 +0100 Post-release version bump and non-release indicator configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 395740d7a8c0eade30d141b2f9183c7ae267bddb Author: Philip Withnall Date: Wed Aug 11 17:09:14 2010 +0100 Release version 0.1.13 configure.ac | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit f22c53165a6fcc6d1d7c6e5c8b8b96047c7ea071 Author: Philip Withnall Date: Wed Aug 11 17:08:46 2010 +0100 Ensure the telepathy-vala configure check works for builddir != srcdir Makefile.am | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-)