718d6f0657aed56c9b9118772d31c1d2e8457aa8
[platform/upstream/folks.git] / NEWS
1 Overview of changes from libfolks 0.4.0 to libfolks 0.5.0
2 =========================================================
3
4 Bugs fixed:
5 * Bug 644968 - _update_phone_numbers() needs to create copies
6   of each List<FieldDetails>
7 * Bug 644966 - _update_emails () needs to create copies of each
8   List<FieldDetails>
9 * Bug 644527 - Add a Tracker backend
10 * Bug 645430 - folks-inspect: Use LinkedHashSet to access im-addresses
11 * Bug 645411 - folks-import segfaults on startup
12 * Crasher when removing Personas
13 * Crasher when reconnecting a Telepathy account
14 * Bug 645680 — Use random integer IDs for Kf.Personas
15 * Bug 645475 — Linker warnings for Tracker backend tests
16 * Bug 645570 — Fix checks for empty and equal StructuredNames
17 * Bug 645989 — Ensure add_persona_from_details handles the basic attribute
18
19 API changes:
20 * Add equal () to StructuredName
21 * Add detail_key () along with an enum PersonaDetail to PersonaStore
22   which together define the basic attributes that should be supported
23   by add_persona_from_details ().
24
25 Overview of changes from libfolks 0.3.6 to libfolks 0.4.0
26 =========================================================
27
28 Bugs fixed:
29 * Bug 642351 — BACKEND_STORE_KEY_FILE format should support a wildcard entry
30 * Bug 643241 — _update_urls () needs to create copies of each
31   List<FieldDetails>
32 * Bug 643247 — Folks needs C API documentation
33 * Bug 643201 — folks-inspect can't handle properties which are
34   List<FieldDetails>
35 * Bug 642866 — tp-lowlevel leaks TpChannel
36 * Bug 642861 — FolksLinkedHashSet still alive when exiting Empathy
37 * Bug 642493 — Folks needs API for specifying a contact's organisation
38 * Bug 642500 — Folks needs API for specifying a contact's birthday
39 * Bug 642501 — Folks needs API for attaching notes to a Contact
40 * Bug 641210 — Add interface for postal addresses
41 * Bug 643956 — Use the correct signal name for postal addresses
42 * Bug 643954 — Add to_string () to PostalAddress class
43 * Bug 643955 — Add to_string () to RoleOwner class
44 * Bug 643957 — Deal handle birthday and postal-addresses.
45 * Bug 644457 — Handle structured names
46 * Bug 644165 — An individual's avatar shouldn't be replaced by a null avatar
47
48 API changes:
49 * Add RoleDetails interface
50 * Add BirthdayDetails interface
51 * Add NoteDetails interface
52 * Add PostalAddressDetails interface
53 * Rename Aliasable -> AliasDetails
54 * Rename AvatarOwner -> AvatarDetails
55 * Rename Emailable -> EmailDetails
56 * Rename Favouritable -> FavouriteDetails
57 * Rename GenderOwner -> GenderDetails
58 * Rename Groupable -> GroupDetails
59 * Rename IMable -> ImDetails
60 * Rename NameOwner -> NameDetails
61 * Rename Phoneable -> PhoneDetails
62 * Rename PresenceOwner -> PresenceDetails
63 * Rename Urlable -> UrlDetails
64
65 Overview of changes from libfolks 0.3.5 to libfolks 0.3.6
66 =========================================================
67
68 This is just a repackaging of libfolks 0.3.5 with some documentation comment
69 version numbers fixed.
70
71 Overview of changes from libfolks 0.3.4 to libfolks 0.3.5
72 =========================================================
73
74 Major changes:
75 * Various API breaks and improvements, especially in the IndividualAggregator
76 * Add various new interfaces: NameOwner, FieldDetails, Urlable, GenderOwner,
77   Phoneable and Emailable
78
79 API changes:
80 * Add NameOwner interface
81 * Add FieldDetails interface
82 * Add Urlable interface
83 * Add GenderOwner interface
84 * Add Phoneable interface
85 * Add Emailable interface
86 * Add Tpf.Persona.is_in_contact_list
87 * Rename the URLable interface to Urlable
88 * Take a PersonaStore in IndividualAggregator.add_persona_from_details
89 * Remove IndividualAggregatorError.STORE_NOT_FOUND
90 * Rename the getter for BackendStore.enabled_backends from
91   folks_backend_store_get_enabled_backends() to
92   folks_backend_store_dup_enabled_backends()
93 * Rename BackendStore.get_backend_by_name() to .dup_backend_by_name()
94
95 Bugs fixed:
96 * Bug 640901 — Allow it to be determined whether a user Tpf.Persona is in the
97   contact list
98 * Bug 641780 — Incorrect C function names for URLable interface
99 * Bug 629078 — Folks needs a full API review to take advantage of our
100   compatibility break in 0.2.x
101 * Bug 642036 — No way to pass a message when adding a contact
102
103 Overview of changes from libfolks 0.3.3 to libfolks 0.3.4
104 =========================================================
105
106 Major changes:
107 * Add folks-inspect tool
108 * The use of the new LinkedHashSet type in the API may make libgee a requirement
109   for some clients (to take full advantage of its class lineage).
110
111 API changes:
112 * New type: LinkedHashSet, similar to Gee.HashSet, but ordered.
113 * IMable.im_addresses is now a mapping of string to LinkedHashSet.
114 * Rename the HasAvatar interface to AvatarOwner
115 * Rename the HasPresence interface to PresenceOwner
116
117 Bugs fixed:
118 * Bug 637240 — libfolks-telepathy.so exports private symbols
119 * Bug 638311 — Add a HACKING file that outlines development policies and
120   coding style
121 * Bug 629083 — Review coding conventions in folks
122 * Bug 629075 — Add folks command line application
123 * Bug 638609 — libfolks hard-codes backend names for debugging
124 * Bug 639195 — Print stack traces for failed tests to improve remote
125   debugging
126 * Bug 639113 — Add static aggregation tests
127 * Bug 639742 — Logger service unavailable in make check
128 * Bug 640213 — Add tests for LinkedHashSet
129 * Bug 627397 — Use better interface names
130
131 Overview of changes from libfolks 0.3.2 to libfolks 0.3.3
132 =========================================================
133
134 Major changes:
135 * Fix some minor leaks
136 * Add support for building gtk-doc documentation for the C API
137 * Fix some related documentation problems
138 * Fix some Vala problems caused by differences between Vala 0.10 and 0.12
139 * Finish off renaming interfaces (this is an API break; see below)
140 * Don't trust personas from IRC
141 * Handle invalid IM addresses more gracefully than with an assertion failure
142 * Fix a linking problem with the user's individual when going offline which
143   could lead to infinite loops
144
145 API changes:
146 * Rename the Avatar interface to HasAvatar
147 * Rename the Presence interface to HasPresence
148 * Rename the Favourite interface to Favouritable
149 * Add IMableError
150 * Throw IMableError from IMable.normalise_im_address()
151
152 Bugs fixed:
153 * Bug 635178 — Leak in
154   folks_tp_lowlevel_connection_open_contact_list_channel_async
155 * Bug 635649 — autopoint fails to run
156 * Bug 635703 — Leak in connection_get_requestable_channel_classes_cb
157 * Bug 635823 — [PATCH] telepathy test not linking against GIO
158 * Bug 636251 — Fails to add contact
159 * Bug 629526 — Generate gtk-doc documentation
160 * Bug 627397 — Use better interface names
161 * Bug 636714 — Assertion failure on invalid IM address
162 * Bug 637136 — Infinite loop when disconnecting accounts
163
164 Overview of changes from libfolks 0.3.1 to libfolks 0.3.2
165 ==========================================================
166
167 Major changes:
168 * BackendStore.load_backends() now (un)loads backends which have been
169   (dis|en)abled since the last call
170 * FOLKS_BACKEND_DIR has been replaced by FOLKS_BACKEND_PATH. It accepts any
171   number of files and directories, separated by :
172 * Significantly clean up the build system
173
174 API changes:
175 * Added BackendStore.prepare() and BackendStore::is-prepared
176 * Add BackendStore.enable_backend().
177 * Add BackendStore.disable_backend().
178 * Add BackendStore.unprepare().
179 * Remove casting convenience methods on Individual (casting isn't hard)
180 * Change the visibility of the setters of PersonaStore.type_id,
181   PersonaStore.display_name, PersonaStore.id, Backend.name,
182   Backend.persona_stores and Persona.linkable_properties. This removes the
183   corresponding C setter methods which should never have been exposed
184 * Remove Tpf.PersonaError
185 * Remove the exception from the Tpf.Persona constructor
186
187 Bugs fixed:
188 * Bug 629081 — Add API to allow specific backends to be disabled
189 * Bug 629862 — Add tests for the key-file backend
190 * Bug 628883 — Add localisation support
191 * Bug 633718 — Make the Folks releases buildable without vala, valadoc, or
192   g-i
193 * Bug 633080 — Crash when disconnecting twice
194
195 Overview of changes from libfolks 0.3.0 to libfolks 0.3.1
196 ==========================================================
197
198 Major changes:
199 * Tpf.Persona.contact is now guaranteed to have the client type feature
200
201 API changes:
202 * Add the PersonaStore:can-add-personas property
203 * Add the PersonaStore:can-remove-personas property
204 * Add the PersonaStore:can-alias-personas property
205 * Add the PersonaStore:can-group-personas property
206 * Make Individual implement the IMable interface
207
208 Bugs fixed:
209 * Bug 630431 — notify::alias is never emitted
210 * Bug 631864 — Crash when empathy disconnects
211 * Bug 632096 — build failure: contact-retrieval.o: undefined reference to
212   symbol 'gee_abstract_collection_add'
213 * Bug 632163 — Folks key-file backend needs a way to point to a specific
214   .ini file
215 * Bug 632564 — assertion `EMPATHY_IS_CONTACT (contact)' failed in
216   individual_store_contact_sort
217
218 Overview of changes from libfolks 0.1.17 to libfolks 0.3.0
219 ==========================================================
220
221 Major changes:
222 * Fixed some linking problems
223 * Added some missing documentation
224 * Fixed build problems introduced by switching to gobject-introspection 0.9.6
225   (i.e. GIR format 1.2)
226 * Bumped telepathy-glib dependency to 0.11.16
227 * Bumped Vala dependency to 0.10.0
228 * Bumped gobject-introspection dependency to 0.9.6
229 * Ensured IM addresses are normalised before being compared
230 * Made the folks-import build optional through a configure argument
231 * Added support for a “self” individual
232 * Added support for generating and installing Devhelp format documentation
233 * BackendStore.load_backends and the prepare() functions are now idempotent
234 * Tpf.Persona.contact is now guaranteed to have the avatar token and data
235   features
236 * Tpf.Persona.contact is now guaranteed to have the capabilities feature
237
238 API changes:
239 * Added IMable.normalise_im_address()
240 * Renamed Groups interface to Groupable
241 * Renamed Alias interface to Aliasable
242 * Removed BackendStore constructor
243 * Added BackendStore.dup()
244 * Added BackendStore::enabled-backends
245 * Added Individual::is-user
246 * Added Persona::is-user
247 * Added IndividualAggregator::user
248 * Added PersonaStoreError.UNSUPPORTED_ON_USER
249 * Added {IndividualAggregator, PersonaStoreError}.STORE_OFFLINE, used by the
250   respective add_persona_from_details() functions
251
252 Bugs fixed:
253 * Bug 629452 — [Patch] Add missing gio linking for import-tool
254 * Bug 626008 — Add @since lines to all symbols
255 * Bug 629311 — Folks should normalize IDs written to the writable backend
256 * Bug 629644 — Key file backend cannot be loaded because of linking problems
257 * Bug 629666 — libfolks should not hard autodetect libxml
258 * Bug 628970 — Folks API needs a way to determine whether a specific type of
259   PersonaStore is available
260 * Bug 629096 — Add a library init function
261 * Bug 627402 — Support marking FolksPersonas as "me"
262 * Bug 629642 — individuals-changed emitted in the wrong order
263 * Bug 629643 — do not fall back to the id if alias is empty
264 * Bug 629006 — PersonaStore should gracefully handle offline Persona change
265   attempts
266 * Bug 629331 — BackendStore.load_backends and the prepare() functions should
267   be idempotent.
268 * Bug 629008 — Add a test for Persona additions
269 * Bug 630347 — Avatars are always NULL
270
271 Overview of changes from libfolks 0.1.16 to libfolks 0.1.17
272 ===========================================================
273
274 Major changes:
275 * Added a basic test suite
276 * Cleaned up the build system
277 * Ensured the public libraries' VAPI files are distributed and installed
278 * Prevented the key-file from being saved unnecessarily
279 * Fixed multi-byte character handling in the key-file backend
280 * Ensured account removal and invalidation is handled in the Telepathy backend
281 * Prevented a hang when creating relationships.ini in certain situations
282 * Added a folks-import tool to import meta-contact data from Pidgin; this adds
283   a dependency on libxml
284
285 API changes:
286 * Added PersonaStore.flush()
287
288 Bugs fixed:
289 * Bug 628930 — folks crahses empathy on relationships.ini read
290 * Bug 629082 — Empathy crashes when toggling "Ignore SSL certificate errors"
291   checkbox
292 * Bug 628853 — hangs if there's no relationships.ini file
293 * Bug 629084 — Add a folks-import tool
294
295 Overview of changes from libfolks 0.1.15 to libfolks 0.1.16
296 ===========================================================
297
298 Major changes:
299 * Added more debugging output
300 * Fixed various small outputted code bugs
301 * Fixed problem where key file groups would be overwritten in some situations
302 * Fixed various signal emission problems
303 * Prevented changes to Personas' properties from being propagated back up to the
304   Individuals
305 * Limited libgee dependency to < 0.7 due to API changes in libgee
306 * Added a FOLKS_DISABLE_LINKING environment variable to disable linking (for
307   debugging purposes)
308
309 Bugs fixed:
310 * Bug 628108 — Favorite contacts are not save any more
311 * Bug 628294 — Some contacts appear to be linked together while they shouldn't
312 * Bug 628305 — Signal removal of Individuals containing untrusted Personas
313 * Bug 628131 — error message when trying to link ICQ with jabber
314 * Bug 628343 — Add an environment variable to disable linking
315 * Bug 628335 — Assertion error with master
316
317 Overview of changes from libfolks 0.1.14.1 to libfolks 0.1.15
318 =============================================================
319
320 Major changes:
321 * Fixed various build problems
322 * Ensured duplicate entries don't appear in various sets
323 * Made gobject-introspection dependency explicit
324 * Limited libgee dependency to <= 0.5.2 due to API changes in libgee
325 * Reworked some of the Individual internals to make notifications more efficient
326 * Added the concept of an Individual's “trust level”
327 * Changed alias fallbacks to fall back to a display ID instead of a UID
328 * Added support for storing aliases in the key-file backend and use them in
329   preference to aliases from other Personas in an Individual
330
331 API changes:
332 * Added Individual:personas-changed
333 * Added TrustLevel enum
334 * Added Individual::trust-level
335 * Implemented Alias on Kf.Persona
336
337 Bugs fixed:
338 * Bug 627314 — folks cannot be install in gentoo sandbox
339 * Bug 627506 — Require gobject-introspection
340 * Bug 626725 — Add an Individual.personas_changed signal
341 * Bug 627968 — Add Individual.trust_level property
342 * Bug 626578 — Use vala's vala.m4 to check for telepathy-glib(.vapi)
343 * Bug 626410 — contacts show up with a weird alias
344 * Bug 627508 — Store alias and groups in the key-file backend
345 * Bug 627898 — Fails to install with -j4
346
347 Overview of changes from libfolks 0.1.14 to libfolks 0.1.14.1
348 =============================================================
349
350 Major changes:
351 * Bumped Vala dependency to 0.9.6
352 * Fixed some more warning spew
353
354 Overview of changes from libfolks 0.1.13 to libfolks 0.1.14
355 ===========================================================
356
357 Major changes:
358 * Changed Vala detection code to use the correct macro
359 * Bumped Vala dependency to 0.9.5
360 * Removed some more message spew
361 * Changed tp-lowlevel Vala bindings to be generated using gobject-introspection
362 * Added optional dependency on gobject-introspection 0.6.7
363
364 Overview of changes from libfolks 0.1.12 to libfolks 0.1.13
365 ===========================================================
366
367 Major changes:
368 * Added the concept of “linkable properties”
369 * Added the IMable interface
370 * Added the concept of persona store “trust”
371 * Added a writeable key-file backend
372 * Added linking support to the IndividualAggregator
373 * Tidied up ID handling in the backends
374 * Warn if a backend's MIME type could not be determined, notifying the user if
375   libfolks can't load backends due to shared-mime-info not being installed
376 * Hint to clients the Individual replacing a removed Individual (if any)
377 * Exposed Telepathy contacts' IM addresses using the IMable interface
378 * Fixed some build and dependency issues
379 * Bumped telepathy-glib dependency to 0.11.11 and dropped dependency on
380   telepathy-vala
381 * Added the concept of “writeable” PersonaStores and use this concept to prevent
382   properties being synchronised between PersonaStores unnecessarily (and
383   potentially even destructively)
384
385 API changes:
386 * Added Persona::linkable-properties
387 * Added IMable interface
388 * Added PersonaStoreTrust enum
389 * Added PersonaStore::trust-level
390 * Added Persona.LinkablePropertyCallback()
391 * Added Persona.linkable_property_to_links()
392 * Added Persona.build_uid()
393 * Added Persona.split_uid()
394 * Added Persona::display-id
395 * Added PersonaStore::display-name
396 * Added replacement_individual parameter to Individual:removed
397 * Implemented IMable on Tpf.Persona
398 * Added IndividualAggregatorError.NO_WRITEABLE_STORE
399 * Added IndividualAggregator.link_personas()
400 * Added IndividualAggregator.unlink_individual()
401 * Added PersonaStore::is-writeable
402
403 Bugs fixed:
404 * Bug 625830 — Adding an existing contact to the tp backend results in bogus
405   warnings
406 * Bug 626108 — Defining XDG_DATA_DIRS prevents backends from being loaded
407
408 Overview of changes from libfolks 0.1.11 to libfolks 0.1.12
409 ===========================================================
410
411 Major changes:
412 * Added debug flags support using the FOLKS_DEBUG environment variable
413 * Removed various bits of message and warning spew
414 * Bumped Vala dependency to 0.9.4
415 * Ensured connections which are ready as soon as they're connected are handled
416   correctly
417 * Versioned the installed backends using the main library's libtool version
418
419 Bugs fixed:
420 * Bug 625815 — No contat showed in the contact list
421
422 Overview of changes from libfolks 0.1.10 to libfolks 0.1.11
423 ===========================================================
424
425 Major changes:
426 * Moved various bits of preparation code out into async prepare() methods to
427   avoid race conditions on startup
428 * Reset TpfPersonaStore state when going offline
429 * Made several methods async which could potentially require it in future
430 * Added error throws to various functions which could potentially fail in future
431
432 API changes:
433 * Added PersonaStore.prepare()
434 * Added Backend.prepare()
435 * Removed error thrown from Backend constructor
436 * Added IndividualAggregator.prepare()
437 * Changed return type of Presence.is_online() from uint to int
438 * Made IndividualAggregator.remove_individual() async
439 * Made PersonaStore.remove_persona() async
440 * Added an error throw to BackendStore.load_backends()
441 * Added an error throw to IndividualAggregator.prepare()
442 * Added an error throw to IndividualAggregator.remove_individual()
443 * Added an error throw to IndividualAggregator.remove_persona()
444 * Added an error throw to PersonaStore.remove_persona()
445 * Made Groups.change_group() async
446 * Made Groups:group-changed async
447
448 Overview of changes from libfolks 0.1.9 to libfolks 0.1.10
449 ==========================================================
450
451 Major changes:
452 * Fixed various memory and reference leaks
453 * Lots of build system improvements
454 * Added a libtool version to the installed libraries
455
456 Initial release of libfolks 0.1.9
457 =================================
458
459 Major changes:
460 * Move to GNOME infrastructure