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