From f4e4ed10da6319c1bdbaf4953b89347688f91b2b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 21 Nov 2012 17:47:17 +0100 Subject: [PATCH] Release version 0.12 --- NEWS | 6 ++++++ configure.ac | 2 +- libsecret/tests/Makefile.am | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7f60da4..e8836bb 100644 --- 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 diff --git a/configure.ac b/configure.ac index 772feeb..6a9aa79 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/libsecret/tests/Makefile.am b/libsecret/tests/Makefile.am index 8293edb..dde03fa 100644 --- a/libsecret/tests/Makefile.am +++ b/libsecret/tests/Makefile.am @@ -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 \ -- 2.7.4