diff --git a/NEWS b/NEWS index ec245de..9249063 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ -0.1 +0.2 + * Fix header copyright issues + * Build fixes + * Add missing 'authtype' attribute to the 'network' schema + * Add secret-schemas.h to the 'stable' API +0.1 * Initial release, not yet stable diff --git a/configure.ac b/configure.ac index cf9a33a..65dd8a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([libsecret],[0.1], +AC_INIT([libsecret],[0.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=libsecret], [libsecret])