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