From 70597d01b2add2321b4f2a34446261d76e5b2b39 Mon Sep 17 00:00:00 2001 From: Dhanuka Warusadura Date: Sat, 6 Jan 2024 13:53:25 +0530 Subject: [PATCH] Release 0.21.3 Signed-off-by: Dhanuka Warusadura --- NEWS | 4 ++++ meson.build | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bc28aab..8d7f883 100644 --- a/NEWS +++ b/NEWS @@ -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 * Support GnuTLS as an alternative crypto backend [!122] * Fix LeakSanitizer issues [!126] diff --git a/meson.build b/meson.build index 5fdb038..d3ca2ce 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libsecret', 'c', - version: '0.21.2', + version: '0.21.3', license: 'GPL2+', meson_version: '>= 0.50', )