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