Post-release version bump
[platform/upstream/folks.git] / NEWS
1 Overview of changes from libfolks 0.6.7 to libfolks 0.6.8
2 =============================================================
3 Bugs fixed:
4
5 Overview of changes from libfolks 0.6.6 to libfolks 0.6.7
6 =============================================================
7 Bugs fixed:
8 * Bug 666310 — Crash in Tracker backend by unsetting an entry in a read-only map
9 * Bug 666528 — Can't convert from type 'GFile' to 'gchararray'
10 * Bug 666540 — Segfault on empty e-mail addresses with potential match
11 * Bug 659610 — Support code coverage report generation
12 * Bug 657063 — Allow to pass a command to folks-inspect
13 * Bug 667410 — A second instance of the aggregator only fetch a small subset of
14   my contacts
15 * Bug 667535 — persona created by tpf_persona_dup_for_contact() outlives its
16   TpContact
17 * Bug 670196 — Disable GLib deprecation warnings
18 * Bug 668415 — Port to Vala 0.15.x
19
20 API changes:
21 * Add PostalAddress.is_empty() and Role.is_empty()
22
23 Overview of changes from libfolks 0.6.5 to libfolks 0.6.6
24 =============================================================
25 Bugs fixed:
26 * Bug 664158 — Stale log handler can cause segfault when re-creating Aggregator
27   in a single run
28 * Bug 663889 — crash due to NameDetails which fail to guarantee
29   non-null full-name/nickname
30 * Bug 665039 — Crash in folks_backends_sw_backend_add_service
31 * Bug 665728 — TpfPersonaStore: prepare() isn't mutually exclusive inside a
32   single thread
33 * Bug 665692 — Use constructors correctly
34 * Bug 665376 — Add API to get a TpfPersona from a TpContact
35
36 API changes:
37 * Add Edsf.PersonaStore.source
38 * Make Edsf.Persona.contact writeable on construct (previously private setter)
39 * Make Edsf.Persona.contact_id writeable on construct (previously private
40   setter)
41 * Add Swf.PersonaStore.service
42 * Make Swf.Persona.lsw_contact writeable on construct (previously private
43   setter)
44 * Add Trf.Persona.tracker_id
45 * Add Trf.Persona.cursor
46 * Make AbstractFieldDetails.value writeable on construct (previously just a
47   normal setter)
48 * Make AbstractFieldDetails.parameters writeable on construct (previously just a
49   normal setter)
50 * Add ObjectCache.type_id
51 * Add ObjectCache.id
52 * Add Tpf.PersonaStore.dup_for_account() and Tpf.Persona.dup_for_contact()
53
54 Overview of changes from libfolks 0.6.4.1 to libfolks 0.6.5
55 =============================================================
56 Bugs fixed:
57 * Bug 662285 — Error with email -> im_addresses when updating a contact
58 * Bug 662433 — AbstractFieldDetails.equal() is ambiguous about checking
59   parameters.
60 * Bug 660908 — Add favourites support to EDS backend
61 * Bug 662770 — ContactPhotos are ignored when mime type is null
62 * Bug 662616 — We should set mime type when setting an EContact's photo
63 * Bug 662274 — Failed to link personas: Can't link personas with no primary
64   store.
65 * Bug 662314 — Gnome-shell restarts if I change my user status to
66   disconnected/unavailable
67 * Bug 663798 — Add AbstractFieldDetails.value_type
68 * Bug 659585 — GLib-GIO-CRITICAL **: g_bus_unwatch_name: assertion
69   `watcher_id > 0' failed
70
71 API changes:
72 * Add AbstractFieldDetails.id to identify instances of details
73 * Deprecate PostalAddress.uid in favor of AbstractFieldDetails.id
74 * Deprecate NoteFieldDetails.uid in favor of AbstractFieldDetails.id
75 * Deprecate Role.uid in favor of AbstractFieldDetails.id
76 * Add AbstractFieldDetails.values_equal() to compare values (but not parameters)
77 * Implement FavouriteDetails on Edsf.Persona
78 * Add AbstractFieldDetails.value_type
79
80 Behavior changes:
81 * PostalAddress.equal() now ignores PostalAddress.uid
82 * NoteFieldDetails.equal() now ignores NoteFieldDetails.uid
83
84 Overview of changes from libfolks 0.6.4 to libfolks 0.6.4.1
85 =============================================================
86 Bugs fixed:
87 * Bug 662095 — so name of libfolks v 0.6.4 is lower than of libfolks v 0.6.3.x
88
89 Overview of changes from libfolks 0.6.3.2 to libfolks 0.6.4
90 =============================================================
91 Bugs fixed:
92 * Bug 660217 — folks-0.6.3.2 requires tracker-0.12, but configure.ac calls
93   VALA_CHECK_PACKAGES([tracker-sparql-0.12])
94 * Bug 657602 — Telepathy backend fails to set Personas' phone numbers from
95   ContactInfo
96 * Bug 660937 — [regression] build failure: No package 'gee-1.0' found
97 * Bug 661475 — string_strip: assertion `self != NULL' failed
98
99 API changes:
100 * Implement PhoneDetails on Tpf.Persona
101 * Implement NameDetails on Tpf.Persona
102 * Implement EmailDetails on Tpf.Persona
103 * Implement UrlDetails on Tpf.Persona
104 * Implement BirthdayDetails on Tpf.Persona
105 * Add PersonaStoreError.UNSUPPORTED_ON_NON_USER
106
107 Overview of changes from libfolks 0.6.3.1 to libfolks 0.6.3.2
108 =============================================================
109 Bugs fixed:
110 * Bug 660140 — contacts_contact_find_persona_from_store: assertion `store !=
111   NULL' failed
112 * Bug 659041 — tpf-persona-store.vala: try to connect to a NULL object
113 * Bug 660051 — require tracker 0.12
114
115 Overview of changes from libfolks 0.6.3 to libfolks 0.6.3.1
116 ===========================================================
117 Bugs fixed:
118 * Bug 658631 — Deprecate PersonaStore.can-[alias|group]-personas
119 * Bug 658002 — defective typelib
120 * Bug 659737 — tests fail due to usage of deprecated methods
121 * Bug 659732 — Gnome fails to load and crashes when the Evolution-exchange
122   plugin is configured
123
124 API changes:
125 * Deprecate Folks.PersonaStore.can_[alias, group]_personas.
126   Applications should use Folks.PersonaStore#always-writeable-properties
127   and Folks.Persona#writeable-properties to check availability of "alias"
128   and "groups" properties.
129
130 Overview of changes from libfolks 0.6.2.1 to libfolks 0.6.3
131 ===========================================================
132
133 Major changes:
134 * Cleanup of the definition of “writeable” which involves a couple of API
135   deprecations and additions, and some internal re-working.
136 * Beginnings of standardising TYPE values for AbstractFieldDetails
137
138 Bugs fixed:
139 * Bug 658631 — crash at empathy startup
140 * Bug 658331 — Ensure read-only PersonaStores have empty writeable-properties
141 * Bug 658874 — Typo?
142 * Bug 658730 — ngettext (Plural forms) needed for
143   "Imported %u buddies from '%s'."
144 * Bug 633781 — Allow to set avatar on individuals
145 * Bug 657142 — Automatically link e-d-s contacts with their contacts from
146   telepathy
147 * Bug 658002 — defective typelib
148 * Bug 657065 — Cache keeps around contacts from disabled accounts
149 * Bug 658323 — Deprecate FOLKS_WRITEABLE_STORE in favour of FOLKS_PRIMARY_STORE
150 * Bug 659095 — Don't distribute typelib file
151 * Bug 659128 — If a persona store goes away we don't remove its personas
152 * Bug 657141 — Backend should ask eds for the default backend, not hardcode it
153 * Bug 658531 — Sometimes avatar caching doesn't work
154 * Bug 658328 — Return PropertyError.NOT_WRITEABLE from Persona property setters
155   as appropriate
156 * Bug 646847 — We should rename _update () in Trf.Persona to something more less
157   misleading
158 * Bug 658161 — Consistently use “contact” in translatable strings instead of
159   “persona”
160 * Bug 657738 — Favorite people are not always displayed
161 * Bug 653623 — Would like a set of standard "type" parameters for UrlDetails
162
163 API changes:
164 * Individual.avatar is now settable using Individual.change_avatar() (not new
165   API, but it no longer always returns an error)
166 * We now use the FOLKS_PRIMARY_STORE env var instead of FOLKS_WRITEABLE_STORE
167   to configure the primary store
168 * Deprecate Folks.PersonaStore.is_writeable
169 * Add Folks.PersonaStore.is_primary_store
170 * Add Folks.IndividualAggregatorError.NO_PRIMARY_STORE
171 * In IndividualAggregator.ensure_individual_property_writeable we now throw
172   NO_PRIMARY_STORE instead of NO_WRITEABLE_STORE
173 * Add Folks.PersonaStore.user_set_default
174 * Add AbstractFieldDetails.PARAM_TYPE, .PARAM_TYPE_HOME, .PARAM_TYPE_WORK,
175   .PARAM_TYPE_OTHER
176 * Add UrlFieldDetails.PARAM_TYPE_HOME_PAGE, .PARAM_TYPE_BLOG,
177   .PARAM_TYPE_PROFILE, .PARAM_TYPE_FTP
178
179 Overview of changes from libfolks 0.6.2 to libfolks 0.6.2.1
180 ===========================================================
181
182 Bugs fixed:
183 * Bug 658580 — Assertion in gee_hash_map_node_iterator_next with folks 0.6.2
184
185 Overview of changes from libfolks 0.6.1 to libfolks 0.6.2
186 =========================================================
187
188 Bugs fixed:
189 * Bug 645056 — TpLowlevel library should have only static public functions
190 * Bug 653777 — Would be nice to have a helper function to create a writable
191   persona
192 * Bug 657635 — Linking personas from different (e-d-s) stores is not working
193 * Bug 657510 — Add asynchronous property setter methods
194 * Bug 656184 — Add is-quiescent property
195 * Bug 657971 — Need BirthdayDetails support in eds backend
196 * Bug 657789 — Don't claim uneditable eds fields as writable
197 * Bug 657282 — Add an IndividualAggregator.individuals_changed_detailed signal
198 * Bug 657969 — Support RoleDetails in eds backend
199 * Bug 657783 — Prefer data from primary store when picking Individual values
200 * Bug 658411 — Only emit notifications for linkable properties if they've
201   actually changed
202 * Bug 656689 — Re-link personas on linkable properties being changed
203
204 API changes:
205 * Add PersonaStore:always-writeable-properties property
206 * Add IndividualAggregatorError.PROPERTY_NOT_WRITEABLE error
207 * Add IndividualAggregator.ensure_individual_property_writeable()
208 * Add Folks.PropertyError
209 * Add *Details.change_*() virtual methods
210 * Add IndividualAggregator:is-quiescent, Backend:is-quiescent and
211   PersonaStore:is-quiescent
212 * Add PersonaDetail.GROUPS and PersonaDetail.INVALID
213 * Add IndividualAggregator.individuals_changed_detailed and deprecate
214   IndividualAggregator.individuals_changed (but not remove or break it)
215
216 Overview of changes from libfolks 0.6.0 to libfolks 0.6.1
217 =========================================================
218
219 Bugs fixed:
220 * Bug 656659 — Use vcards for postal addresses
221 * Bug 655374 — Un-break avatar tests
222 * Bug 657067 — Can't build EDS backend using Vala master
223 * Bug 657332 — Add linking link-individuals
224
225 Overview of changes from libfolks 0.5.2 to libfolks 0.6.0
226 =========================================================
227
228 Bugs fixed:
229 * Bug 649925 — expose SocialWebClient.Contact in Swf.Persona
230 * Bug 646244 — Incomplete logic to handle attribute updates in Folks.Individual
231 * Bug 652463 — Tidy up CLEANFILES
232 * Bug 652434 — Add ability to run any tests through gdb
233 * Bug 648071 — Add support for presence status from Telepathy
234 * Bug 652472 — Handle failure in getting the logger service better
235 * Bug 629716 — Migrate Folks to GDBus
236 * Bug 652660 — Make Individual.id more stable and well-defined
237 * Bug 652449 — Folks.Individual's property getters should be read only
238 * Bug 653325 — Build system does not complain if trying to build docs without
239   vala-doc installed
240 * Bug 653746 — mismatch between hash and equals in Note
241 * Bug 638281 — Add an EDS backend
242 * Bug 654509 — Folks master not building
243 * Bug 652048 — Make nickname writable
244 * Bug 652425 — Failure codes for removing personas needed in PersonaStoreError
245 * Bug 645549 — Add a way to get the individual from a persona
246 * Bug 650422 — Add API for easily checking whether details are writeable
247 * Bug 655019 — Don't notify twice for nickname changes
248 * Bug 650414 — Need better APIs to handle image data
249 * Bug 652643 — Add PersonaStore cache
250 * Bug 655510 — Make truly-writeable *Details property setters public
251 * Bug 654907 — The writable store shouldn't be set by type_id
252 * Bug 655745 — Implement read/write support for gender property
253 * Bug 649296 — Folks backend files shouldn't begin with "lib"
254 * Bug 652657 — Allow writing to properties of all personas
255 * Bug 655008 — Tidy up error handling in eds backend
256 * Bug 653619 — Add company details
257 * Bug 653679 — Change PostalAddressDetails.postal_addresses to support
258   vCard-like arbitrary parameters
259 * Bug 653680 — Change ImDetails.im_addresses to support vCard-like arbitrary
260   parameters
261 * Bug 655917 — Rebase EmailDetails.email_addresses upon an
262   AbstractFieldDetails-derived class
263 * Bug 655374 — Un-break avatar tests
264 * Bug 655919 — Rebase NoteDetails.notes upon an AbstractFieldDetails-derived
265   class
266 * Bug 655920 — Rebase PhoneDetails.numbers upon an AbstractFieldDetails-derived
267   class
268 * Bug 653682 — Change WebServiceDetails.web_service_addresses to support
269   vCard-like arbitrary parameters
270 * Bug 655921 — Change RoleDetails.roles to support vCard-like arbitrary
271   parameters
272 * Bug 655922 — Rebase UrlDetails.urls upon an AbstractFieldDetails-derived class
273 * Bug 648818 — Support the EDS backend being a primary
274 * Bug 655609 — Implement setter for URLs
275
276 API changes:
277 * Swf.Persona retains and exposes its libsocialweb Contact
278 * Add a PresenceDetails.presence_status property
279 * Make NameDetails.nickname settable
280 * Drop AliasDetails support from Trf.Persona
281 * Add PersonaStoreError.PERMISSION_DENIED and PersonaStoreError.REMOVE_FAILED
282 * Change the error domain of PersonaStore.remove_persona() from GLib.Error to
283   Folks.PersonaStoreError
284 * Add a Persona.individual property
285 * Add a Persona.writeable_properties property and implement it in all the
286   Persona subclasses
287 * Make BirthdayDetails.calendar_event_id nullable
288 * Make Folks.Utils public and add Gee structure equality functions
289 * AvatarDetails.avatar is now of type LoadableIcon?
290 * Add AvatarCache class
291 * Add ObjectCache class
292 * Remove leaked internal PotentialMatch.result_to_string() method
293 * Add RoleDetails:role property
294 * Rebase FieldDetails upon AbstractFieldDetails (requiring the use of the
295   equivalent AbstractFieldDetails functions in place of the FieldDetails ones).
296 * Add AbstractFieldDetails.equal() and hash() for better matching on structures
297   which will store derived objects.
298 * Add parameters as an optional argument for the FieldDetails constructor
299 * Use PostalAddressFieldDetails for PostalAddressDetails.postal_addresses
300 * Remove PostalAddress.types (obsoleted by PostalAddressFieldDetails.parameters)
301 * Add and use ImFieldDetails for ImDetails.im_addresses
302 * Add and use EmailFieldDetails for EmailFieldDetails.email_addresses
303 * Add and use NoteFieldDetails for NoteFieldDetails.notes
304 * Remove Note class (obsoleted by NoteFieldDetails)
305 * Add and use PhoneFieldDetails for PhoneFieldDetails.phone_numbers
306 * Remove all PhoneDetails functions (obsoleted by PhoneFieldDetails)
307 * Add and use WebServiceFieldDetails for
308   WebServiceFieldDetails.web_service_addresses
309 * Use RoleFieldDetails for RoleDetails.roles
310 * Use UrlFieldDetails for UrlDetails.urls
311
312 Overview of changes from libfolks 0.5.1 to libfolks 0.5.2
313 =========================================================
314
315 Bugs fixed:
316 * Bug 650067 — Tracker backend warns when setting a NULL avatar (ie, unsetting
317   the avatar)
318 * Bug 650268 — build failure: "--vapidir=.: command not found"
319
320 Overview of changes from libfolks 0.5.0 to libfolks 0.5.1
321 =========================================================
322
323 Bugs fixed:
324 * Bug 645388 — Group channels are leaked
325 * Bug 647562 — Don't crash on duplicate group channels
326 * Bug 647121 — Crash in individual_store_contact_sort at
327   empathy-individual-store.c line 1387
328 * Bug 645684 — Implement Iterator on LinkedHashSet
329 * Bug 640092 — Folks should minimize use of GLib.List (including its public API)
330 * Bug 648161 — Add GObject Introspection Support
331 * Bug 645186 — Make sure all connect() calls have appropriate disconnect() calls
332 * Bug 648533 — Add runtime debug signalling
333 * Bug 649790 — Vala uses the wrong includes
334 * Bug 649088 — Combining contacts doesn't work with german Umlauts
335
336 API changes:
337 * LinkedHashSet.list_iterator() is now disallowed (causes an assertion failure)
338 * LinkedHashSet.iterator() now returns a BidirIterator instead of just an
339   Iterator
340 * ImDetails.im_addresses is now of type MultiMap<string, string>
341 * WebServiceDetails.web_service_addresses is now of type
342   MultiMap<string, string>
343 * Removed LinkedHashSet in favour of Gee.HashSet
344 * Backend.persona_stores is now of type Map<string, PersonaStore>
345 * GroupDetails.groups is now of type Set<string>
346 * FieldDetails.parameters is now of type MultiMap<string, string>
347 * FieldDetails.get_parameter_values() now returns type Collection<string>
348 * FieldDetails.extend_parameters() now takes type MultiMap<string, string>
349 * PostalAddressDetails.postal_addresses is now of type Set<PostalAddress>
350 * EmailDetails.email_addresses is now of type Set<FieldDetails>
351 * PhoneDetails.phone_numbers is now of type Set<FieldDetails>
352 * UrlDetails.urls is now of type Set<FieldDetails>
353 * BackendStore.enabled_backends now has type Map<string, Backend>
354   - The corresponding C function folks_backend_store_dup_enabled_backends()
355     has been renamed folks_backend_store_get_enabled_backends(), and no longer
356     returns an owned variable.
357 * Individual.personas now has type Set<Persona>
358 * Individual.personas_changed now uses Set<Persona>-typed parameters
359 * PersonaStore.personas_changed now uses Set<Persona>-typed parameters
360 * IndividualAggregator.individuals_changed now uses
361   Set<Individual>-typed parameters
362 * IndividualAggregator.link_personas() now takes a Set<Persona>
363 * IndividualAggregator.get_all_potential_matches() now returns a
364   Map<Individual, Map<Individual, MatchResult>>
365 * IndividualAggregator.get_potential_matches() now returns a
366   Map<Individual, MatchResult>
367 * IndividualAggregator.individuals now has type Map<string, Individual>
368 * PersonaStore.personas now has type Map<string, Persona>
369 * LocalIdDetails.local_ids now has type Set<string>
370 * NoteDetails.notes now has type Set<Note>
371 * RoleDetails.roles now has type Set<Role>
372 * PotentialMatch.known_email_aliases now has type Set<string>
373 * PostalAddress.types now has type Set<string>
374 * Add Folks.Debug debug controller class
375 * All pc-files now only add the $includedir to the cflags, so all includes
376   must be of the form <folks/*.h>
377
378 Overview of changes from libfolks 0.4.0 to libfolks 0.5.0
379 =========================================================
380
381 Major changes:
382 * Add support to change primary (writeable) store either via
383   GConf or an env variable (bug 645441).
384 * Bumped Vala dependency to 0.12.0 for bug #646345
385
386 Bugs fixed:
387 * Bug 644968 - _update_phone_numbers() needs to create copies
388   of each List<FieldDetails>
389 * Bug 644966 - _update_emails () needs to create copies of each
390   List<FieldDetails>
391 * Bug 644527 - Add a Tracker backend
392 * Bug 645430 - folks-inspect: Use LinkedHashSet to access im-addresses
393 * Bug 645411 - folks-import segfaults on startup
394 * Crasher when removing Personas
395 * Crasher when reconnecting a Telepathy account
396 * Bug 645680 — Use random integer IDs for Kf.Personas
397 * Bug 645475 — Linker warnings for Tracker backend tests
398 * Bug 645570 — Fix checks for empty and equal StructuredNames
399 * Bug 645989 — Ensure add_persona_from_details handles the basic attribute
400 * Bug 645413 — Write support for Tracker
401 * Bug 645441 — Mechanism to specify primary backend
402 * Bug 638280 — Add a libsocialweb backend
403 * Deal with duplicated phones/e-mails in Tracker
404 * Bug 646944 — Fix libsocialweb updates and removals of contacts
405 * Bug 644867 — add interface for linkable web service contact UIDs
406 * Bug 647168 — print the "web-service-addresses" property correctly
407 * Bug 646831 — Setting an existing phone number or e-mail address on a
408   Trf.Persona fails
409 * Bug 647298 — folks-inspect gets SIGSEGV when trying to auto-complete
410   parameters
411 * Bug 646948 — Support for potential matches
412
413 API changes:
414 * Add equal () to StructuredName
415 * Add detail_key () along with an enum PersonaDetail to PersonaStore
416   which together define the basic attributes that should be supported
417   by add_persona_from_details ().
418 * Add public primary_store to IndividualAggregator
419 * Add LocalIdDetails interface for linking Personas based on local address book
420   IDs (such as for the Tracker backend Personas)
421 * Add WebServiceDetails interface for linking Personas based on web service
422   accounts (such as for the libsocialweb backend Personas)
423 * Add PotentialMatch class and IndividualAggregator.get_potential_matches() and
424   IndividualAggregator.get_all_potential_matches() to suggest Individuals that
425   may match the given Individual or all potential matches, respectively.
426
427 Overview of changes from libfolks 0.3.6 to libfolks 0.4.0
428 =========================================================
429
430 Bugs fixed:
431 * Bug 642351 — BACKEND_STORE_KEY_FILE format should support a wildcard entry
432 * Bug 643241 — _update_urls () needs to create copies of each
433   List<FieldDetails>
434 * Bug 643247 — Folks needs C API documentation
435 * Bug 643201 — folks-inspect can't handle properties which are
436   List<FieldDetails>
437 * Bug 642866 — tp-lowlevel leaks TpChannel
438 * Bug 642861 — FolksLinkedHashSet still alive when exiting Empathy
439 * Bug 642493 — Folks needs API for specifying a contact's organisation
440 * Bug 642500 — Folks needs API for specifying a contact's birthday
441 * Bug 642501 — Folks needs API for attaching notes to a Contact
442 * Bug 641210 — Add interface for postal addresses
443 * Bug 643956 — Use the correct signal name for postal addresses
444 * Bug 643954 — Add to_string () to PostalAddress class
445 * Bug 643955 — Add to_string () to RoleOwner class
446 * Bug 643957 — Deal handle birthday and postal-addresses.
447 * Bug 644457 — Handle structured names
448 * Bug 644165 — An individual's avatar shouldn't be replaced by a null avatar
449
450 API changes:
451 * Add RoleDetails interface
452 * Add BirthdayDetails interface
453 * Add NoteDetails interface
454 * Add PostalAddressDetails interface
455 * Rename Aliasable -> AliasDetails
456 * Rename AvatarOwner -> AvatarDetails
457 * Rename Emailable -> EmailDetails
458 * Rename Favouritable -> FavouriteDetails
459 * Rename GenderOwner -> GenderDetails
460 * Rename Groupable -> GroupDetails
461 * Rename IMable -> ImDetails
462 * Rename NameOwner -> NameDetails
463 * Rename Phoneable -> PhoneDetails
464 * Rename PresenceOwner -> PresenceDetails
465 * Rename Urlable -> UrlDetails
466
467 Overview of changes from libfolks 0.3.5 to libfolks 0.3.6
468 =========================================================
469
470 This is just a repackaging of libfolks 0.3.5 with some documentation comment
471 version numbers fixed.
472
473 Overview of changes from libfolks 0.3.4 to libfolks 0.3.5
474 =========================================================
475
476 Major changes:
477 * Various API breaks and improvements, especially in the IndividualAggregator
478 * Add various new interfaces: NameOwner, FieldDetails, Urlable, GenderOwner,
479   Phoneable and Emailable
480
481 API changes:
482 * Add NameOwner interface
483 * Add FieldDetails interface
484 * Add Urlable interface
485 * Add GenderOwner interface
486 * Add Phoneable interface
487 * Add Emailable interface
488 * Add Tpf.Persona.is_in_contact_list
489 * Rename the URLable interface to Urlable
490 * Take a PersonaStore in IndividualAggregator.add_persona_from_details
491 * Remove IndividualAggregatorError.STORE_NOT_FOUND
492 * Rename the getter for BackendStore.enabled_backends from
493   folks_backend_store_get_enabled_backends() to
494   folks_backend_store_dup_enabled_backends()
495 * Rename BackendStore.get_backend_by_name() to .dup_backend_by_name()
496
497 Bugs fixed:
498 * Bug 640901 — Allow it to be determined whether a user Tpf.Persona is in the
499   contact list
500 * Bug 641780 — Incorrect C function names for URLable interface
501 * Bug 629078 — Folks needs a full API review to take advantage of our
502   compatibility break in 0.2.x
503 * Bug 642036 — No way to pass a message when adding a contact
504
505 Overview of changes from libfolks 0.3.3 to libfolks 0.3.4
506 =========================================================
507
508 Major changes:
509 * Add folks-inspect tool
510 * The use of the new LinkedHashSet type in the API may make libgee a requirement
511   for some clients (to take full advantage of its class lineage).
512
513 API changes:
514 * New type: LinkedHashSet, similar to Gee.HashSet, but ordered.
515 * IMable.im_addresses is now a mapping of string to LinkedHashSet.
516 * Rename the HasAvatar interface to AvatarOwner
517 * Rename the HasPresence interface to PresenceOwner
518
519 Bugs fixed:
520 * Bug 637240 — libfolks-telepathy.so exports private symbols
521 * Bug 638311 — Add a HACKING file that outlines development policies and
522   coding style
523 * Bug 629083 — Review coding conventions in folks
524 * Bug 629075 — Add folks command line application
525 * Bug 638609 — libfolks hard-codes backend names for debugging
526 * Bug 639195 — Print stack traces for failed tests to improve remote
527   debugging
528 * Bug 639113 — Add static aggregation tests
529 * Bug 639742 — Logger service unavailable in make check
530 * Bug 640213 — Add tests for LinkedHashSet
531 * Bug 627397 — Use better interface names
532
533 Overview of changes from libfolks 0.3.2 to libfolks 0.3.3
534 =========================================================
535
536 Major changes:
537 * Fix some minor leaks
538 * Add support for building gtk-doc documentation for the C API
539 * Fix some related documentation problems
540 * Fix some Vala problems caused by differences between Vala 0.10 and 0.12
541 * Finish off renaming interfaces (this is an API break; see below)
542 * Don't trust personas from IRC
543 * Handle invalid IM addresses more gracefully than with an assertion failure
544 * Fix a linking problem with the user's individual when going offline which
545   could lead to infinite loops
546
547 API changes:
548 * Rename the Avatar interface to HasAvatar
549 * Rename the Presence interface to HasPresence
550 * Rename the Favourite interface to Favouritable
551 * Add IMableError
552 * Throw IMableError from IMable.normalise_im_address()
553
554 Bugs fixed:
555 * Bug 635178 — Leak in
556   folks_tp_lowlevel_connection_open_contact_list_channel_async
557 * Bug 635649 — autopoint fails to run
558 * Bug 635703 — Leak in connection_get_requestable_channel_classes_cb
559 * Bug 635823 — [PATCH] telepathy test not linking against GIO
560 * Bug 636251 — Fails to add contact
561 * Bug 629526 — Generate gtk-doc documentation
562 * Bug 627397 — Use better interface names
563 * Bug 636714 — Assertion failure on invalid IM address
564 * Bug 637136 — Infinite loop when disconnecting accounts
565
566 Overview of changes from libfolks 0.3.1 to libfolks 0.3.2
567 ==========================================================
568
569 Major changes:
570 * BackendStore.load_backends() now (un)loads backends which have been
571   (dis|en)abled since the last call
572 * FOLKS_BACKEND_DIR has been replaced by FOLKS_BACKEND_PATH. It accepts any
573   number of files and directories, separated by :
574 * Significantly clean up the build system
575
576 API changes:
577 * Added BackendStore.prepare() and BackendStore::is-prepared
578 * Add BackendStore.enable_backend().
579 * Add BackendStore.disable_backend().
580 * Add BackendStore.unprepare().
581 * Remove casting convenience methods on Individual (casting isn't hard)
582 * Change the visibility of the setters of PersonaStore.type_id,
583   PersonaStore.display_name, PersonaStore.id, Backend.name,
584   Backend.persona_stores and Persona.linkable_properties. This removes the
585   corresponding C setter methods which should never have been exposed
586 * Remove Tpf.PersonaError
587 * Remove the exception from the Tpf.Persona constructor
588
589 Bugs fixed:
590 * Bug 629081 — Add API to allow specific backends to be disabled
591 * Bug 629862 — Add tests for the key-file backend
592 * Bug 628883 — Add localisation support
593 * Bug 633718 — Make the Folks releases buildable without vala, valadoc, or
594   g-i
595 * Bug 633080 — Crash when disconnecting twice
596
597 Overview of changes from libfolks 0.3.0 to libfolks 0.3.1
598 ==========================================================
599
600 Major changes:
601 * Tpf.Persona.contact is now guaranteed to have the client type feature
602
603 API changes:
604 * Add the PersonaStore:can-add-personas property
605 * Add the PersonaStore:can-remove-personas property
606 * Add the PersonaStore:can-alias-personas property
607 * Add the PersonaStore:can-group-personas property
608 * Make Individual implement the IMable interface
609
610 Bugs fixed:
611 * Bug 630431 — notify::alias is never emitted
612 * Bug 631864 — Crash when empathy disconnects
613 * Bug 632096 — build failure: contact-retrieval.o: undefined reference to
614   symbol 'gee_abstract_collection_add'
615 * Bug 632163 — Folks key-file backend needs a way to point to a specific
616   .ini file
617 * Bug 632564 — assertion `EMPATHY_IS_CONTACT (contact)' failed in
618   individual_store_contact_sort
619
620 Overview of changes from libfolks 0.1.17 to libfolks 0.3.0
621 ==========================================================
622
623 Major changes:
624 * Fixed some linking problems
625 * Added some missing documentation
626 * Fixed build problems introduced by switching to gobject-introspection 0.9.6
627   (i.e. GIR format 1.2)
628 * Bumped telepathy-glib dependency to 0.11.16
629 * Bumped Vala dependency to 0.10.0
630 * Bumped gobject-introspection dependency to 0.9.6
631 * Ensured IM addresses are normalised before being compared
632 * Made the folks-import build optional through a configure argument
633 * Added support for a “self” individual
634 * Added support for generating and installing Devhelp format documentation
635 * BackendStore.load_backends and the prepare() functions are now idempotent
636 * Tpf.Persona.contact is now guaranteed to have the avatar token and data
637   features
638 * Tpf.Persona.contact is now guaranteed to have the capabilities feature
639
640 API changes:
641 * Added IMable.normalise_im_address()
642 * Renamed Groups interface to Groupable
643 * Renamed Alias interface to Aliasable
644 * Removed BackendStore constructor
645 * Added BackendStore.dup()
646 * Added BackendStore::enabled-backends
647 * Added Individual::is-user
648 * Added Persona::is-user
649 * Added IndividualAggregator::user
650 * Added PersonaStoreError.UNSUPPORTED_ON_USER
651 * Added {IndividualAggregator, PersonaStoreError}.STORE_OFFLINE, used by the
652   respective add_persona_from_details() functions
653
654 Bugs fixed:
655 * Bug 629452 — [Patch] Add missing gio linking for import-tool
656 * Bug 626008 — Add @since lines to all symbols
657 * Bug 629311 — Folks should normalize IDs written to the writable backend
658 * Bug 629644 — Key file backend cannot be loaded because of linking problems
659 * Bug 629666 — libfolks should not hard autodetect libxml
660 * Bug 628970 — Folks API needs a way to determine whether a specific type of
661   PersonaStore is available
662 * Bug 629096 — Add a library init function
663 * Bug 627402 — Support marking FolksPersonas as "me"
664 * Bug 629642 — individuals-changed emitted in the wrong order
665 * Bug 629643 — do not fall back to the id if alias is empty
666 * Bug 629006 — PersonaStore should gracefully handle offline Persona change
667   attempts
668 * Bug 629331 — BackendStore.load_backends and the prepare() functions should
669   be idempotent.
670 * Bug 629008 — Add a test for Persona additions
671 * Bug 630347 — Avatars are always NULL
672
673 Overview of changes from libfolks 0.1.16 to libfolks 0.1.17
674 ===========================================================
675
676 Major changes:
677 * Added a basic test suite
678 * Cleaned up the build system
679 * Ensured the public libraries' VAPI files are distributed and installed
680 * Prevented the key-file from being saved unnecessarily
681 * Fixed multi-byte character handling in the key-file backend
682 * Ensured account removal and invalidation is handled in the Telepathy backend
683 * Prevented a hang when creating relationships.ini in certain situations
684 * Added a folks-import tool to import meta-contact data from Pidgin; this adds
685   a dependency on libxml
686
687 API changes:
688 * Added PersonaStore.flush()
689
690 Bugs fixed:
691 * Bug 628930 — folks crahses empathy on relationships.ini read
692 * Bug 629082 — Empathy crashes when toggling "Ignore SSL certificate errors"
693   checkbox
694 * Bug 628853 — hangs if there's no relationships.ini file
695 * Bug 629084 — Add a folks-import tool
696
697 Overview of changes from libfolks 0.1.15 to libfolks 0.1.16
698 ===========================================================
699
700 Major changes:
701 * Added more debugging output
702 * Fixed various small outputted code bugs
703 * Fixed problem where key file groups would be overwritten in some situations
704 * Fixed various signal emission problems
705 * Prevented changes to Personas' properties from being propagated back up to the
706   Individuals
707 * Limited libgee dependency to < 0.7 due to API changes in libgee
708 * Added a FOLKS_DISABLE_LINKING environment variable to disable linking (for
709   debugging purposes)
710
711 Bugs fixed:
712 * Bug 628108 — Favorite contacts are not save any more
713 * Bug 628294 — Some contacts appear to be linked together while they shouldn't
714 * Bug 628305 — Signal removal of Individuals containing untrusted Personas
715 * Bug 628131 — error message when trying to link ICQ with jabber
716 * Bug 628343 — Add an environment variable to disable linking
717 * Bug 628335 — Assertion error with master
718
719 Overview of changes from libfolks 0.1.14.1 to libfolks 0.1.15
720 =============================================================
721
722 Major changes:
723 * Fixed various build problems
724 * Ensured duplicate entries don't appear in various sets
725 * Made gobject-introspection dependency explicit
726 * Limited libgee dependency to <= 0.5.2 due to API changes in libgee
727 * Reworked some of the Individual internals to make notifications more efficient
728 * Added the concept of an Individual's “trust level”
729 * Changed alias fallbacks to fall back to a display ID instead of a UID
730 * Added support for storing aliases in the key-file backend and use them in
731   preference to aliases from other Personas in an Individual
732
733 API changes:
734 * Added Individual:personas-changed
735 * Added TrustLevel enum
736 * Added Individual::trust-level
737 * Implemented Alias on Kf.Persona
738
739 Bugs fixed:
740 * Bug 627314 — folks cannot be install in gentoo sandbox
741 * Bug 627506 — Require gobject-introspection
742 * Bug 626725 — Add an Individual.personas_changed signal
743 * Bug 627968 — Add Individual.trust_level property
744 * Bug 626578 — Use vala's vala.m4 to check for telepathy-glib(.vapi)
745 * Bug 626410 — contacts show up with a weird alias
746 * Bug 627508 — Store alias and groups in the key-file backend
747 * Bug 627898 — Fails to install with -j4
748
749 Overview of changes from libfolks 0.1.14 to libfolks 0.1.14.1
750 =============================================================
751
752 Major changes:
753 * Bumped Vala dependency to 0.9.6
754 * Fixed some more warning spew
755
756 Overview of changes from libfolks 0.1.13 to libfolks 0.1.14
757 ===========================================================
758
759 Major changes:
760 * Changed Vala detection code to use the correct macro
761 * Bumped Vala dependency to 0.9.5
762 * Removed some more message spew
763 * Changed tp-lowlevel Vala bindings to be generated using gobject-introspection
764 * Added optional dependency on gobject-introspection 0.6.7
765
766 Overview of changes from libfolks 0.1.12 to libfolks 0.1.13
767 ===========================================================
768
769 Major changes:
770 * Added the concept of “linkable properties”
771 * Added the IMable interface
772 * Added the concept of persona store “trust”
773 * Added a writeable key-file backend
774 * Added linking support to the IndividualAggregator
775 * Tidied up ID handling in the backends
776 * Warn if a backend's MIME type could not be determined, notifying the user if
777   libfolks can't load backends due to shared-mime-info not being installed
778 * Hint to clients the Individual replacing a removed Individual (if any)
779 * Exposed Telepathy contacts' IM addresses using the IMable interface
780 * Fixed some build and dependency issues
781 * Bumped telepathy-glib dependency to 0.11.11 and dropped dependency on
782   telepathy-vala
783 * Added the concept of “writeable” PersonaStores and use this concept to prevent
784   properties being synchronised between PersonaStores unnecessarily (and
785   potentially even destructively)
786
787 API changes:
788 * Added Persona::linkable-properties
789 * Added IMable interface
790 * Added PersonaStoreTrust enum
791 * Added PersonaStore::trust-level
792 * Added Persona.LinkablePropertyCallback()
793 * Added Persona.linkable_property_to_links()
794 * Added Persona.build_uid()
795 * Added Persona.split_uid()
796 * Added Persona::display-id
797 * Added PersonaStore::display-name
798 * Added replacement_individual parameter to Individual:removed
799 * Implemented IMable on Tpf.Persona
800 * Added IndividualAggregatorError.NO_WRITEABLE_STORE
801 * Added IndividualAggregator.link_personas()
802 * Added IndividualAggregator.unlink_individual()
803 * Added PersonaStore::is-writeable
804
805 Bugs fixed:
806 * Bug 625830 — Adding an existing contact to the tp backend results in bogus
807   warnings
808 * Bug 626108 — Defining XDG_DATA_DIRS prevents backends from being loaded
809
810 Overview of changes from libfolks 0.1.11 to libfolks 0.1.12
811 ===========================================================
812
813 Major changes:
814 * Added debug flags support using the FOLKS_DEBUG environment variable
815 * Removed various bits of message and warning spew
816 * Bumped Vala dependency to 0.9.4
817 * Ensured connections which are ready as soon as they're connected are handled
818   correctly
819 * Versioned the installed backends using the main library's libtool version
820
821 Bugs fixed:
822 * Bug 625815 — No contat showed in the contact list
823
824 Overview of changes from libfolks 0.1.10 to libfolks 0.1.11
825 ===========================================================
826
827 Major changes:
828 * Moved various bits of preparation code out into async prepare() methods to
829   avoid race conditions on startup
830 * Reset TpfPersonaStore state when going offline
831 * Made several methods async which could potentially require it in future
832 * Added error throws to various functions which could potentially fail in future
833
834 API changes:
835 * Added PersonaStore.prepare()
836 * Added Backend.prepare()
837 * Removed error thrown from Backend constructor
838 * Added IndividualAggregator.prepare()
839 * Changed return type of Presence.is_online() from uint to int
840 * Made IndividualAggregator.remove_individual() async
841 * Made PersonaStore.remove_persona() async
842 * Added an error throw to BackendStore.load_backends()
843 * Added an error throw to IndividualAggregator.prepare()
844 * Added an error throw to IndividualAggregator.remove_individual()
845 * Added an error throw to IndividualAggregator.remove_persona()
846 * Added an error throw to PersonaStore.remove_persona()
847 * Made Groups.change_group() async
848 * Made Groups:group-changed async
849
850 Overview of changes from libfolks 0.1.9 to libfolks 0.1.10
851 ==========================================================
852
853 Major changes:
854 * Fixed various memory and reference leaks
855 * Lots of build system improvements
856 * Added a libtool version to the installed libraries
857
858 Initial release of libfolks 0.1.9
859 =================================
860
861 Major changes:
862 * Move to GNOME infrastructure