From 9bf240ef4d4e3f3a22f2899a163e3cc4b790656d Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 16 Jul 2012 12:54:59 +0200 Subject: [PATCH] Release version 0.7 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4126d09..14a54d9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.7 + * Match schema names for notes and network passwords + * Add flags argument to secret_collection_for_alias() + * Correct flags behavior for SecretCollection + * Build fixes + 0.6 * Rename secret_password_remove() to secret_password_clear() and similar names for related functions. diff --git a/configure.ac b/configure.ac index f49c0c6..6ab621d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([libsecret],[0.6], +AC_INIT([libsecret],[0.7], [http://bugzilla.gnome.org/enter_bug.cgi?product=libsecret], [libsecret])