commit 08b6a7133afa4d16ea423d3deba10bbb4f0e6306 Author: Travis Reitter Date: Mon Oct 25 14:05:21 2010 -0700 Release version 0.2.1 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e52a0b1b49a77c0308236c47c92d11cc61f48cf4 Author: Travis Reitter Date: Fri Oct 15 13:36:43 2010 -0700 Distribute the dummy relationships file to fix distcheck. tests/telepathy/Makefile.am | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 132fc6c28e559153c809018e0426dab209a24a5e Author: Travis Reitter Date: Thu Oct 14 13:18:21 2010 -0700 Use a dummy relationships file for Tp tests. The main purposes are to prevent the key-file backend from reading in the user's relationships.ini file and to avoid the inconsistency that could entail. See also bgo#632163. NEWS | 2 ++ tests/telepathy/Makefile.am | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) commit 1d3dc6e9575251b29cb0d9a95bd03ed29b14a9de Author: Travis Reitter Date: Thu Oct 21 09:45:23 2010 -0700 Ensure Individuals replaced due to re-linking emit removed(). It turns out the optimization we're removing, which was meant to coalesce IndividualAggregator:personas-changed signal emissions, was a little over-reaching. Fixes bgo#632564. NEWS | 2 ++ folks/individual-aggregator.vala | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) commit 0a48835ab6a9d0728c976b95ada90d15cdc12549 Author: Travis Reitter Date: Wed Oct 13 08:44:10 2010 -0700 Don't assume Personas all have a corresponding Individual in the link map. This can happen if a Persona is removed (by ID) before its corresponding Individual has been added to the linked-personas map (which is possible if a Telepathy account suddenly goes offline before the linking of the given Persona is complete). Fixes bgo#631864. NEWS | 1 + folks/individual-aggregator.vala | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) commit 09d66507f389955ad38c809ffff66b5f84d82f45 Author: Travis Reitter Date: Thu Sep 30 20:28:09 2010 -0700 Fetch TpContact avatar information upon creation. Fixes bgo#630347. backends/telepathy/lib/tpf-persona-store.vala | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit dd0386400f74ab8918ee56755deb88f241f4a6f1 Author: Philip Withnall Date: Wed Sep 15 17:44:23 2010 +0100 Ensure Individuals are added before they're removed Rearrange the linking process slightly so that we can guarantee that Individuals won't be signalled as removed (or replaced) before they're signalled as added. Closes: bgo#629642 NEWS | 6 +++++ folks/individual-aggregator.vala | 45 ++++++++++++++++++++++---------------- 2 files changed, 32 insertions(+), 19 deletions(-) commit ef8f6fac58aa1f6bc5358315aa99cd64016c2365 Author: Philip Withnall Date: Mon Sep 20 12:44:02 2010 +0100 Retrospectively update NEWS file Add NEWS entries from all the releases back to 0.1.9, when we moved to GNOME infrastructure. NEWS | 213 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 213 insertions(+), 0 deletions(-) commit 803ed1210ccbb52c5ed3a49923b40661c26f2f5a Author: Philip Withnall Date: Sat Sep 18 16:44:35 2010 +0100 Fix @since line for IMable.normalise_im_address() folks/imable.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4740a7e1bfb78aa7a27758a691d684134d4c0843 Author: Philip Withnall Date: Sat Sep 18 16:17:09 2010 +0100 Post-release version bump configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit e69cd27754587810cd6fd3b86a3e35e549f1c2ab Author: Philip Withnall Date: Sat Sep 18 16:12:48 2010 +0100 Release version 0.2.0 We decided to switch to an odd–even versioning scheme, so the stable release of the 0.1.x branch is 0.2.0. configure.ac | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)