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