diff options
author | Ilho Kim <ilho159.kim@samsung.com> | 2024-04-12 15:51:49 +0900 |
---|---|---|
committer | Ilho Kim <ilho159.kim@samsung.com> | 2024-04-12 15:51:49 +0900 |
commit | 6cb19a54b54e103363e4e90ad752b0cab5395e1c (patch) | |
tree | d76f2c580b9258cc56fcf41ac12a0fb39a25eb1a | |
parent | a080a995b8fd1f6e51aa09e70a421919dd3c5920 (diff) | |
download | slp-pkgmgr-6cb19a54b54e103363e4e90ad752b0cab5395e1c.tar.gz slp-pkgmgr-6cb19a54b54e103363e4e90ad752b0cab5395e1c.tar.bz2 slp-pkgmgr-6cb19a54b54e103363e4e90ad752b0cab5395e1c.zip |
Release version 0.20.5accepted/tizen/unified/x/20240415.014033accepted/tizen/unified/20240413.101709
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 <ilho159.kim@samsung.com>
-rw-r--r-- | packaging/pkgmgr.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |