summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-09 11:36:24 +0200
committerStef Walter <stefw@gnome.org>2012-07-09 11:36:24 +0200
commitb85c8758b07da3ff65cebdbac8a8984d27fe2fd4 (patch)
treed3a7ceda8ff7754cb3dc8baa7b074fc31eab5c32 /NEWS
parent9c2eca05ff0432ddc9267b693c91d690e7285095 (diff)
downloadlibsecret-b85c8758b07da3ff65cebdbac8a8984d27fe2fd4.tar.gz
Release version 0.40.4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4f8a33f..2339f15 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+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
+
0.3
* Add methods to get services from collections, items
* Add methods to read and set aliases