Release 0.21.3

Signed-off-by: Dhanuka Warusadura <dhanuka@gnome.org>
This commit is contained in:
Dhanuka Warusadura 2024-01-06 13:53:25 +05:30
parent 4378702619
commit 70597d01b2
No known key found for this signature in database
GPG Key ID: 6A2AC2B52126D946
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
0.21.3
* Port PAM module from gnome-keyring [!128]
* secret-tool: Fix memory issues in lock command [!134]
0.21.2 0.21.2
* Support GnuTLS as an alternative crypto backend [!122] * Support GnuTLS as an alternative crypto backend [!122]
* Fix LeakSanitizer issues [!126] * Fix LeakSanitizer issues [!126]

View File

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