Release 0.18.8

This commit is contained in:
Daiki Ueno 2019-03-02 07:49:43 +01:00
parent c8cbc2564f
commit b5442654d4
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
0.18.8
* Add support for g_autoptr() to our types [!11]
* Remove deprecated g_type_class_add_private() [!14]
* Bump GLib dependency (2.44+)
* Add meson build support [!9]
* Fix vapi generation [!15, ...]
* Build fixes [!12, !13]
* Updated translations
0.18.7
* Migrate from intltool to gettext [!2]
* Fix uninitialized memory returned by secret_item_get_schema_name() [#15]

View File

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