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