consider an individual as favorite if one of its persona is a favorite
[platform/upstream/folks.git] / NEWS
1 Overview of changes from libfolks 0.9.3 to libfolks 0.9.4
2 =========================================================
3
4 Dependencies:
5
6 Major changes:
7 • Fatal warnings are now turned off when distchecking
8
9 Bugs fixed:
10 • Bug 699865 — Folks needs to expose chat/VoIP service client types
11 • Bug 703402 — Backend support libraries don't set the GIR version and namespace
12 • Bug 703450 — Telepathy backend gir fails to link
13 • Bug 703514 — Can't build FolksTelepathy-0.6.gir
14 • Bug 703709 — can't compile folks. fails at GISCAN TpLowlevel-0.6.gir
15 • Bug 703830 — build: distcheck fails trying to delete
16   libfolks_telepathy_la_vala.stamp
17 • Bug 704922 — key-file: do not use deprecated loop_run_with_non_fatal_timeout()
18 • Bug 705196 — Linking a favorite TP contact with a EDS one unfavorite it
19
20 API changes:
21 • Add PresenceDetails.client_types
22 • Add new Individual property:
23     - client_types
24 • Add new Tpf.Persona property:
25     - client_types
26
27 Overview of changes from libfolks 0.9.2 to libfolks 0.9.3
28 =========================================================
29
30 Dependencies:
31 • zeitgeist-2.0 ≥ 0.9.14
32
33 Bugs fixed:
34 • Bug 683873 - Leak in Zeitgeist code
35 • Bug 686715 - Telepathy init test often fails during clean-up
36 • Bug 698890 - warning: Folks doesn't set GIR namespace or version annotation
37 • Bug 702490 - Backend support libraries don't have their own
38   gobject-introspection bindings
39
40 Overview of changes from libfolks 0.9.1 to libfolks 0.9.2
41 =========================================================
42
43 Dependencies:
44 • libebook-1.2 ≥ 3.8.1
45 • libebook-contacts-1.2 ≥ 3.8.1
46
47 Major changes:
48 • folks-import and folks-inspect now look for translated strings in
49   ${localedir}, typically /usr/share/locale, which is also where the
50   translations are installed. They previously looked in ${pkgdatadir}/locale,
51   which is typically /usr/share/folks/locale and does not usually exist or
52   contain anything.
53
54 Bugs fixed:
55 • Bug 693333 - eds: creating a contact with specific groups and
56   fix "favourite" group setting for Android
57 • Bug 694883 - srcdir != builddir (out-of-tree) builds don't work
58 • Bug 695628 - assigns to VALAFLAGS which is reserved for the user
59 • Bug 695648 - Utils: add a fast-path for empty sets and multimaps
60 • Bug 695719 - lsw dummy test intermittently segfaults
61 • Bug 695381 - add FOLKS_BACKENDS_ALLOWED, FOLKS_BACKENDS_DISABLED environment
62   variables (see HACKING)
63 • Bug 696179 - folks-inspect, folks-import do not attempt to use translations
64 • Bug 682903 (partially) - Use gee's MultiMap iterators
65 • Bug 694385 - eds: non-blocking change processing
66 • Bug 700253 - EDS backend initialization blocks
67
68 API changes:
69 • Add LocationDetails interface to specify a Persona or Individual's
70   geographical location (implemented by the EDS backend)
71
72 Overview of changes from libfolks 0.9.0 to libfolks 0.9.1
73 =========================================================
74
75 Dependencies:
76 • libebook-1.2 ≥ 3.7.90
77 • libebook-contacts-1.2 ≥ 3.7.90
78
79 Bugs fixed:
80 • Bug 694049 — Fix build with e-d-s master
81
82 Overview of changes from libfolks 0.8.0 to libfolks 0.9.0
83 =========================================================
84
85 Dependencies:
86 • libgee ≥ 0.8.4
87
88 Major changes:
89 • Added an ofono backend
90 • Ported to libgee 0.8.x
91
92 Bugs fixed:
93 • Bug 682941 — API to configure input of aggregation
94 • Bug 685084 — Add a folks backend for ofono phonebook
95 • Bug 686056 — Add api to create and remove address books
96 • Bug 685250 — make <test>.gdb deadlocks
97 • Bug 686674 — Tracker backend doesn't implement new Backend functions
98 • Bug 686506 — Make zeitgeist dependency optional again
99 • Bug 686693 — writing birthday lacks conversion from UTC
100 • Bug 685401 — linking by email
101 • Bug 687050 — eds: expose Google system groups in the API
102 • Bug 686673 — Build error: libsocialweb backend doesn't implement new Backend
103   functions
104 • Bug 688834 — getting properties creates data structures over and over again
105 • Bug 688923 — remove URLs (blog, free/busy, video, home page)
106 • Bug 689146 — disabling EDS address books does not remove personas
107 • Bug 689859 — core folks does not depend on telepathy
108 • Bug 677633 — Cannot delete favourite
109 • Bug 685992 — empathy strips the "+" (plus) from the numbers from the
110   gnome-contacts
111 • Bug 690989 — "warning: copying delegates is discouraged"
112 • Bug 690990 — Add tests/README
113 • Bug 690876 — eds: fix various test failures
114 • Bug 691167 — Build failure: key-file tests built before dependencies
115 • Bug 686695 — support nickname in add_persona_from_details
116 • Bug 691382 — Restore tests disabled by bug #668415 (which has been fixed)
117 • Bug 691923 — Don't rebuild docs on every "make" run
118 • Bug 692122 — build: Don't use make functions for defining TESTS
119 • Bug 693435 — eds test: create-remove-stores fails sporadically
120 • Bug 673918 — Port to newer libgee
121 • Bug 692951 — Detail saving times out if the data sent is the same as the one
122   already in EDS
123
124 API changes:
125 • Add Backend.enable_persona_store and disable_persona_store.
126 • Add Backend.set_persona_stores.
127 • Add IndividualAggregator.new_with_backend_store.
128 • Add Edsf.PersonaStore.create|remove_address_book.
129
130 Overview of changes from libfolks 0.7.4.1 to libfolks 0.8.0
131 ===========================================================
132
133 Major changes:
134 • Some translation comment and documentation improvements
135 • Lots of updated translations
136
137 Bugs fixed:
138 • Bug 684014 — A few outstanding issues in the internationalisation
139 • Bug 683390 — Individuals sometimes not removed when disabling their
140   Telepathy account
141 • Bug 672709 — Add new interaction details properties to individuals
142   (follow-up patch)
143 • Bug 684954 — Debug message claim that Individual are created with no personas
144
145 Overview of changes from libfolks 0.7.4 to libfolks 0.7.4.1
146 ===========================================================
147
148 Fixed so version by bumping the right numbers in configure.ac
149
150 Overview of changes from libfolks 0.7.3 to libfolks 0.7.4
151 =========================================================
152
153 Bugs fixed:
154 • Bug 681346 — Individual id can be inconsistent
155 • Bug 681420 — warning (vala 0.17.x): access to static class members through an
156   instance variable
157 • Bug 664072 — Folks should only use assert*() for critical, program-terminating
158   errors
159 • Bug 682572 — Build failures due to accessing static members
160 • Bug 682346 — build: Make telepathy backend optional
161 • Bug 682809 — Lazy instantiation of multi-valued properties
162 • Bug 682719 — eds test fails to compile
163 • Bug 683319 — Crash in individual-aggregator: _personas_changed_cb
164 • Bug 681164 — Folks-inspect linking fails
165 • Bug 680335 — empathy crashed with SIGSEGV in
166   _tpf_persona_contact_weak_notify_cb()
167 • Bug 681726 — empathy crashed with SIGABRT in g_assertion_message()
168 • Bug 683452 — gnome-contacts starts up with an empty address book
169 • Bug 681476 — folks-inspect could use some methods to set values
170 • Bug 683390 — Individuals sometimes not removed when disabling their Telepathy account
171 • Bug 683267 — Warning when starting in non group mode
172 • Bug 683093 — Crash in
173   __tpf_persona_store_self_contact_changed_cb_g_object_notify
174
175 API changes:
176 • Add PropertyError.UNAVAILABLE
177
178 Overview of changes from libfolks 0.7.2 to libfolks 0.7.3
179 =========================================================
180
181 Bugs fixed:
182 • Bug 629537 — Support anti-linking
183 • Bug 679618 — Crash when unsetting all groups
184 • Bug 678696 — Add API for EDS Google system groups
185 • Bug 669158 — Readonly/Offline issues
186 • Bug 675223 — Shouldn't warn if CM does not implement any contact list
187 • Bug 660128 — Most contacts don't have an avatar
188 • Bug 652637 — Don't hold locks across async calls
189 • Bug 660236 — Paging for long text in folks-inspect
190 • Bug 679116 — Output debug message if modules are not loaded because of mime
191   type detection
192 • Bug 657456 — Folks test output not terribly useful
193 • Bug 674611 — Remove gconf.path once EDS drops GConf
194
195 API changes:
196 • Add AntiLinkable interface and implement it on Kf.Persona and Edsf.Persona
197 • Add Edsf.Persona.in_google_personal_group
198 • Add IndividualAggregator.unprepare()
199
200 Overview of changes from libfolks 0.7.1 to libfolks 0.7.2
201 =========================================================
202
203 Dependencies:
204 • evolution-data-server ≥ 3.5.3.1
205
206 Bugs fixed:
207 • Bug 677166 — Salut personas survive disconnection
208 • Bug 678474 — potential-match should be smarter with accents
209 • Bug 678781 — memory leak in e-d-s backend
210 • Bug 678811 — Fix eds backend unit tests
211 • Bug 678734 — Add profiling API
212 • Bug 679020 — Fail to build master using vala master
213
214 API changes:
215 • Add profiling api
216
217 Overview of changes from libfolks 0.7.0 to libfolks 0.7.1
218 =========================================================
219
220 Dependencies:
221 • telepathy-glib ≥ 0.17.5
222 • libzeitgeist ≥ 0.3.14
223 • evolution-data-server ≥ 3.5.3
224 • GLib ≥ 2.26.0
225 • GConf dependency dropped
226 • intltool ≥ 0.50.0
227
228 Bugs fixed:
229 • Bug 674256 — telepathy-glib minimal version is insufficient
230 • Bug 647909 — Port Folks to GSettings
231 • Bug 663890 — @throws annotations missing for some functions
232 • Bug 675292 — Assertion when joining IRC channel
233 • Bug 676023 — Invalid read when preparing the aggregator
234 • Bug 627403 — Move default presence messages from Empathy to libfolks
235 • Bug 675121 — port Folks to eds api changes
236 • Bug 672709 — Add new interaction details properties to individuals
237
238 API changes:
239 • Add PresenceDetails.get_default_message_from_type()
240 • Add new Individual properties:
241     - im_interaction_count
242     - call_interaction_count
243     - last_im_interaction_timestamp
244     - last_call_interaction_timestamp
245 • Add InteractionDetails interface to report interactions with Personas and
246   Individuals
247
248 Overview of changes from libfolks 0.6.9 to libfolks 0.7.0
249 =========================================================
250
251 Major changes:
252 * Folks now uses the Connection.ContactList Telepathy spec. instead of the
253   deprecated Channel.ContactList. This means legacy Connection Managers
254   (notably telepathy-butterfly) are not supported any more .
255
256 Bugs fixed:
257 • Bug 658576 — Need API to get a FolksIndividual from his ID
258 • Bug 671662 — Renamed alias of Facebook contact is not saved
259 • Bug 630822 — Support Connection.Interface.ContactList API
260
261 API changes:
262 • Add IndividualAggregator.look_up_individual()
263
264 Overview of changes from libfolks 0.6.8 to libfolks 0.6.9
265 =============================================================
266
267 Dependencies:
268 • telepathy-glib ≥ 0.15.5
269
270 Bugs fixed:
271 • Bug 672980 — tp_account_get_protocol: assertion `TP_IS_ACCOUNT (account)' failed
272
273 Overview of changes from libfolks 0.6.7 to libfolks 0.6.8
274 =============================================================
275
276 Major changes:
277 * FOLKS_DEBUG has been removed in favour of G_MESSAGES_DEBUG (and the bug where
278   folks would set G_MESSAGES_DEBUG for any process linked to it has been fixed)
279 * A --disable-fatal-warnings configure flag has been added for non-developers
280 * Update favourite status of EDS contacts with membership of the ‘Starred in
281   Android’ Google Contacts group
282 * Improvements to linking suggestions (potential matches)
283 * Improvements to folks-inspect to make it a good command line citizen
284
285 Bugs fixed:
286 * Bug 670191 — IndividualAggregator::is-quiescent is never set to TRUE
287 * Bug 670523 — persona.vala:153:folks_persona_get_individual:
288   assertion failed: (_tmp6_)
289 * Bug 672381 — invalid uninstantiatable type `<invalid>' in cast to
290   `FolksIndividual'
291 * Bug 670347 — Check for null birthday strings
292 * Bug 661490 — Should mark contacts from the "Starred in Android" group as
293   Favorites
294 * Bug 671714 — Fail to add contact to the contact list
295 * Bug 672373 — folks-import segfaults (Archlinux x86_64)
296 * Bug 670348 — Handle Telepathy CMs crashing/being invalidated
297 * Bug 671900 — Folks should not suggest linking contacts from telepathy-salut
298 * Bug 670872 — Should be less sensitive to accentuated chars
299 * Bug 669984 — Does not notify when contacts are added to groups
300 * Bug 660235 — Consistent signal handlers to a terminal would be cool
301 * Bug 671499 — Don't set G_MESSAGES_DEBUG unconditionally
302
303 API changes:
304 * Add MatchResult.NONE enum member
305
306 Overview of changes from libfolks 0.6.6 to libfolks 0.6.7
307 =============================================================
308 Bugs fixed:
309 * Bug 666310 — Crash in Tracker backend by unsetting an entry in a read-only map
310 * Bug 666528 — Can't convert from type 'GFile' to 'gchararray'
311 * Bug 666540 — Segfault on empty e-mail addresses with potential match
312 * Bug 659610 — Support code coverage report generation
313 * Bug 657063 — Allow to pass a command to folks-inspect
314 * Bug 667410 — A second instance of the aggregator only fetch a small subset of
315   my contacts
316 * Bug 667535 — persona created by tpf_persona_dup_for_contact() outlives its
317   TpContact
318 * Bug 670196 — Disable GLib deprecation warnings
319 * Bug 668415 — Port to Vala 0.15.x
320
321 API changes:
322 * Add PostalAddress.is_empty() and Role.is_empty()
323
324 Overview of changes from libfolks 0.6.5 to libfolks 0.6.6
325 =============================================================
326 Bugs fixed:
327 * Bug 664158 — Stale log handler can cause segfault when re-creating Aggregator
328   in a single run
329 * Bug 663889 — crash due to NameDetails which fail to guarantee
330   non-null full-name/nickname
331 * Bug 665039 — Crash in folks_backends_sw_backend_add_service
332 * Bug 665728 — TpfPersonaStore: prepare() isn't mutually exclusive inside a
333   single thread
334 * Bug 665692 — Use constructors correctly
335 * Bug 665376 — Add API to get a TpfPersona from a TpContact
336
337 API changes:
338 * Add Edsf.PersonaStore.source
339 * Make Edsf.Persona.contact writeable on construct (previously private setter)
340 * Make Edsf.Persona.contact_id writeable on construct (previously private
341   setter)
342 * Add Swf.PersonaStore.service
343 * Make Swf.Persona.lsw_contact writeable on construct (previously private
344   setter)
345 * Add Trf.Persona.tracker_id
346 * Add Trf.Persona.cursor
347 * Make AbstractFieldDetails.value writeable on construct (previously just a
348   normal setter)
349 * Make AbstractFieldDetails.parameters writeable on construct (previously just a
350   normal setter)
351 * Add ObjectCache.type_id
352 * Add ObjectCache.id
353 * Add Tpf.PersonaStore.dup_for_account() and Tpf.Persona.dup_for_contact()
354
355 Overview of changes from libfolks 0.6.4.1 to libfolks 0.6.5
356 =============================================================
357 Bugs fixed:
358 * Bug 662285 — Error with email -> im_addresses when updating a contact
359 * Bug 662433 — AbstractFieldDetails.equal() is ambiguous about checking
360   parameters.
361 * Bug 660908 — Add favourites support to EDS backend
362 * Bug 662770 — ContactPhotos are ignored when mime type is null
363 * Bug 662616 — We should set mime type when setting an EContact's photo
364 * Bug 662274 — Failed to link personas: Can't link personas with no primary
365   store.
366 * Bug 662314 — Gnome-shell restarts if I change my user status to
367   disconnected/unavailable
368 * Bug 663798 — Add AbstractFieldDetails.value_type
369 * Bug 659585 — GLib-GIO-CRITICAL **: g_bus_unwatch_name: assertion
370   `watcher_id > 0' failed
371
372 API changes:
373 * Add AbstractFieldDetails.id to identify instances of details
374 * Deprecate PostalAddress.uid in favor of AbstractFieldDetails.id
375 * Deprecate NoteFieldDetails.uid in favor of AbstractFieldDetails.id
376 * Deprecate Role.uid in favor of AbstractFieldDetails.id
377 * Add AbstractFieldDetails.values_equal() to compare values (but not parameters)
378 * Implement FavouriteDetails on Edsf.Persona
379 * Add AbstractFieldDetails.value_type
380
381 Behavior changes:
382 * PostalAddress.equal() now ignores PostalAddress.uid
383 * NoteFieldDetails.equal() now ignores NoteFieldDetails.uid
384
385 Overview of changes from libfolks 0.6.4 to libfolks 0.6.4.1
386 =============================================================
387 Bugs fixed:
388 * Bug 662095 — so name of libfolks v 0.6.4 is lower than of libfolks v 0.6.3.x
389
390 Overview of changes from libfolks 0.6.3.2 to libfolks 0.6.4
391 =============================================================
392 Bugs fixed:
393 * Bug 660217 — folks-0.6.3.2 requires tracker-0.12, but configure.ac calls
394   VALA_CHECK_PACKAGES([tracker-sparql-0.12])
395 * Bug 657602 — Telepathy backend fails to set Personas' phone numbers from
396   ContactInfo
397 * Bug 660937 — [regression] build failure: No package 'gee-1.0' found
398 * Bug 661475 — string_strip: assertion `self != NULL' failed
399
400 API changes:
401 * Implement PhoneDetails on Tpf.Persona
402 * Implement NameDetails on Tpf.Persona
403 * Implement EmailDetails on Tpf.Persona
404 * Implement UrlDetails on Tpf.Persona
405 * Implement BirthdayDetails on Tpf.Persona
406 * Add PersonaStoreError.UNSUPPORTED_ON_NON_USER
407
408 Overview of changes from libfolks 0.6.3.1 to libfolks 0.6.3.2
409 =============================================================
410 Bugs fixed:
411 * Bug 660140 — contacts_contact_find_persona_from_store: assertion `store !=
412   NULL' failed
413 * Bug 659041 — tpf-persona-store.vala: try to connect to a NULL object
414 * Bug 660051 — require tracker 0.12
415
416 Overview of changes from libfolks 0.6.3 to libfolks 0.6.3.1
417 ===========================================================
418 Bugs fixed:
419 * Bug 658631 — Deprecate PersonaStore.can-[alias|group]-personas
420 * Bug 658002 — defective typelib
421 * Bug 659737 — tests fail due to usage of deprecated methods
422 * Bug 659732 — Gnome fails to load and crashes when the Evolution-exchange
423   plugin is configured
424
425 API changes:
426 * Deprecate Folks.PersonaStore.can_[alias, group]_personas.
427   Applications should use Folks.PersonaStore#always-writeable-properties
428   and Folks.Persona#writeable-properties to check availability of "alias"
429   and "groups" properties.
430
431 Overview of changes from libfolks 0.6.2.1 to libfolks 0.6.3
432 ===========================================================
433
434 Major changes:
435 * Cleanup of the definition of “writeable” which involves a couple of API
436   deprecations and additions, and some internal re-working.
437 * Beginnings of standardising TYPE values for AbstractFieldDetails
438
439 Bugs fixed:
440 * Bug 658631 — crash at empathy startup
441 * Bug 658331 — Ensure read-only PersonaStores have empty writeable-properties
442 * Bug 658874 — Typo?
443 * Bug 658730 — ngettext (Plural forms) needed for
444   "Imported %u buddies from '%s'."
445 * Bug 633781 — Allow to set avatar on individuals
446 * Bug 657142 — Automatically link e-d-s contacts with their contacts from
447   telepathy
448 * Bug 658002 — defective typelib
449 * Bug 657065 — Cache keeps around contacts from disabled accounts
450 * Bug 658323 — Deprecate FOLKS_WRITEABLE_STORE in favour of FOLKS_PRIMARY_STORE
451 * Bug 659095 — Don't distribute typelib file
452 * Bug 659128 — If a persona store goes away we don't remove its personas
453 * Bug 657141 — Backend should ask eds for the default backend, not hardcode it
454 * Bug 658531 — Sometimes avatar caching doesn't work
455 * Bug 658328 — Return PropertyError.NOT_WRITEABLE from Persona property setters
456   as appropriate
457 * Bug 646847 — We should rename _update () in Trf.Persona to something more less
458   misleading
459 * Bug 658161 — Consistently use “contact” in translatable strings instead of
460   “persona”
461 * Bug 657738 — Favorite people are not always displayed
462 * Bug 653623 — Would like a set of standard "type" parameters for UrlDetails
463
464 API changes:
465 * Individual.avatar is now settable using Individual.change_avatar() (not new
466   API, but it no longer always returns an error)
467 * We now use the FOLKS_PRIMARY_STORE env var instead of FOLKS_WRITEABLE_STORE
468   to configure the primary store
469 * Deprecate Folks.PersonaStore.is_writeable
470 * Add Folks.PersonaStore.is_primary_store
471 * Add Folks.IndividualAggregatorError.NO_PRIMARY_STORE
472 * In IndividualAggregator.ensure_individual_property_writeable we now throw
473   NO_PRIMARY_STORE instead of NO_WRITEABLE_STORE
474 * Add Folks.PersonaStore.user_set_default
475 * Add AbstractFieldDetails.PARAM_TYPE, .PARAM_TYPE_HOME, .PARAM_TYPE_WORK,
476   .PARAM_TYPE_OTHER
477 * Add UrlFieldDetails.PARAM_TYPE_HOME_PAGE, .PARAM_TYPE_BLOG,
478   .PARAM_TYPE_PROFILE, .PARAM_TYPE_FTP
479
480 Overview of changes from libfolks 0.6.2 to libfolks 0.6.2.1
481 ===========================================================
482
483 Bugs fixed:
484 * Bug 658580 — Assertion in gee_hash_map_node_iterator_next with folks 0.6.2
485
486 Overview of changes from libfolks 0.6.1 to libfolks 0.6.2
487 =========================================================
488
489 Bugs fixed:
490 * Bug 645056 — TpLowlevel library should have only static public functions
491 * Bug 653777 — Would be nice to have a helper function to create a writable
492   persona
493 * Bug 657635 — Linking personas from different (e-d-s) stores is not working
494 * Bug 657510 — Add asynchronous property setter methods
495 * Bug 656184 — Add is-quiescent property
496 * Bug 657971 — Need BirthdayDetails support in eds backend
497 * Bug 657789 — Don't claim uneditable eds fields as writable
498 * Bug 657282 — Add an IndividualAggregator.individuals_changed_detailed signal
499 * Bug 657969 — Support RoleDetails in eds backend
500 * Bug 657783 — Prefer data from primary store when picking Individual values
501 * Bug 658411 — Only emit notifications for linkable properties if they've
502   actually changed
503 * Bug 656689 — Re-link personas on linkable properties being changed
504
505 API changes:
506 * Add PersonaStore:always-writeable-properties property
507 * Add IndividualAggregatorError.PROPERTY_NOT_WRITEABLE error
508 * Add IndividualAggregator.ensure_individual_property_writeable()
509 * Add Folks.PropertyError
510 * Add *Details.change_*() virtual methods
511 * Add IndividualAggregator:is-quiescent, Backend:is-quiescent and
512   PersonaStore:is-quiescent
513 * Add PersonaDetail.GROUPS and PersonaDetail.INVALID
514 * Add IndividualAggregator.individuals_changed_detailed and deprecate
515   IndividualAggregator.individuals_changed (but not remove or break it)
516
517 Overview of changes from libfolks 0.6.0 to libfolks 0.6.1
518 =========================================================
519
520 Bugs fixed:
521 * Bug 656659 — Use vcards for postal addresses
522 * Bug 655374 — Un-break avatar tests
523 * Bug 657067 — Can't build EDS backend using Vala master
524 * Bug 657332 — Add linking link-individuals
525
526 Overview of changes from libfolks 0.5.2 to libfolks 0.6.0
527 =========================================================
528
529 Bugs fixed:
530 * Bug 649925 — expose SocialWebClient.Contact in Swf.Persona
531 * Bug 646244 — Incomplete logic to handle attribute updates in Folks.Individual
532 * Bug 652463 — Tidy up CLEANFILES
533 * Bug 652434 — Add ability to run any tests through gdb
534 * Bug 648071 — Add support for presence status from Telepathy
535 * Bug 652472 — Handle failure in getting the logger service better
536 * Bug 629716 — Migrate Folks to GDBus
537 * Bug 652660 — Make Individual.id more stable and well-defined
538 * Bug 652449 — Folks.Individual's property getters should be read only
539 * Bug 653325 — Build system does not complain if trying to build docs without
540   vala-doc installed
541 * Bug 653746 — mismatch between hash and equals in Note
542 * Bug 638281 — Add an EDS backend
543 * Bug 654509 — Folks master not building
544 * Bug 652048 — Make nickname writable
545 * Bug 652425 — Failure codes for removing personas needed in PersonaStoreError
546 * Bug 645549 — Add a way to get the individual from a persona
547 * Bug 650422 — Add API for easily checking whether details are writeable
548 * Bug 655019 — Don't notify twice for nickname changes
549 * Bug 650414 — Need better APIs to handle image data
550 * Bug 652643 — Add PersonaStore cache
551 * Bug 655510 — Make truly-writeable *Details property setters public
552 * Bug 654907 — The writable store shouldn't be set by type_id
553 * Bug 655745 — Implement read/write support for gender property
554 * Bug 649296 — Folks backend files shouldn't begin with "lib"
555 * Bug 652657 — Allow writing to properties of all personas
556 * Bug 655008 — Tidy up error handling in eds backend
557 * Bug 653619 — Add company details
558 * Bug 653679 — Change PostalAddressDetails.postal_addresses to support
559   vCard-like arbitrary parameters
560 * Bug 653680 — Change ImDetails.im_addresses to support vCard-like arbitrary
561   parameters
562 * Bug 655917 — Rebase EmailDetails.email_addresses upon an
563   AbstractFieldDetails-derived class
564 * Bug 655374 — Un-break avatar tests
565 * Bug 655919 — Rebase NoteDetails.notes upon an AbstractFieldDetails-derived
566   class
567 * Bug 655920 — Rebase PhoneDetails.numbers upon an AbstractFieldDetails-derived
568   class
569 * Bug 653682 — Change WebServiceDetails.web_service_addresses to support
570   vCard-like arbitrary parameters
571 * Bug 655921 — Change RoleDetails.roles to support vCard-like arbitrary
572   parameters
573 * Bug 655922 — Rebase UrlDetails.urls upon an AbstractFieldDetails-derived class
574 * Bug 648818 — Support the EDS backend being a primary
575 * Bug 655609 — Implement setter for URLs
576
577 API changes:
578 * Swf.Persona retains and exposes its libsocialweb Contact
579 * Add a PresenceDetails.presence_status property
580 * Make NameDetails.nickname settable
581 * Drop AliasDetails support from Trf.Persona
582 * Add PersonaStoreError.PERMISSION_DENIED and PersonaStoreError.REMOVE_FAILED
583 * Change the error domain of PersonaStore.remove_persona() from GLib.Error to
584   Folks.PersonaStoreError
585 * Add a Persona.individual property
586 * Add a Persona.writeable_properties property and implement it in all the
587   Persona subclasses
588 * Make BirthdayDetails.calendar_event_id nullable
589 * Make Folks.Utils public and add Gee structure equality functions
590 * AvatarDetails.avatar is now of type LoadableIcon?
591 * Add AvatarCache class
592 * Add ObjectCache class
593 * Remove leaked internal PotentialMatch.result_to_string() method
594 * Add RoleDetails:role property
595 * Rebase FieldDetails upon AbstractFieldDetails (requiring the use of the
596   equivalent AbstractFieldDetails functions in place of the FieldDetails ones).
597 * Add AbstractFieldDetails.equal() and hash() for better matching on structures
598   which will store derived objects.
599 * Add parameters as an optional argument for the FieldDetails constructor
600 * Use PostalAddressFieldDetails for PostalAddressDetails.postal_addresses
601 * Remove PostalAddress.types (obsoleted by PostalAddressFieldDetails.parameters)
602 * Add and use ImFieldDetails for ImDetails.im_addresses
603 * Add and use EmailFieldDetails for EmailFieldDetails.email_addresses
604 * Add and use NoteFieldDetails for NoteFieldDetails.notes
605 * Remove Note class (obsoleted by NoteFieldDetails)
606 * Add and use PhoneFieldDetails for PhoneFieldDetails.phone_numbers
607 * Remove all PhoneDetails functions (obsoleted by PhoneFieldDetails)
608 * Add and use WebServiceFieldDetails for
609   WebServiceFieldDetails.web_service_addresses
610 * Use RoleFieldDetails for RoleDetails.roles
611 * Use UrlFieldDetails for UrlDetails.urls
612
613 Overview of changes from libfolks 0.5.1 to libfolks 0.5.2
614 =========================================================
615
616 Bugs fixed:
617 * Bug 650067 — Tracker backend warns when setting a NULL avatar (ie, unsetting
618   the avatar)
619 * Bug 650268 — build failure: "--vapidir=.: command not found"
620
621 Overview of changes from libfolks 0.5.0 to libfolks 0.5.1
622 =========================================================
623
624 Bugs fixed:
625 * Bug 645388 — Group channels are leaked
626 * Bug 647562 — Don't crash on duplicate group channels
627 * Bug 647121 — Crash in individual_store_contact_sort at
628   empathy-individual-store.c line 1387
629 * Bug 645684 — Implement Iterator on LinkedHashSet
630 * Bug 640092 — Folks should minimize use of GLib.List (including its public API)
631 * Bug 648161 — Add GObject Introspection Support
632 * Bug 645186 — Make sure all connect() calls have appropriate disconnect() calls
633 * Bug 648533 — Add runtime debug signalling
634 * Bug 649790 — Vala uses the wrong includes
635 * Bug 649088 — Combining contacts doesn't work with german Umlauts
636
637 API changes:
638 * LinkedHashSet.list_iterator() is now disallowed (causes an assertion failure)
639 * LinkedHashSet.iterator() now returns a BidirIterator instead of just an
640   Iterator
641 * ImDetails.im_addresses is now of type MultiMap<string, string>
642 * WebServiceDetails.web_service_addresses is now of type
643   MultiMap<string, string>
644 * Removed LinkedHashSet in favour of Gee.HashSet
645 * Backend.persona_stores is now of type Map<string, PersonaStore>
646 * GroupDetails.groups is now of type Set<string>
647 * FieldDetails.parameters is now of type MultiMap<string, string>
648 * FieldDetails.get_parameter_values() now returns type Collection<string>
649 * FieldDetails.extend_parameters() now takes type MultiMap<string, string>
650 * PostalAddressDetails.postal_addresses is now of type Set<PostalAddress>
651 * EmailDetails.email_addresses is now of type Set<FieldDetails>
652 * PhoneDetails.phone_numbers is now of type Set<FieldDetails>
653 * UrlDetails.urls is now of type Set<FieldDetails>
654 * BackendStore.enabled_backends now has type Map<string, Backend>
655   - The corresponding C function folks_backend_store_dup_enabled_backends()
656     has been renamed folks_backend_store_get_enabled_backends(), and no longer
657     returns an owned variable.
658 * Individual.personas now has type Set<Persona>
659 * Individual.personas_changed now uses Set<Persona>-typed parameters
660 * PersonaStore.personas_changed now uses Set<Persona>-typed parameters
661 * IndividualAggregator.individuals_changed now uses
662   Set<Individual>-typed parameters
663 * IndividualAggregator.link_personas() now takes a Set<Persona>
664 * IndividualAggregator.get_all_potential_matches() now returns a
665   Map<Individual, Map<Individual, MatchResult>>
666 * IndividualAggregator.get_potential_matches() now returns a
667   Map<Individual, MatchResult>
668 * IndividualAggregator.individuals now has type Map<string, Individual>
669 * PersonaStore.personas now has type Map<string, Persona>
670 * LocalIdDetails.local_ids now has type Set<string>
671 * NoteDetails.notes now has type Set<Note>
672 * RoleDetails.roles now has type Set<Role>
673 * PotentialMatch.known_email_aliases now has type Set<string>
674 * PostalAddress.types now has type Set<string>
675 * Add Folks.Debug debug controller class
676 * All pc-files now only add the $includedir to the cflags, so all includes
677   must be of the form <folks/*.h>
678
679 Overview of changes from libfolks 0.4.0 to libfolks 0.5.0
680 =========================================================
681
682 Major changes:
683 * Add support to change primary (writeable) store either via
684   GConf or an env variable (bug 645441).
685 * Bumped Vala dependency to 0.12.0 for bug #646345
686
687 Bugs fixed:
688 * Bug 644968 - _update_phone_numbers() needs to create copies
689   of each List<FieldDetails>
690 * Bug 644966 - _update_emails () needs to create copies of each
691   List<FieldDetails>
692 * Bug 644527 - Add a Tracker backend
693 * Bug 645430 - folks-inspect: Use LinkedHashSet to access im-addresses
694 * Bug 645411 - folks-import segfaults on startup
695 * Crasher when removing Personas
696 * Crasher when reconnecting a Telepathy account
697 * Bug 645680 — Use random integer IDs for Kf.Personas
698 * Bug 645475 — Linker warnings for Tracker backend tests
699 * Bug 645570 — Fix checks for empty and equal StructuredNames
700 * Bug 645989 — Ensure add_persona_from_details handles the basic attribute
701 * Bug 645413 — Write support for Tracker
702 * Bug 645441 — Mechanism to specify primary backend
703 * Bug 638280 — Add a libsocialweb backend
704 * Deal with duplicated phones/e-mails in Tracker
705 * Bug 646944 — Fix libsocialweb updates and removals of contacts
706 * Bug 644867 — add interface for linkable web service contact UIDs
707 * Bug 647168 — print the "web-service-addresses" property correctly
708 * Bug 646831 — Setting an existing phone number or e-mail address on a
709   Trf.Persona fails
710 * Bug 647298 — folks-inspect gets SIGSEGV when trying to auto-complete
711   parameters
712 * Bug 646948 — Support for potential matches
713
714 API changes:
715 * Add equal () to StructuredName
716 * Add detail_key () along with an enum PersonaDetail to PersonaStore
717   which together define the basic attributes that should be supported
718   by add_persona_from_details ().
719 * Add public primary_store to IndividualAggregator
720 * Add LocalIdDetails interface for linking Personas based on local address book
721   IDs (such as for the Tracker backend Personas)
722 * Add WebServiceDetails interface for linking Personas based on web service
723   accounts (such as for the libsocialweb backend Personas)
724 * Add PotentialMatch class and IndividualAggregator.get_potential_matches() and
725   IndividualAggregator.get_all_potential_matches() to suggest Individuals that
726   may match the given Individual or all potential matches, respectively.
727
728 Overview of changes from libfolks 0.3.6 to libfolks 0.4.0
729 =========================================================
730
731 Bugs fixed:
732 * Bug 642351 — BACKEND_STORE_KEY_FILE format should support a wildcard entry
733 * Bug 643241 — _update_urls () needs to create copies of each
734   List<FieldDetails>
735 * Bug 643247 — Folks needs C API documentation
736 * Bug 643201 — folks-inspect can't handle properties which are
737   List<FieldDetails>
738 * Bug 642866 — tp-lowlevel leaks TpChannel
739 * Bug 642861 — FolksLinkedHashSet still alive when exiting Empathy
740 * Bug 642493 — Folks needs API for specifying a contact's organisation
741 * Bug 642500 — Folks needs API for specifying a contact's birthday
742 * Bug 642501 — Folks needs API for attaching notes to a Contact
743 * Bug 641210 — Add interface for postal addresses
744 * Bug 643956 — Use the correct signal name for postal addresses
745 * Bug 643954 — Add to_string () to PostalAddress class
746 * Bug 643955 — Add to_string () to RoleOwner class
747 * Bug 643957 — Deal handle birthday and postal-addresses.
748 * Bug 644457 — Handle structured names
749 * Bug 644165 — An individual's avatar shouldn't be replaced by a null avatar
750
751 API changes:
752 * Add RoleDetails interface
753 * Add BirthdayDetails interface
754 * Add NoteDetails interface
755 * Add PostalAddressDetails interface
756 * Rename Aliasable -> AliasDetails
757 * Rename AvatarOwner -> AvatarDetails
758 * Rename Emailable -> EmailDetails
759 * Rename Favouritable -> FavouriteDetails
760 * Rename GenderOwner -> GenderDetails
761 * Rename Groupable -> GroupDetails
762 * Rename IMable -> ImDetails
763 * Rename NameOwner -> NameDetails
764 * Rename Phoneable -> PhoneDetails
765 * Rename PresenceOwner -> PresenceDetails
766 * Rename Urlable -> UrlDetails
767
768 Overview of changes from libfolks 0.3.5 to libfolks 0.3.6
769 =========================================================
770
771 This is just a repackaging of libfolks 0.3.5 with some documentation comment
772 version numbers fixed.
773
774 Overview of changes from libfolks 0.3.4 to libfolks 0.3.5
775 =========================================================
776
777 Major changes:
778 * Various API breaks and improvements, especially in the IndividualAggregator
779 * Add various new interfaces: NameOwner, FieldDetails, Urlable, GenderOwner,
780   Phoneable and Emailable
781
782 API changes:
783 * Add NameOwner interface
784 * Add FieldDetails interface
785 * Add Urlable interface
786 * Add GenderOwner interface
787 * Add Phoneable interface
788 * Add Emailable interface
789 * Add Tpf.Persona.is_in_contact_list
790 * Rename the URLable interface to Urlable
791 * Take a PersonaStore in IndividualAggregator.add_persona_from_details
792 * Remove IndividualAggregatorError.STORE_NOT_FOUND
793 * Rename the getter for BackendStore.enabled_backends from
794   folks_backend_store_get_enabled_backends() to
795   folks_backend_store_dup_enabled_backends()
796 * Rename BackendStore.get_backend_by_name() to .dup_backend_by_name()
797
798 Bugs fixed:
799 * Bug 640901 — Allow it to be determined whether a user Tpf.Persona is in the
800   contact list
801 * Bug 641780 — Incorrect C function names for URLable interface
802 * Bug 629078 — Folks needs a full API review to take advantage of our
803   compatibility break in 0.2.x
804 * Bug 642036 — No way to pass a message when adding a contact
805
806 Overview of changes from libfolks 0.3.3 to libfolks 0.3.4
807 =========================================================
808
809 Major changes:
810 * Add folks-inspect tool
811 * The use of the new LinkedHashSet type in the API may make libgee a requirement
812   for some clients (to take full advantage of its class lineage).
813
814 API changes:
815 * New type: LinkedHashSet, similar to Gee.HashSet, but ordered.
816 * IMable.im_addresses is now a mapping of string to LinkedHashSet.
817 * Rename the HasAvatar interface to AvatarOwner
818 * Rename the HasPresence interface to PresenceOwner
819
820 Bugs fixed:
821 * Bug 637240 — libfolks-telepathy.so exports private symbols
822 * Bug 638311 — Add a HACKING file that outlines development policies and
823   coding style
824 * Bug 629083 — Review coding conventions in folks
825 * Bug 629075 — Add folks command line application
826 * Bug 638609 — libfolks hard-codes backend names for debugging
827 * Bug 639195 — Print stack traces for failed tests to improve remote
828   debugging
829 * Bug 639113 — Add static aggregation tests
830 * Bug 639742 — Logger service unavailable in make check
831 * Bug 640213 — Add tests for LinkedHashSet
832 * Bug 627397 — Use better interface names
833
834 Overview of changes from libfolks 0.3.2 to libfolks 0.3.3
835 =========================================================
836
837 Major changes:
838 * Fix some minor leaks
839 * Add support for building gtk-doc documentation for the C API
840 * Fix some related documentation problems
841 * Fix some Vala problems caused by differences between Vala 0.10 and 0.12
842 * Finish off renaming interfaces (this is an API break; see below)
843 * Don't trust personas from IRC
844 * Handle invalid IM addresses more gracefully than with an assertion failure
845 * Fix a linking problem with the user's individual when going offline which
846   could lead to infinite loops
847
848 API changes:
849 * Rename the Avatar interface to HasAvatar
850 * Rename the Presence interface to HasPresence
851 * Rename the Favourite interface to Favouritable
852 * Add IMableError
853 * Throw IMableError from IMable.normalise_im_address()
854
855 Bugs fixed:
856 * Bug 635178 — Leak in
857   folks_tp_lowlevel_connection_open_contact_list_channel_async
858 * Bug 635649 — autopoint fails to run
859 * Bug 635703 — Leak in connection_get_requestable_channel_classes_cb
860 * Bug 635823 — [PATCH] telepathy test not linking against GIO
861 * Bug 636251 — Fails to add contact
862 * Bug 629526 — Generate gtk-doc documentation
863 * Bug 627397 — Use better interface names
864 * Bug 636714 — Assertion failure on invalid IM address
865 * Bug 637136 — Infinite loop when disconnecting accounts
866
867 Overview of changes from libfolks 0.3.1 to libfolks 0.3.2
868 ==========================================================
869
870 Major changes:
871 * BackendStore.load_backends() now (un)loads backends which have been
872   (dis|en)abled since the last call
873 * FOLKS_BACKEND_DIR has been replaced by FOLKS_BACKEND_PATH. It accepts any
874   number of files and directories, separated by :
875 * Significantly clean up the build system
876
877 API changes:
878 * Added BackendStore.prepare() and BackendStore::is-prepared
879 * Add BackendStore.enable_backend().
880 * Add BackendStore.disable_backend().
881 * Add BackendStore.unprepare().
882 * Remove casting convenience methods on Individual (casting isn't hard)
883 * Change the visibility of the setters of PersonaStore.type_id,
884   PersonaStore.display_name, PersonaStore.id, Backend.name,
885   Backend.persona_stores and Persona.linkable_properties. This removes the
886   corresponding C setter methods which should never have been exposed
887 * Remove Tpf.PersonaError
888 * Remove the exception from the Tpf.Persona constructor
889
890 Bugs fixed:
891 * Bug 629081 — Add API to allow specific backends to be disabled
892 * Bug 629862 — Add tests for the key-file backend
893 * Bug 628883 — Add localisation support
894 * Bug 633718 — Make the Folks releases buildable without vala, valadoc, or
895   g-i
896 * Bug 633080 — Crash when disconnecting twice
897
898 Overview of changes from libfolks 0.3.0 to libfolks 0.3.1
899 ==========================================================
900
901 Major changes:
902 * Tpf.Persona.contact is now guaranteed to have the client type feature
903
904 API changes:
905 * Add the PersonaStore:can-add-personas property
906 * Add the PersonaStore:can-remove-personas property
907 * Add the PersonaStore:can-alias-personas property
908 * Add the PersonaStore:can-group-personas property
909 * Make Individual implement the IMable interface
910
911 Bugs fixed:
912 * Bug 630431 — notify::alias is never emitted
913 * Bug 631864 — Crash when empathy disconnects
914 * Bug 632096 — build failure: contact-retrieval.o: undefined reference to
915   symbol 'gee_abstract_collection_add'
916 * Bug 632163 — Folks key-file backend needs a way to point to a specific
917   .ini file
918 * Bug 632564 — assertion `EMPATHY_IS_CONTACT (contact)' failed in
919   individual_store_contact_sort
920
921 Overview of changes from libfolks 0.1.17 to libfolks 0.3.0
922 ==========================================================
923
924 Major changes:
925 * Fixed some linking problems
926 * Added some missing documentation
927 * Fixed build problems introduced by switching to gobject-introspection 0.9.6
928   (i.e. GIR format 1.2)
929 * Bumped telepathy-glib dependency to 0.11.16
930 * Bumped Vala dependency to 0.10.0
931 * Bumped gobject-introspection dependency to 0.9.6
932 * Ensured IM addresses are normalised before being compared
933 * Made the folks-import build optional through a configure argument
934 * Added support for a “self” individual
935 * Added support for generating and installing Devhelp format documentation
936 * BackendStore.load_backends and the prepare() functions are now idempotent
937 * Tpf.Persona.contact is now guaranteed to have the avatar token and data
938   features
939 * Tpf.Persona.contact is now guaranteed to have the capabilities feature
940
941 API changes:
942 * Added IMable.normalise_im_address()
943 * Renamed Groups interface to Groupable
944 * Renamed Alias interface to Aliasable
945 * Removed BackendStore constructor
946 * Added BackendStore.dup()
947 * Added BackendStore::enabled-backends
948 * Added Individual::is-user
949 * Added Persona::is-user
950 * Added IndividualAggregator::user
951 * Added PersonaStoreError.UNSUPPORTED_ON_USER
952 * Added {IndividualAggregator, PersonaStoreError}.STORE_OFFLINE, used by the
953   respective add_persona_from_details() functions
954
955 Bugs fixed:
956 * Bug 629452 — [Patch] Add missing gio linking for import-tool
957 * Bug 626008 — Add @since lines to all symbols
958 * Bug 629311 — Folks should normalize IDs written to the writable backend
959 * Bug 629644 — Key file backend cannot be loaded because of linking problems
960 * Bug 629666 — libfolks should not hard autodetect libxml
961 * Bug 628970 — Folks API needs a way to determine whether a specific type of
962   PersonaStore is available
963 * Bug 629096 — Add a library init function
964 * Bug 627402 — Support marking FolksPersonas as "me"
965 * Bug 629642 — individuals-changed emitted in the wrong order
966 * Bug 629643 — do not fall back to the id if alias is empty
967 * Bug 629006 — PersonaStore should gracefully handle offline Persona change
968   attempts
969 * Bug 629331 — BackendStore.load_backends and the prepare() functions should
970   be idempotent.
971 * Bug 629008 — Add a test for Persona additions
972 * Bug 630347 — Avatars are always NULL
973
974 Overview of changes from libfolks 0.1.16 to libfolks 0.1.17
975 ===========================================================
976
977 Major changes:
978 * Added a basic test suite
979 * Cleaned up the build system
980 * Ensured the public libraries' VAPI files are distributed and installed
981 * Prevented the key-file from being saved unnecessarily
982 * Fixed multi-byte character handling in the key-file backend
983 * Ensured account removal and invalidation is handled in the Telepathy backend
984 * Prevented a hang when creating relationships.ini in certain situations
985 * Added a folks-import tool to import meta-contact data from Pidgin; this adds
986   a dependency on libxml
987
988 API changes:
989 * Added PersonaStore.flush()
990
991 Bugs fixed:
992 * Bug 628930 — folks crahses empathy on relationships.ini read
993 * Bug 629082 — Empathy crashes when toggling "Ignore SSL certificate errors"
994   checkbox
995 * Bug 628853 — hangs if there's no relationships.ini file
996 * Bug 629084 — Add a folks-import tool
997
998 Overview of changes from libfolks 0.1.15 to libfolks 0.1.16
999 ===========================================================
1000
1001 Major changes:
1002 * Added more debugging output
1003 * Fixed various small outputted code bugs
1004 * Fixed problem where key file groups would be overwritten in some situations
1005 * Fixed various signal emission problems
1006 * Prevented changes to Personas' properties from being propagated back up to the
1007   Individuals
1008 * Limited libgee dependency to < 0.7 due to API changes in libgee
1009 * Added a FOLKS_DISABLE_LINKING environment variable to disable linking (for
1010   debugging purposes)
1011
1012 Bugs fixed:
1013 * Bug 628108 — Favorite contacts are not save any more
1014 * Bug 628294 — Some contacts appear to be linked together while they shouldn't
1015 * Bug 628305 — Signal removal of Individuals containing untrusted Personas
1016 * Bug 628131 — error message when trying to link ICQ with jabber
1017 * Bug 628343 — Add an environment variable to disable linking
1018 * Bug 628335 — Assertion error with master
1019
1020 Overview of changes from libfolks 0.1.14.1 to libfolks 0.1.15
1021 =============================================================
1022
1023 Major changes:
1024 * Fixed various build problems
1025 * Ensured duplicate entries don't appear in various sets
1026 * Made gobject-introspection dependency explicit
1027 * Limited libgee dependency to <= 0.5.2 due to API changes in libgee
1028 * Reworked some of the Individual internals to make notifications more efficient
1029 * Added the concept of an Individual's “trust level”
1030 * Changed alias fallbacks to fall back to a display ID instead of a UID
1031 * Added support for storing aliases in the key-file backend and use them in
1032   preference to aliases from other Personas in an Individual
1033
1034 API changes:
1035 * Added Individual:personas-changed
1036 * Added TrustLevel enum
1037 * Added Individual::trust-level
1038 * Implemented Alias on Kf.Persona
1039
1040 Bugs fixed:
1041 * Bug 627314 — folks cannot be install in gentoo sandbox
1042 * Bug 627506 — Require gobject-introspection
1043 * Bug 626725 — Add an Individual.personas_changed signal
1044 * Bug 627968 — Add Individual.trust_level property
1045 * Bug 626578 — Use vala's vala.m4 to check for telepathy-glib(.vapi)
1046 * Bug 626410 — contacts show up with a weird alias
1047 * Bug 627508 — Store alias and groups in the key-file backend
1048 * Bug 627898 — Fails to install with -j4
1049
1050 Overview of changes from libfolks 0.1.14 to libfolks 0.1.14.1
1051 =============================================================
1052
1053 Major changes:
1054 * Bumped Vala dependency to 0.9.6
1055 * Fixed some more warning spew
1056
1057 Overview of changes from libfolks 0.1.13 to libfolks 0.1.14
1058 ===========================================================
1059
1060 Major changes:
1061 * Changed Vala detection code to use the correct macro
1062 * Bumped Vala dependency to 0.9.5
1063 * Removed some more message spew
1064 * Changed tp-lowlevel Vala bindings to be generated using gobject-introspection
1065 * Added optional dependency on gobject-introspection 0.6.7
1066
1067 Overview of changes from libfolks 0.1.12 to libfolks 0.1.13
1068 ===========================================================
1069
1070 Major changes:
1071 * Added the concept of “linkable properties”
1072 * Added the IMable interface
1073 * Added the concept of persona store “trust”
1074 * Added a writeable key-file backend
1075 * Added linking support to the IndividualAggregator
1076 * Tidied up ID handling in the backends
1077 * Warn if a backend's MIME type could not be determined, notifying the user if
1078   libfolks can't load backends due to shared-mime-info not being installed
1079 * Hint to clients the Individual replacing a removed Individual (if any)
1080 * Exposed Telepathy contacts' IM addresses using the IMable interface
1081 * Fixed some build and dependency issues
1082 * Bumped telepathy-glib dependency to 0.11.11 and dropped dependency on
1083   telepathy-vala
1084 * Added the concept of “writeable” PersonaStores and use this concept to prevent
1085   properties being synchronised between PersonaStores unnecessarily (and
1086   potentially even destructively)
1087
1088 API changes:
1089 * Added Persona::linkable-properties
1090 * Added IMable interface
1091 * Added PersonaStoreTrust enum
1092 * Added PersonaStore::trust-level
1093 * Added Persona.LinkablePropertyCallback()
1094 * Added Persona.linkable_property_to_links()
1095 * Added Persona.build_uid()
1096 * Added Persona.split_uid()
1097 * Added Persona::display-id
1098 * Added PersonaStore::display-name
1099 * Added replacement_individual parameter to Individual:removed
1100 * Implemented IMable on Tpf.Persona
1101 * Added IndividualAggregatorError.NO_WRITEABLE_STORE
1102 * Added IndividualAggregator.link_personas()
1103 * Added IndividualAggregator.unlink_individual()
1104 * Added PersonaStore::is-writeable
1105
1106 Bugs fixed:
1107 * Bug 625830 — Adding an existing contact to the tp backend results in bogus
1108   warnings
1109 * Bug 626108 — Defining XDG_DATA_DIRS prevents backends from being loaded
1110
1111 Overview of changes from libfolks 0.1.11 to libfolks 0.1.12
1112 ===========================================================
1113
1114 Major changes:
1115 * Added debug flags support using the FOLKS_DEBUG environment variable
1116 * Removed various bits of message and warning spew
1117 * Bumped Vala dependency to 0.9.4
1118 * Ensured connections which are ready as soon as they're connected are handled
1119   correctly
1120 * Versioned the installed backends using the main library's libtool version
1121
1122 Bugs fixed:
1123 * Bug 625815 — No contat showed in the contact list
1124
1125 Overview of changes from libfolks 0.1.10 to libfolks 0.1.11
1126 ===========================================================
1127
1128 Major changes:
1129 * Moved various bits of preparation code out into async prepare() methods to
1130   avoid race conditions on startup
1131 * Reset TpfPersonaStore state when going offline
1132 * Made several methods async which could potentially require it in future
1133 * Added error throws to various functions which could potentially fail in future
1134
1135 API changes:
1136 * Added PersonaStore.prepare()
1137 * Added Backend.prepare()
1138 * Removed error thrown from Backend constructor
1139 * Added IndividualAggregator.prepare()
1140 * Changed return type of Presence.is_online() from uint to int
1141 * Made IndividualAggregator.remove_individual() async
1142 * Made PersonaStore.remove_persona() async
1143 * Added an error throw to BackendStore.load_backends()
1144 * Added an error throw to IndividualAggregator.prepare()
1145 * Added an error throw to IndividualAggregator.remove_individual()
1146 * Added an error throw to IndividualAggregator.remove_persona()
1147 * Added an error throw to PersonaStore.remove_persona()
1148 * Made Groups.change_group() async
1149 * Made Groups:group-changed async
1150
1151 Overview of changes from libfolks 0.1.9 to libfolks 0.1.10
1152 ==========================================================
1153
1154 Major changes:
1155 * Fixed various memory and reference leaks
1156 * Lots of build system improvements
1157 * Added a libtool version to the installed libraries
1158
1159 Initial release of libfolks 0.1.9
1160 =================================
1161
1162 Major changes:
1163 * Move to GNOME infrastructure