From 45b4d9a49a6e254e8564c8cf419f6b85b1cb338b Mon Sep 17 00:00:00 2001 From: ilho kim Date: Mon, 16 Oct 2023 15:30:52 +0900 Subject: [PATCH] Release version 0.24.10 Changes: - Fix buffer size for getting library path - Add some logs for debugging - Remove the memory database for the cache - Remove lock when getting the path of the database - Handle abnormally terminated installer process Change-Id: Id319c5f2c707c27f16219d49418b70a5f058b0a9 Signed-off-by: ilho kim --- packaging/pkgmgr-info.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/pkgmgr-info.spec b/packaging/pkgmgr-info.spec index 795c141..134efa9 100755 --- a/packaging/pkgmgr-info.spec +++ b/packaging/pkgmgr-info.spec @@ -1,6 +1,6 @@ Name: pkgmgr-info Summary: Packager Manager infomation api for package -Version: 0.24.9 +Version: 0.24.10 Release: 1 Group: Application Framework/Package Management License: Apache-2.0 -- 2.7.4