Don't make the folks-telepathy docs depend directly upon dbus-glib.
[platform/upstream/folks.git] / NEWS
1 Overview of changes from libfolks 0.5.2 to libfolks 0.5.3
2 =========================================================
3
4 Bugs fixed:
5 * Bug 649925 — expose SocialWebClient.Contact in Swf.Persona
6 * Bug 646244 — Incomplete logic to handle attribute updates in Folks.Individual
7 * Bug 652463 — Tidy up CLEANFILES
8 * Bug 652434 — Add ability to run any tests through gdb
9 * Bug 648071 — Add support for presence status from Telepathy
10 * Bug 652472 — Handle failure in getting the logger service better
11 * Bug 629716 — Migrate Folks to GDBus
12
13 API changes:
14 * Swf.Persona retains and exposes its libsocialweb Contact
15 * Add a PresenceDetails.presence_status property
16
17 Overview of changes from libfolks 0.5.1 to libfolks 0.5.2
18 =========================================================
19
20 Bugs fixed:
21 * Bug 650067 — Tracker backend warns when setting a NULL avatar (ie, unsetting
22   the avatar)
23 * Bug 650268 — build failure: "--vapidir=.: command not found"
24
25 Overview of changes from libfolks 0.5.0 to libfolks 0.5.1
26 =========================================================
27
28 Bugs fixed:
29 * Bug 645388 — Group channels are leaked
30 * Bug 647562 — Don't crash on duplicate group channels
31 * Bug 647121 — Crash in individual_store_contact_sort at
32   empathy-individual-store.c line 1387
33 * Bug 645684 — Implement Iterator on LinkedHashSet
34 * Bug 640092 — Folks should minimize use of GLib.List (including its public API)
35 * Bug 648161 — Add GObject Introspection Support
36 * Bug 645186 — Make sure all connect() calls have appropriate disconnect() calls
37 * Bug 648533 — Add runtime debug signalling
38 * Bug 649790 — Vala uses the wrong includes
39 * Bug 649088 — Combining contacts doesn't work with german Umlauts
40
41 API changes:
42 * LinkedHashSet.list_iterator() is now disallowed (causes an assertion failure)
43 * LinkedHashSet.iterator() now returns a BidirIterator instead of just an
44   Iterator
45 * ImDetails.im_addresses is now of type MultiMap<string, string>
46 * WebServiceDetails.web_service_addresses is now of type
47   MultiMap<string, string>
48 * Removed LinkedHashSet in favour of Gee.HashSet
49 * Backend.persona_stores is now of type Map<string, PersonaStore>
50 * GroupDetails.groups is now of type Set<string>
51 * FieldDetails.parameters is now of type MultiMap<string, string>
52 * FieldDetails.get_parameter_values() now returns type Collection<string>
53 * FieldDetails.extend_parameters() now takes type MultiMap<string, string>
54 * PostalAddressDetails.postal_addresses is now of type Set<PostalAddress>
55 * EmailDetails.email_addresses is now of type Set<FieldDetails>
56 * PhoneDetails.phone_numbers is now of type Set<FieldDetails>
57 * UrlDetails.urls is now of type Set<FieldDetails>
58 * BackendStore.enabled_backends now has type Map<string, Backend>
59   - The corresponding C function folks_backend_store_dup_enabled_backends()
60     has been renamed folks_backend_store_get_enabled_backends(), and no longer
61     returns an owned variable.
62 * Individual.personas now has type Set<Persona>
63 * Individual.personas_changed now uses Set<Persona>-typed parameters
64 * PersonaStore.personas_changed now uses Set<Persona>-typed parameters
65 * IndividualAggregator.individuals_changed now uses
66   Set<Individual>-typed parameters
67 * IndividualAggregator.link_personas() now takes a Set<Persona>
68 * IndividualAggregator.get_all_potential_matches() now returns a
69   Map<Individual, Map<Individual, MatchResult>>
70 * IndividualAggregator.get_potential_matches() now returns a
71   Map<Individual, MatchResult>
72 * IndividualAggregator.individuals now has type Map<string, Individual>
73 * PersonaStore.personas now has type Map<string, Persona>
74 * LocalIdDetails.local_ids now has type Set<string>
75 * NoteDetails.notes now has type Set<Note>
76 * RoleDetails.roles now has type Set<Role>
77 * PotentialMatch.known_email_aliases now has type Set<string>
78 * PostalAddress.types now has type Set<string>
79 * Add Folks.Debug debug controller class
80 * All pc-files now only add the $includedir to the cflags, so all includes
81   must be of the form <folks/*.h>
82
83 Overview of changes from libfolks 0.4.0 to libfolks 0.5.0
84 =========================================================
85
86 Major changes:
87 * Add support to change primary (writeable) store either via
88   GConf or an env variable (bug 645441).
89 * Bumped Vala dependency to 0.12.0 for bug #646345
90
91 Bugs fixed:
92 * Bug 644968 - _update_phone_numbers() needs to create copies
93   of each List<FieldDetails>
94 * Bug 644966 - _update_emails () needs to create copies of each
95   List<FieldDetails>
96 * Bug 644527 - Add a Tracker backend
97 * Bug 645430 - folks-inspect: Use LinkedHashSet to access im-addresses
98 * Bug 645411 - folks-import segfaults on startup
99 * Crasher when removing Personas
100 * Crasher when reconnecting a Telepathy account
101 * Bug 645680 — Use random integer IDs for Kf.Personas
102 * Bug 645475 — Linker warnings for Tracker backend tests
103 * Bug 645570 — Fix checks for empty and equal StructuredNames
104 * Bug 645989 — Ensure add_persona_from_details handles the basic attribute
105 * Bug 645413 — Write support for Tracker
106 * Bug 645441 — Mechanism to specify primary backend
107 * Bug 638280 — Add a libsocialweb backend
108 * Deal with duplicated phones/e-mails in Tracker
109 * Bug 646944 — Fix libsocialweb updates and removals of contacts
110 * Bug 644867 — add interface for linkable web service contact UIDs
111 * Bug 647168 — print the "web-service-addresses" property correctly
112 * Bug 646831 — Setting an existing phone number or e-mail address on a
113   Trf.Persona fails
114 * Bug 647298 — folks-inspect gets SIGSEGV when trying to auto-complete
115   parameters
116 * Bug 646948 — Support for potential matches
117
118 API changes:
119 * Add equal () to StructuredName
120 * Add detail_key () along with an enum PersonaDetail to PersonaStore
121   which together define the basic attributes that should be supported
122   by add_persona_from_details ().
123 * Add public primary_store to IndividualAggregator
124 * Add LocalIdDetails interface for linking Personas based on local address book
125   IDs (such as for the Tracker backend Personas)
126 * Add WebServiceDetails interface for linking Personas based on web service
127   accounts (such as for the libsocialweb backend Personas)
128 * Add PotentialMatch class and IndividualAggregator.get_potential_matches() and
129   IndividualAggregator.get_all_potential_matches() to suggest Individuals that
130   may match the given Individual or all potential matches, respectively.
131
132 Overview of changes from libfolks 0.3.6 to libfolks 0.4.0
133 =========================================================
134
135 Bugs fixed:
136 * Bug 642351 — BACKEND_STORE_KEY_FILE format should support a wildcard entry
137 * Bug 643241 — _update_urls () needs to create copies of each
138   List<FieldDetails>
139 * Bug 643247 — Folks needs C API documentation
140 * Bug 643201 — folks-inspect can't handle properties which are
141   List<FieldDetails>
142 * Bug 642866 — tp-lowlevel leaks TpChannel
143 * Bug 642861 — FolksLinkedHashSet still alive when exiting Empathy
144 * Bug 642493 — Folks needs API for specifying a contact's organisation
145 * Bug 642500 — Folks needs API for specifying a contact's birthday
146 * Bug 642501 — Folks needs API for attaching notes to a Contact
147 * Bug 641210 — Add interface for postal addresses
148 * Bug 643956 — Use the correct signal name for postal addresses
149 * Bug 643954 — Add to_string () to PostalAddress class
150 * Bug 643955 — Add to_string () to RoleOwner class
151 * Bug 643957 — Deal handle birthday and postal-addresses.
152 * Bug 644457 — Handle structured names
153 * Bug 644165 — An individual's avatar shouldn't be replaced by a null avatar
154
155 API changes:
156 * Add RoleDetails interface
157 * Add BirthdayDetails interface
158 * Add NoteDetails interface
159 * Add PostalAddressDetails interface
160 * Rename Aliasable -> AliasDetails
161 * Rename AvatarOwner -> AvatarDetails
162 * Rename Emailable -> EmailDetails
163 * Rename Favouritable -> FavouriteDetails
164 * Rename GenderOwner -> GenderDetails
165 * Rename Groupable -> GroupDetails
166 * Rename IMable -> ImDetails
167 * Rename NameOwner -> NameDetails
168 * Rename Phoneable -> PhoneDetails
169 * Rename PresenceOwner -> PresenceDetails
170 * Rename Urlable -> UrlDetails
171
172 Overview of changes from libfolks 0.3.5 to libfolks 0.3.6
173 =========================================================
174
175 This is just a repackaging of libfolks 0.3.5 with some documentation comment
176 version numbers fixed.
177
178 Overview of changes from libfolks 0.3.4 to libfolks 0.3.5
179 =========================================================
180
181 Major changes:
182 * Various API breaks and improvements, especially in the IndividualAggregator
183 * Add various new interfaces: NameOwner, FieldDetails, Urlable, GenderOwner,
184   Phoneable and Emailable
185
186 API changes:
187 * Add NameOwner interface
188 * Add FieldDetails interface
189 * Add Urlable interface
190 * Add GenderOwner interface
191 * Add Phoneable interface
192 * Add Emailable interface
193 * Add Tpf.Persona.is_in_contact_list
194 * Rename the URLable interface to Urlable
195 * Take a PersonaStore in IndividualAggregator.add_persona_from_details
196 * Remove IndividualAggregatorError.STORE_NOT_FOUND
197 * Rename the getter for BackendStore.enabled_backends from
198   folks_backend_store_get_enabled_backends() to
199   folks_backend_store_dup_enabled_backends()
200 * Rename BackendStore.get_backend_by_name() to .dup_backend_by_name()
201
202 Bugs fixed:
203 * Bug 640901 — Allow it to be determined whether a user Tpf.Persona is in the
204   contact list
205 * Bug 641780 — Incorrect C function names for URLable interface
206 * Bug 629078 — Folks needs a full API review to take advantage of our
207   compatibility break in 0.2.x
208 * Bug 642036 — No way to pass a message when adding a contact
209
210 Overview of changes from libfolks 0.3.3 to libfolks 0.3.4
211 =========================================================
212
213 Major changes:
214 * Add folks-inspect tool
215 * The use of the new LinkedHashSet type in the API may make libgee a requirement
216   for some clients (to take full advantage of its class lineage).
217
218 API changes:
219 * New type: LinkedHashSet, similar to Gee.HashSet, but ordered.
220 * IMable.im_addresses is now a mapping of string to LinkedHashSet.
221 * Rename the HasAvatar interface to AvatarOwner
222 * Rename the HasPresence interface to PresenceOwner
223
224 Bugs fixed:
225 * Bug 637240 — libfolks-telepathy.so exports private symbols
226 * Bug 638311 — Add a HACKING file that outlines development policies and
227   coding style
228 * Bug 629083 — Review coding conventions in folks
229 * Bug 629075 — Add folks command line application
230 * Bug 638609 — libfolks hard-codes backend names for debugging
231 * Bug 639195 — Print stack traces for failed tests to improve remote
232   debugging
233 * Bug 639113 — Add static aggregation tests
234 * Bug 639742 — Logger service unavailable in make check
235 * Bug 640213 — Add tests for LinkedHashSet
236 * Bug 627397 — Use better interface names
237
238 Overview of changes from libfolks 0.3.2 to libfolks 0.3.3
239 =========================================================
240
241 Major changes:
242 * Fix some minor leaks
243 * Add support for building gtk-doc documentation for the C API
244 * Fix some related documentation problems
245 * Fix some Vala problems caused by differences between Vala 0.10 and 0.12
246 * Finish off renaming interfaces (this is an API break; see below)
247 * Don't trust personas from IRC
248 * Handle invalid IM addresses more gracefully than with an assertion failure
249 * Fix a linking problem with the user's individual when going offline which
250   could lead to infinite loops
251
252 API changes:
253 * Rename the Avatar interface to HasAvatar
254 * Rename the Presence interface to HasPresence
255 * Rename the Favourite interface to Favouritable
256 * Add IMableError
257 * Throw IMableError from IMable.normalise_im_address()
258
259 Bugs fixed:
260 * Bug 635178 — Leak in
261   folks_tp_lowlevel_connection_open_contact_list_channel_async
262 * Bug 635649 — autopoint fails to run
263 * Bug 635703 — Leak in connection_get_requestable_channel_classes_cb
264 * Bug 635823 — [PATCH] telepathy test not linking against GIO
265 * Bug 636251 — Fails to add contact
266 * Bug 629526 — Generate gtk-doc documentation
267 * Bug 627397 — Use better interface names
268 * Bug 636714 — Assertion failure on invalid IM address
269 * Bug 637136 — Infinite loop when disconnecting accounts
270
271 Overview of changes from libfolks 0.3.1 to libfolks 0.3.2
272 ==========================================================
273
274 Major changes:
275 * BackendStore.load_backends() now (un)loads backends which have been
276   (dis|en)abled since the last call
277 * FOLKS_BACKEND_DIR has been replaced by FOLKS_BACKEND_PATH. It accepts any
278   number of files and directories, separated by :
279 * Significantly clean up the build system
280
281 API changes:
282 * Added BackendStore.prepare() and BackendStore::is-prepared
283 * Add BackendStore.enable_backend().
284 * Add BackendStore.disable_backend().
285 * Add BackendStore.unprepare().
286 * Remove casting convenience methods on Individual (casting isn't hard)
287 * Change the visibility of the setters of PersonaStore.type_id,
288   PersonaStore.display_name, PersonaStore.id, Backend.name,
289   Backend.persona_stores and Persona.linkable_properties. This removes the
290   corresponding C setter methods which should never have been exposed
291 * Remove Tpf.PersonaError
292 * Remove the exception from the Tpf.Persona constructor
293
294 Bugs fixed:
295 * Bug 629081 — Add API to allow specific backends to be disabled
296 * Bug 629862 — Add tests for the key-file backend
297 * Bug 628883 — Add localisation support
298 * Bug 633718 — Make the Folks releases buildable without vala, valadoc, or
299   g-i
300 * Bug 633080 — Crash when disconnecting twice
301
302 Overview of changes from libfolks 0.3.0 to libfolks 0.3.1
303 ==========================================================
304
305 Major changes:
306 * Tpf.Persona.contact is now guaranteed to have the client type feature
307
308 API changes:
309 * Add the PersonaStore:can-add-personas property
310 * Add the PersonaStore:can-remove-personas property
311 * Add the PersonaStore:can-alias-personas property
312 * Add the PersonaStore:can-group-personas property
313 * Make Individual implement the IMable interface
314
315 Bugs fixed:
316 * Bug 630431 — notify::alias is never emitted
317 * Bug 631864 — Crash when empathy disconnects
318 * Bug 632096 — build failure: contact-retrieval.o: undefined reference to
319   symbol 'gee_abstract_collection_add'
320 * Bug 632163 — Folks key-file backend needs a way to point to a specific
321   .ini file
322 * Bug 632564 — assertion `EMPATHY_IS_CONTACT (contact)' failed in
323   individual_store_contact_sort
324
325 Overview of changes from libfolks 0.1.17 to libfolks 0.3.0
326 ==========================================================
327
328 Major changes:
329 * Fixed some linking problems
330 * Added some missing documentation
331 * Fixed build problems introduced by switching to gobject-introspection 0.9.6
332   (i.e. GIR format 1.2)
333 * Bumped telepathy-glib dependency to 0.11.16
334 * Bumped Vala dependency to 0.10.0
335 * Bumped gobject-introspection dependency to 0.9.6
336 * Ensured IM addresses are normalised before being compared
337 * Made the folks-import build optional through a configure argument
338 * Added support for a “self” individual
339 * Added support for generating and installing Devhelp format documentation
340 * BackendStore.load_backends and the prepare() functions are now idempotent
341 * Tpf.Persona.contact is now guaranteed to have the avatar token and data
342   features
343 * Tpf.Persona.contact is now guaranteed to have the capabilities feature
344
345 API changes:
346 * Added IMable.normalise_im_address()
347 * Renamed Groups interface to Groupable
348 * Renamed Alias interface to Aliasable
349 * Removed BackendStore constructor
350 * Added BackendStore.dup()
351 * Added BackendStore::enabled-backends
352 * Added Individual::is-user
353 * Added Persona::is-user
354 * Added IndividualAggregator::user
355 * Added PersonaStoreError.UNSUPPORTED_ON_USER
356 * Added {IndividualAggregator, PersonaStoreError}.STORE_OFFLINE, used by the
357   respective add_persona_from_details() functions
358
359 Bugs fixed:
360 * Bug 629452 — [Patch] Add missing gio linking for import-tool
361 * Bug 626008 — Add @since lines to all symbols
362 * Bug 629311 — Folks should normalize IDs written to the writable backend
363 * Bug 629644 — Key file backend cannot be loaded because of linking problems
364 * Bug 629666 — libfolks should not hard autodetect libxml
365 * Bug 628970 — Folks API needs a way to determine whether a specific type of
366   PersonaStore is available
367 * Bug 629096 — Add a library init function
368 * Bug 627402 — Support marking FolksPersonas as "me"
369 * Bug 629642 — individuals-changed emitted in the wrong order
370 * Bug 629643 — do not fall back to the id if alias is empty
371 * Bug 629006 — PersonaStore should gracefully handle offline Persona change
372   attempts
373 * Bug 629331 — BackendStore.load_backends and the prepare() functions should
374   be idempotent.
375 * Bug 629008 — Add a test for Persona additions
376 * Bug 630347 — Avatars are always NULL
377
378 Overview of changes from libfolks 0.1.16 to libfolks 0.1.17
379 ===========================================================
380
381 Major changes:
382 * Added a basic test suite
383 * Cleaned up the build system
384 * Ensured the public libraries' VAPI files are distributed and installed
385 * Prevented the key-file from being saved unnecessarily
386 * Fixed multi-byte character handling in the key-file backend
387 * Ensured account removal and invalidation is handled in the Telepathy backend
388 * Prevented a hang when creating relationships.ini in certain situations
389 * Added a folks-import tool to import meta-contact data from Pidgin; this adds
390   a dependency on libxml
391
392 API changes:
393 * Added PersonaStore.flush()
394
395 Bugs fixed:
396 * Bug 628930 — folks crahses empathy on relationships.ini read
397 * Bug 629082 — Empathy crashes when toggling "Ignore SSL certificate errors"
398   checkbox
399 * Bug 628853 — hangs if there's no relationships.ini file
400 * Bug 629084 — Add a folks-import tool
401
402 Overview of changes from libfolks 0.1.15 to libfolks 0.1.16
403 ===========================================================
404
405 Major changes:
406 * Added more debugging output
407 * Fixed various small outputted code bugs
408 * Fixed problem where key file groups would be overwritten in some situations
409 * Fixed various signal emission problems
410 * Prevented changes to Personas' properties from being propagated back up to the
411   Individuals
412 * Limited libgee dependency to < 0.7 due to API changes in libgee
413 * Added a FOLKS_DISABLE_LINKING environment variable to disable linking (for
414   debugging purposes)
415
416 Bugs fixed:
417 * Bug 628108 — Favorite contacts are not save any more
418 * Bug 628294 — Some contacts appear to be linked together while they shouldn't
419 * Bug 628305 — Signal removal of Individuals containing untrusted Personas
420 * Bug 628131 — error message when trying to link ICQ with jabber
421 * Bug 628343 — Add an environment variable to disable linking
422 * Bug 628335 — Assertion error with master
423
424 Overview of changes from libfolks 0.1.14.1 to libfolks 0.1.15
425 =============================================================
426
427 Major changes:
428 * Fixed various build problems
429 * Ensured duplicate entries don't appear in various sets
430 * Made gobject-introspection dependency explicit
431 * Limited libgee dependency to <= 0.5.2 due to API changes in libgee
432 * Reworked some of the Individual internals to make notifications more efficient
433 * Added the concept of an Individual's “trust level”
434 * Changed alias fallbacks to fall back to a display ID instead of a UID
435 * Added support for storing aliases in the key-file backend and use them in
436   preference to aliases from other Personas in an Individual
437
438 API changes:
439 * Added Individual:personas-changed
440 * Added TrustLevel enum
441 * Added Individual::trust-level
442 * Implemented Alias on Kf.Persona
443
444 Bugs fixed:
445 * Bug 627314 — folks cannot be install in gentoo sandbox
446 * Bug 627506 — Require gobject-introspection
447 * Bug 626725 — Add an Individual.personas_changed signal
448 * Bug 627968 — Add Individual.trust_level property
449 * Bug 626578 — Use vala's vala.m4 to check for telepathy-glib(.vapi)
450 * Bug 626410 — contacts show up with a weird alias
451 * Bug 627508 — Store alias and groups in the key-file backend
452 * Bug 627898 — Fails to install with -j4
453
454 Overview of changes from libfolks 0.1.14 to libfolks 0.1.14.1
455 =============================================================
456
457 Major changes:
458 * Bumped Vala dependency to 0.9.6
459 * Fixed some more warning spew
460
461 Overview of changes from libfolks 0.1.13 to libfolks 0.1.14
462 ===========================================================
463
464 Major changes:
465 * Changed Vala detection code to use the correct macro
466 * Bumped Vala dependency to 0.9.5
467 * Removed some more message spew
468 * Changed tp-lowlevel Vala bindings to be generated using gobject-introspection
469 * Added optional dependency on gobject-introspection 0.6.7
470
471 Overview of changes from libfolks 0.1.12 to libfolks 0.1.13
472 ===========================================================
473
474 Major changes:
475 * Added the concept of “linkable properties”
476 * Added the IMable interface
477 * Added the concept of persona store “trust”
478 * Added a writeable key-file backend
479 * Added linking support to the IndividualAggregator
480 * Tidied up ID handling in the backends
481 * Warn if a backend's MIME type could not be determined, notifying the user if
482   libfolks can't load backends due to shared-mime-info not being installed
483 * Hint to clients the Individual replacing a removed Individual (if any)
484 * Exposed Telepathy contacts' IM addresses using the IMable interface
485 * Fixed some build and dependency issues
486 * Bumped telepathy-glib dependency to 0.11.11 and dropped dependency on
487   telepathy-vala
488 * Added the concept of “writeable” PersonaStores and use this concept to prevent
489   properties being synchronised between PersonaStores unnecessarily (and
490   potentially even destructively)
491
492 API changes:
493 * Added Persona::linkable-properties
494 * Added IMable interface
495 * Added PersonaStoreTrust enum
496 * Added PersonaStore::trust-level
497 * Added Persona.LinkablePropertyCallback()
498 * Added Persona.linkable_property_to_links()
499 * Added Persona.build_uid()
500 * Added Persona.split_uid()
501 * Added Persona::display-id
502 * Added PersonaStore::display-name
503 * Added replacement_individual parameter to Individual:removed
504 * Implemented IMable on Tpf.Persona
505 * Added IndividualAggregatorError.NO_WRITEABLE_STORE
506 * Added IndividualAggregator.link_personas()
507 * Added IndividualAggregator.unlink_individual()
508 * Added PersonaStore::is-writeable
509
510 Bugs fixed:
511 * Bug 625830 — Adding an existing contact to the tp backend results in bogus
512   warnings
513 * Bug 626108 — Defining XDG_DATA_DIRS prevents backends from being loaded
514
515 Overview of changes from libfolks 0.1.11 to libfolks 0.1.12
516 ===========================================================
517
518 Major changes:
519 * Added debug flags support using the FOLKS_DEBUG environment variable
520 * Removed various bits of message and warning spew
521 * Bumped Vala dependency to 0.9.4
522 * Ensured connections which are ready as soon as they're connected are handled
523   correctly
524 * Versioned the installed backends using the main library's libtool version
525
526 Bugs fixed:
527 * Bug 625815 — No contat showed in the contact list
528
529 Overview of changes from libfolks 0.1.10 to libfolks 0.1.11
530 ===========================================================
531
532 Major changes:
533 * Moved various bits of preparation code out into async prepare() methods to
534   avoid race conditions on startup
535 * Reset TpfPersonaStore state when going offline
536 * Made several methods async which could potentially require it in future
537 * Added error throws to various functions which could potentially fail in future
538
539 API changes:
540 * Added PersonaStore.prepare()
541 * Added Backend.prepare()
542 * Removed error thrown from Backend constructor
543 * Added IndividualAggregator.prepare()
544 * Changed return type of Presence.is_online() from uint to int
545 * Made IndividualAggregator.remove_individual() async
546 * Made PersonaStore.remove_persona() async
547 * Added an error throw to BackendStore.load_backends()
548 * Added an error throw to IndividualAggregator.prepare()
549 * Added an error throw to IndividualAggregator.remove_individual()
550 * Added an error throw to IndividualAggregator.remove_persona()
551 * Added an error throw to PersonaStore.remove_persona()
552 * Made Groups.change_group() async
553 * Made Groups:group-changed async
554
555 Overview of changes from libfolks 0.1.9 to libfolks 0.1.10
556 ==========================================================
557
558 Major changes:
559 * Fixed various memory and reference leaks
560 * Lots of build system improvements
561 * Added a libtool version to the installed libraries
562
563 Initial release of libfolks 0.1.9
564 =================================
565
566 Major changes:
567 * Move to GNOME infrastructure