Release version 0.12

This commit is contained in:
Stef Walter 2012-11-21 17:47:17 +01:00
parent fb5f66296f
commit f4e4ed10da
3 changed files with 8 additions and 1 deletions

6
NEWS
View File

@ -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

View File

@ -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])

View File

@ -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 \