mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Bump version number
This commit is contained in:
parent
2dd165a90d
commit
c5b734f4e8
8
NEWS
8
NEWS
@ -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
|
0.18.6
|
||||||
* Fix shared key derivation between libsecret and gnome-keyring [#778357]
|
* Fix shared key derivation between libsecret and gnome-keyring [#778357]
|
||||||
* Avoid run-time error when gnome-keyring is not responding [#787391]
|
* Avoid run-time error when gnome-keyring is not responding [#787391]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
|
|
||||||
AC_INIT([libsecret],[0.18.6],
|
AC_INIT([libsecret],[0.18.7],
|
||||||
[https://gitlab.gnome.org/GNOME/libsecret/issues/],
|
[https://gitlab.gnome.org/GNOME/libsecret/issues/],
|
||||||
[libsecret])
|
[libsecret])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user