From 6cb19a54b54e103363e4e90ad752b0cab5395e1c Mon Sep 17 00:00:00 2001 From: Ilho Kim Date: Fri, 12 Apr 2024 15:51:49 +0900 Subject: [PATCH] Release version 0.20.5 Changes: - Fix bug for pkgmgr_client_usr_register_pkg_update_info - Listen signal before connecting to the server - Apply try-catch where exception can be occured - Apply try-catch where exception can be occured - Implement unimplemented APIs Change-Id: I91be5b8062a1f05fa2223a383e425f76ab0ec557 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 d593824..65336b4 100644 --- a/packaging/pkgmgr.spec +++ b/packaging/pkgmgr.spec @@ -1,6 +1,6 @@ Name: pkgmgr Summary: Packager Manager client library package -Version: 0.20.4 +Version: 0.20.5 Release: 0 Group: Application Framework/Package Management License: Apache-2.0 -- 2.7.4