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