SHA256
1
0
forked from pool/libsecret
libsecret/libsecret.changes

92 lines
3.4 KiB
Plaintext

-------------------------------------------------------------------
Mon Aug 20 16:53:30 UTC 2012 - dimstar@opensuse.org
- Update to version 0.9:
+ Add a manual page for secret-tool.
+ Fix up libsecret licensing.
+ Build and testing fixes.
- Add docbook-xsl-stylesheets and xsltproc BuildRequires in order
to be able to build the man pages.
-------------------------------------------------------------------
Mon Aug 6 18:36:19 UTC 2012 - dimstar@opensuse.org
- Update to version 0.8:
+ Fix up libsecret licensing (bgo#681255).
+ Initialize gettext correctly.
+ Fix crash in secret-tool.
+ Build and testing fixes.
-------------------------------------------------------------------
Tue Jul 17 12:31:46 UTC 2012 - dimstar@opensuse.org
- Update to version 0.7:
+ Match schema names for notes and network passwords
+ Add flags argument to secret_collection_for_alias()
+ Correct flags behavior for SecretCollection
+ Build fixes
- Changes from version 0.6:
+ Rename secret_password_remove() to secret_password_clear()
and similar names for related functions.
+ The secret_attribute_build() functions are stable
+ The predefined secret schemas are stable
+ Build fixes
- Changes from version 0.5:
+ secret_service_remove() removes all unlocked matching items
+ Make sure that we have some attributes when searching
+ Add flags for item and collection creation
+ Add way to get schema name from a SecretItem
+ Rename secret_service_read_alias() to
secret_collection_for_alias()
+ Split the stable and unstable APIs into separate
pkg-config files, girs and vapis
+ Bump the library major version number to 1
+ Document how to migrate from libgnome-keyring
+ Document how to use libsecret from C, js, python, vala
+ Documentation fixes
- Changes from version 0.4:
+ Implement per collection search
+ Register secret service errors as GDBus errors
+ Cache default SecretService object, and provide a way to
'disconnect' it. Also 'disconnect' if service goes away.
+ Better use of aliases when storing passwords
+ Rename functions that operate on a dbus object path
+ Accept NULL as a SecretService parameter for many methods
+ Make loading items for a collection optional
+ More consistent use of schemas
+ Able to unlock and load secrets while searching for items
+ Cache the secret value on SecretItem
+ Add vala bindings and tests
+ Remove most varargs other than the simple password functions
+ Add SECRET_SCHEMA_NOTE schema
+ Lots of bug fixes
+ Documentation fixes
+ Testing fixes
+ Build fixes
- Add vala BuildRequires: required to build the new bindings.
-------------------------------------------------------------------
Wed Jun 27 18:57:33 UTC 2012 - dimstar@opensuse.org
- Update to version 0.3:
+ Add methods to get services from collections, items
+ Add methods to read and set aliases
+ Add methods which handle prompts for a DBus object path
+ Header path fix
+ Documentation fixes
-------------------------------------------------------------------
Tue Apr 17 06:47:09 UTC 2012 - vuntz@opensuse.org
- Update to version 0.2:
+ Fix header copyright issues
+ Add missing 'authtype' attribute to the 'network' schema
+ Add secret-schemas.h to the 'stable' API
+ Build fixes
-------------------------------------------------------------------
Mon Apr 2 06:11:57 UTC 2012 - vuntz@opensuse.org
- New package with 0.1 as initial version.