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