mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
Release 0.21.0
This commit is contained in:
parent
28b379e39f
commit
6678c87fed
13
NEWS
13
NEWS
@ -1,3 +1,16 @@
|
|||||||
|
0.21.0
|
||||||
|
* Unlock the keyring before getting secret attributes [!105]
|
||||||
|
* file-backend: avoid deadlock when portal op is canceled [!118, !120]
|
||||||
|
* Properly chain-up GTasks around GDBusProxy::init_async [!106]
|
||||||
|
* Fix nullable in secret_collection_for_alias_* [!110]
|
||||||
|
* Fix finish function for searchv [!112]
|
||||||
|
* secret-paths: Fix a little memory leak [!109]
|
||||||
|
* Stop using GSlice [!116]
|
||||||
|
* docs: port to gi-docgen [!101]
|
||||||
|
* docs: fix example in usage docs [!117]
|
||||||
|
* Several CI fixes [!111, !114]
|
||||||
|
* Updated translations
|
||||||
|
|
||||||
0.20.5
|
0.20.5
|
||||||
* Drop autotools-based build [!44]
|
* Drop autotools-based build [!44]
|
||||||
* Use G_GNUC_NULL_TERMINATED where appropriate [!65]
|
* Use G_GNUC_NULL_TERMINATED where appropriate [!65]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('libsecret', 'c',
|
project('libsecret', 'c',
|
||||||
version: '0.20.5',
|
version: '0.21.0',
|
||||||
license: 'GPL2+',
|
license: 'GPL2+',
|
||||||
meson_version: '>= 0.50',
|
meson_version: '>= 0.50',
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user