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