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