Release version 0.9
[platform/upstream/libsecret.git] / NEWS
1 0.9
2  * Add a manual page for secret-tool
3  * Fix up libsecret licensing
4  * Build and testing fixes
5
6 0.8
7  * Fix up libsecret licensing
8  * Initialize gettext correctly
9  * Fix crash in secret-tool
10  * Build and testing fixes
11
12 0.7
13  * Match schema names for notes and network passwords
14  * Add flags argument to secret_collection_for_alias()
15  * Correct flags behavior for SecretCollection
16  * Build fixes
17
18 0.6
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
23  * Build fixes
24
25 0.5
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
37  * Documentation fixes
38
39 0.4
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
54  * Lots of bug fixes
55  * Documentation fixes
56  * Testing fixes
57  * Build fixes
58
59 0.3
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
63  * Header path fix
64  * Documentation fixes
65
66 0.2
67  * Fix header copyright issues
68  * Build fixes
69  * Add missing 'authtype' attribute to the 'network' schema
70  * Add secret-schemas.h to the 'stable' API
71
72 0.1
73  * Initial release, not yet stable