commit 260991c1b4bc4130758af3b6f8c50218b6bdc397 Author: Travis Reitter Date: Mon Aug 2 14:01:51 2010 -0400 Release version 0.1.12 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9749fbe5b033adaa63e7f6467d996ec02e05319e Author: Travis Reitter Date: Mon Aug 2 13:59:32 2010 -0400 Bump revision, in anticipation of release. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8f0befca507bd6388327e800a264628272457d1b Author: Philip Withnall Date: Fri Jul 23 13:38:53 2010 +0100 Version the installed backends using the LT current version number This changes with every API/ABI change which is made to libfolks, so it should ensure that only binary compatible modules are loaded at runtime. backends/telepathy/Makefile.am | 2 +- configure.ac | 14 ++++++++++++++ folks/Makefile.am | 3 +-- 3 files changed, 16 insertions(+), 3 deletions(-) commit bae4f448fd91ac4fcf3a26ab3687da2b62080ade Author: Philip Withnall Date: Mon Aug 2 13:12:21 2010 +0100 Handle connections which are ready as soon as they're connected This fixes contacts from Facebook and MSN accounts sometimes not showing up in the contact list. Closes: bgo#625815 backends/telepathy/tpf-persona-store.vala | 39 +++++++++++++++++----------- 1 files changed, 24 insertions(+), 15 deletions(-) commit d05c8c3a6bde9eadee65aab1896a8dd094de4693 Author: Travis Reitter Date: Mon Aug 2 10:16:53 2010 -0400 Bump Vala version requirement. We actually depended on this version de facto as soon as we added the debugging clean-ups. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c60ce2550ba297097b4efa7d5f53e6031340a071 Author: Philip Withnall Date: Mon Aug 2 12:55:59 2010 +0100 Add some more debug output to the Telepathy backend backends/telepathy/tpf-persona-store.vala | 21 +++++++++++++++++++++ backends/telepathy/tpf-persona.vala | 6 ++++++ 2 files changed, 27 insertions(+), 0 deletions(-) commit c598212e03664d0d033ddb3ac5eac92aead9c388 Author: Philip Withnall Date: Mon Aug 2 11:14:36 2010 +0100 Don't log errors in tp-lowlevel functions if they return a GError Let the higher-level code decide whether a message or warning needs to be logged to the terminal instead. backends/telepathy/tp-lowlevel.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit a5aca650b6cd425763cc9e2647877afe698b94d1 Author: Philip Withnall Date: Wed Jul 21 11:45:07 2010 +0100 Use g_message() in tp-lowlevel rather than g_warning() Any of the tp-glib calls we make could routinely fail, so to stop gdb halting on every warning, change them to messages. backends/telepathy/tp-lowlevel.c | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit 496170b77bef2608ba6ecf409241b75c728dc8b9 Author: Philip Withnall Date: Wed Jul 21 11:27:03 2010 +0100 Change a message() to a debug() folks/backend-store.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bea343d2874cca4d553ae73dc7603a4c0aabc37b Author: Philip Withnall Date: Tue Jun 29 15:18:54 2010 +0100 Add debug flags support Debug flags for libfolks, controlling which debug domains spew messages, can be specified using the FOLKS_DEBUG environment variable, with a GLib-style debug flags string. The two initial debug domains are: * Core: everything in the folks directory * TelepathyBackend: everything in the backends/telepathy directory backends/telepathy/Makefile.am | 1 + folks/Makefile.am | 2 + folks/debug.vala | 54 ++++++++++++++++++++++++++++++++++++++ folks/individual-aggregator.vala | 2 + 4 files changed, 59 insertions(+), 0 deletions(-) commit e0f6d91f1a0b0970d9824cb3f5b42ed68cbe5dfc Author: Travis Reitter Date: Tue Jul 27 18:38:02 2010 +0200 Post-release version bump. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6aca6f5768a55746b504515205b292cdd36afe4c Author: Travis Reitter Date: Tue Jul 27 18:33:32 2010 +0200 Update (a little late) the LT versioning fields for 0.1.11 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)