From 5da27152030b8e058768416d957f83d26496aba0 Mon Sep 17 00:00:00 2001 From: Ilho Kim Date: Fri, 24 Jul 2020 14:44:17 +0900 Subject: [PATCH] Release version 0.12.4 Changes: - Fix memory leak - Add is_upgrade flag to pkgmgr_installer and Setter function - Removed the behavior of changing request type when sending signal Change-Id: I2ae3e986e80737cf95f7e40935514ab9b29a80c7 Signed-off-by: Ilho Kim --- packaging/pkgmgr.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/pkgmgr.spec b/packaging/pkgmgr.spec index 34d07bc..603c0b9 100644 --- a/packaging/pkgmgr.spec +++ b/packaging/pkgmgr.spec @@ -1,6 +1,6 @@ Name: pkgmgr Summary: Packager Manager client library package -Version: 0.12.3 +Version: 0.12.4 Release: 0 Group: Application Framework/Package Management License: Apache-2.0 -- 2.7.4