Release version 0.6
[platform/upstream/libsecret.git] / NEWS
1 0.6
2  * Rename secret_password_remove() to secret_password_clear()
3    and similar names for related functions.
4  * The secret_attribute_build() functions are stable
5  * The predefined secret schemas are stable
6  * Build fixes
7
8 0.5
9  * secret_service_remove() removes all unlocked matching items
10  * Make sure that we have some attributes when searching
11  * Add flags for item and collection creation
12  * Add way to get schema name from a SecretItem
13  * Rename secret_service_read_alias() to
14    secret_collection_for_alias()
15  * Split the stable and unstable APIs into separate 
16    pkg-config files, girs and vapis
17  * Bump the library major version number to 1
18  * Document how to migrate from libgnome-keyring
19  * Document how to use libsecret from C, js, python, vala
20  * Documentation fixes
21
22 0.4
23  * Implement per collection search
24  * Register secret service errors as GDBus errors
25  * Cache default SecretService object, and provide a way to
26    'disconnect' it. Also 'disconnect' if service goes away.
27  * Better use of aliases when storing passwords
28  * Rename functions that operate on a dbus object path
29  * Accept NULL as a SecretService parameter for many methods
30  * Make loading items for a collection optional
31  * More consistent use of schemas
32  * Able to unlock and load secrets while searching for items
33  * Cache the secret value on SecretItem
34  * Add vala bindings and tests
35  * Remove most varargs other than the simple password functions
36  * Add SECRET_SCHEMA_NOTE schema
37  * Lots of bug fixes
38  * Documentation fixes
39  * Testing fixes
40  * Build fixes
41
42 0.3
43  * Add methods to get services from collections, items
44  * Add methods to read and set aliases
45  * Add methods which handle prompts for a DBus object path
46  * Header path fix
47  * Documentation fixes
48
49 0.2
50  * Fix header copyright issues
51  * Build fixes
52  * Add missing 'authtype' attribute to the 'network' schema
53  * Add secret-schemas.h to the 'stable' API
54
55 0.1
56  * Initial release, not yet stable