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