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