From: Stef Walter Date: Mon, 16 Jul 2012 10:54:59 +0000 (+0200) Subject: Release version 0.7 X-Git-Tag: upstream/0.13~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9bf240ef4d4e3f3a22f2899a163e3cc4b790656d;p=platform%2Fupstream%2Flibsecret.git Release version 0.7 --- 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])