summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-04 19:29:39 +0100
committerStef Walter <stefw@gnome.org>2013-03-04 19:29:39 +0100
commitb0e68a39b945746de56913fefd5d9c57bbdd63de (patch)
tree3f7bdce7f51f3ee686b2dcdbc46a552d7abccb82
parentab239c7f6b05dbe9b62afe77225be95eb41c2e5e (diff)
downloadlibsecret-b0e68a39b945746de56913fefd5d9c57bbdd63de.tar.gz
Release version 0.140.14
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e9cae67..a8678b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.14
+ * Add a 'search' command to the tool for looking up items [#693881]
+ * Try to unlock locked collection when storing an item [#693723]
+ * Improve validation of the attributes table [#694107]
+ * Allow empty SecretValue contents [#694787]
+ * Introspection fixes [#694448]
+ * Updated translations
+
0.13
* Updated translations
* Build fixes
diff --git a/configure.ac b/configure.ac
index dd6a20f..f256e38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.63)
-AC_INIT([libsecret],[0.13],
+AC_INIT([libsecret],[0.14],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsecret],
[libsecret])