Release 0.21.0

This commit is contained in:
Niels De Graef 2023-08-10 14:05:19 +02:00
parent 28b379e39f
commit 6678c87fed
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@ -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
* Drop autotools-based build [!44]
* Use G_GNUC_NULL_TERMINATED where appropriate [!65]

View File

@ -1,5 +1,5 @@
project('libsecret', 'c',
version: '0.20.5',
version: '0.21.0',
license: 'GPL2+',
meson_version: '>= 0.50',
)