2 * Implement per collection search
3 * Register secret service errors as GDBus errors
4 * Cache default SecretService object, and provide a way to
5 'disconnect' it. Also 'disconnect' if service goes away.
6 * Better use of aliases when storing passwords
7 * Rename functions that operate on a dbus object path
8 * Accept NULL as a SecretService parameter for many methods
9 * Make loading items for a collection optional
10 * More consistent use of schemas
11 * Able to unlock and load secrets while searching for items
12 * Cache the secret value on SecretItem
13 * Add vala bindings and tests
14 * Remove most varargs other than the simple password functions
15 * Add SECRET_SCHEMA_NOTE schema
22 * Add methods to get services from collections, items
23 * Add methods to read and set aliases
24 * Add methods which handle prompts for a DBus object path
29 * Fix header copyright issues
31 * Add missing 'authtype' attribute to the 'network' schema
32 * Add secret-schemas.h to the 'stable' API
35 * Initial release, not yet stable