Bump version number

This commit is contained in:
Daiki Ueno 2018-12-29 07:07:49 +01:00
parent 2dd165a90d
commit c5b734f4e8
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
0.18.7
* Migrate from intltool to gettext [!2]
* Fix uninitialized memory returned by secret_item_get_schema_name() [#15]
* secret-session: Avoid double-free in service_encode_plain_secret()
* Port tap script to Python 3 [!4]
* Build and test fixes [#734630]
* Updated translations
0.18.6
* Fix shared key derivation between libsecret and gnome-keyring [#778357]
* Avoid run-time error when gnome-keyring is not responding [#787391]

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.63)
AC_INIT([libsecret],[0.18.6],
AC_INIT([libsecret],[0.18.7],
[https://gitlab.gnome.org/GNOME/libsecret/issues/],
[libsecret])