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