Release version 0.7

This commit is contained in:
Stef Walter 2012-07-16 12:54:59 +02:00
parent 45e01e6600
commit 9bf240ef4d
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

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

View File

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