From 1c400704de3856c40678f5242478de74823255c4 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 6 Aug 2012 15:14:04 +0200 Subject: [PATCH] Release version 0.8 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 14a54d9..86aa364 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.8 + * Fix up libsecret licensing + * Initialize gettext correctly + * Fix crash in secret-tool + * Build and testing fixes + 0.7 * Match schema names for notes and network passwords * Add flags argument to secret_collection_for_alias() diff --git a/configure.ac b/configure.ac index 6ab621d..d6d35eb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([libsecret],[0.7], +AC_INIT([libsecret],[0.8], [http://bugzilla.gnome.org/enter_bug.cgi?product=libsecret], [libsecret])