Release version 0.12
authorStef Walter <stefw@gnome.org>
Wed, 21 Nov 2012 16:47:17 +0000 (17:47 +0100)
committerStef Walter <stefw@gnome.org>
Wed, 21 Nov 2012 16:54:08 +0000 (17:54 +0100)
NEWS
configure.ac
libsecret/tests/Makefile.am

diff --git a/NEWS b/NEWS
index 7f60da4..e8836bb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.12
+ * When storing a secret, create default keyring if necessary
+ * Share the memory pool with the gcr or libgnome-keyring library.
+ * Testing and other fixes
+ * Build fixes
+
 0.11
  * Better critical preconditions for invalid attributes
 
index 772feeb..6a9aa79 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.63)
 
-AC_INIT([libsecret],[0.11],
+AC_INIT([libsecret],[0.12],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=libsecret],
         [libsecret])
 
index 8293edb..dde03fa 100644 (file)
@@ -188,6 +188,7 @@ endif # HAVE_INTROSPECTION
 EXTRA_DIST = \
        mock \
        mock-service-delete.py \
+       mock-service-empty.py \
        mock-service-lock.py \
        mock-service-normal.py \
        mock-service-only-plain.py \