[libsecret] Created tag 0.4
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsecret] Created tag 0.4
- Date: Mon, 9 Jul 2012 09:40:27 +0000 (UTC)
The signed tag '0.4' was created.
Tagger: Stef Walter <stefw gnome org>
Date: Mon Jul 9 11:40:08 2012 +0200
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
Changes since the last tag '0.3':
Colin Walters (4):
build: Fix srcdir != builddir
secret-tool: Don't read uninitialized variable on error path
build: Ensure aclocal finds our local macros
build: Remove double usage of $(srcdir)
Evan Nemerson (2):
Fix VPATH build.
Add Vala bindings.
Martyn Russell (1):
Don't try to build test-vala-lang if !HAVE_INTROSPECTION or !ENABLE_VAPIGEN
Piotr DrÄg (1):
Added Polish translation
Stef Walter (38):
Add SECRET_SCHEMA_NOTE
Don't leak extra mock service when running python tests
Pass service GType to secret_service_new() and friends.
Notify the 'items' and 'collections' properties when udpated
Use correct variant signatures for Secret Service signals
Fix null-pointer dereference
Update the collection 'Items' property correctly
Proper async behavior for seahorse_collection_delete ()
Don't dispose SecretItem proxies when they go away
Call correct method for secret_service_unlock()
Use correct path when initializing a collection
Use the correct 'g-properties-changed' signal
Fix endless loop when retrieving properties
Bump the version number
Ignore built po file
Add varargs function: secret_schema_new vs. secret_schema_newv
Fix python tests when libsecret is not installed
Remove varargs SecretService methods
Keep a cached SecretValue on each SecretItem
Uninitialize the mutex in SecretService
Don't continue initialization of SecretService if failed
Separate path based functionality
Fix invalid pre-condition in secret_item_get_service()
Move secret_service_get_secrets() to secret_item_load_secrets()
Update the "Locked" property of items/collections on lock/unlock
Make secret_service_search() able to unlock, load secrets
secret_service_search() accepts a SecretSchema
Add secret_collection_load_items()
Accept NULL as a SecretService parameter for many methods
Make sure notifications come in for new objects before waiting
Rename the functions that operate on a dbus item path
Use collection aliases with secret_password_store() and friends
Disconnect the cached default SecretService if service goes away
Fix up documentation
Get service correctly for secret_service_set_alias()
Register secret service errors as DBus errors
Implement per collection search
Release version 0.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]