2 * Add a manual page for secret-tool
3 * Fix up libsecret licensing
4 * Build and testing fixes
7 * Fix up libsecret licensing
8 * Initialize gettext correctly
9 * Fix crash in secret-tool
10 * Build and testing fixes
13 * Match schema names for notes and network passwords
14 * Add flags argument to secret_collection_for_alias()
15 * Correct flags behavior for SecretCollection
19 * Rename secret_password_remove() to secret_password_clear()
20 and similar names for related functions.
21 * The secret_attribute_build() functions are stable
22 * The predefined secret schemas are stable
26 * secret_service_remove() removes all unlocked matching items
27 * Make sure that we have some attributes when searching
28 * Add flags for item and collection creation
29 * Add way to get schema name from a SecretItem
30 * Rename secret_service_read_alias() to
31 secret_collection_for_alias()
32 * Split the stable and unstable APIs into separate
33 pkg-config files, girs and vapis
34 * Bump the library major version number to 1
35 * Document how to migrate from libgnome-keyring
36 * Document how to use libsecret from C, js, python, vala
40 * Implement per collection search
41 * Register secret service errors as GDBus errors
42 * Cache default SecretService object, and provide a way to
43 'disconnect' it. Also 'disconnect' if service goes away.
44 * Better use of aliases when storing passwords
45 * Rename functions that operate on a dbus object path
46 * Accept NULL as a SecretService parameter for many methods
47 * Make loading items for a collection optional
48 * More consistent use of schemas
49 * Able to unlock and load secrets while searching for items
50 * Cache the secret value on SecretItem
51 * Add vala bindings and tests
52 * Remove most varargs other than the simple password functions
53 * Add SECRET_SCHEMA_NOTE schema
60 * Add methods to get services from collections, items
61 * Add methods to read and set aliases
62 * Add methods which handle prompts for a DBus object path
67 * Fix header copyright issues
69 * Add missing 'authtype' attribute to the 'network' schema
70 * Add secret-schemas.h to the 'stable' API
73 * Initial release, not yet stable