From beb1a1abab09d29ffec0fe231f0caf0aafe47f5c Mon Sep 17 00:00:00 2001 From: Raul Gutierrez Segales Date: Fri, 1 Apr 2011 22:00:27 +0100 Subject: [PATCH] Add NEWS entry about support to switch primary store Closes: bgo#645441 - Mechanism to specify primary backend --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index d234076..258e786 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ Overview of changes from libfolks 0.4.0 to libfolks 0.5.0 ========================================================= +Major changes: +* Add support to change primary (writeable) store either via + GConf or an env variable (bug 645441). + Bugs fixed: * Bug 644968 - _update_phone_numbers() needs to create copies of each List @@ -16,12 +20,14 @@ Bugs fixed: * Bug 645570 — Fix checks for empty and equal StructuredNames * Bug 645989 — Ensure add_persona_from_details handles the basic attribute * Bug 645413 — Write support for Tracker +* Bug 645441 — Mechanism to specify primary backend API changes: * Add equal () to StructuredName * Add detail_key () along with an enum PersonaDetail to PersonaStore which together define the basic attributes that should be supported by add_persona_from_details (). +* Add public primary_store to IndividualAggregator Overview of changes from libfolks 0.3.6 to libfolks 0.4.0 ========================================================= -- 2.7.4