Bump version number

This commit is contained in:
Daiki Ueno 2018-03-29 10:59:16 +02:00
parent a89385fd60
commit b01e54991a
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@ -1,3 +1,13 @@
0.18.6
* Fix shared key derivation between libsecret and gnome-keyring [#778357]
* Avoid run-time error when gnome-keyring is not responding [#787391]
* Enable cross compilation [#748111]
* Port build scripts to Python 3 [#687637]
* Build and test fixes [#767002, #777826, #734630, #768112]
* GI annotation fixes [#785034]
* Fix textual typos [#782206, ...]
* Updated translations
0.18.5
* Build fixes
* Port tests to Python 3 [#761834]

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.63)
AC_INIT([libsecret],[0.18.5],
AC_INIT([libsecret],[0.18.6],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsecret],
[libsecret])