mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-03 02:28:53 +00:00
Release version 0.12
This commit is contained in:
parent
fb5f66296f
commit
f4e4ed10da
6
NEWS
6
NEWS
@ -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
|
0.11
|
||||||
* Better critical preconditions for invalid attributes
|
* Better critical preconditions for invalid attributes
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
|
|
||||||
AC_INIT([libsecret],[0.11],
|
AC_INIT([libsecret],[0.12],
|
||||||
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsecret],
|
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsecret],
|
||||||
[libsecret])
|
[libsecret])
|
||||||
|
|
||||||
|
@ -188,6 +188,7 @@ endif # HAVE_INTROSPECTION
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
mock \
|
mock \
|
||||||
mock-service-delete.py \
|
mock-service-delete.py \
|
||||||
|
mock-service-empty.py \
|
||||||
mock-service-lock.py \
|
mock-service-lock.py \
|
||||||
mock-service-normal.py \
|
mock-service-normal.py \
|
||||||
mock-service-only-plain.py \
|
mock-service-only-plain.py \
|
||||||
|
Loading…
Reference in New Issue
Block a user