Release 0.21.2

Signed-off-by: Dhanuka Warusadura <dhanuka@gnome.org>
This commit is contained in:
Dhanuka Warusadura 2023-12-08 15:47:25 +05:30
parent cc309e255a
commit 39a3d14169
No known key found for this signature in database
GPG Key ID: 6A2AC2B52126D946
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
0.21.2
* Support GnuTLS as an alternative crypto backend [!122]
* Fix LeakSanitizer issues [!126]
* secret-tool: Verify that the parsed stdin password is vaild UTF-8 [!130]
* Fix markup syntax for SecretSchema [!131]
* Public secret_attributes_validate method [!129]
* Updated translations
0.21.1
* Fix updating credentials by another process in the same Flatpak sandbox [#62, !99]
* Migrate to g_memdup2 [!121]

View File

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