mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Release 0.21.2
Signed-off-by: Dhanuka Warusadura <dhanuka@gnome.org>
This commit is contained in:
parent
cc309e255a
commit
39a3d14169
8
NEWS
8
NEWS
@ -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
|
0.21.1
|
||||||
* Fix updating credentials by another process in the same Flatpak sandbox [#62, !99]
|
* Fix updating credentials by another process in the same Flatpak sandbox [#62, !99]
|
||||||
* Migrate to g_memdup2 [!121]
|
* Migrate to g_memdup2 [!121]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('libsecret', 'c',
|
project('libsecret', 'c',
|
||||||
version: '0.21.1',
|
version: '0.21.2',
|
||||||
license: 'GPL2+',
|
license: 'GPL2+',
|
||||||
meson_version: '>= 0.50',
|
meson_version: '>= 0.50',
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user