From c71c3609d0d357725d1c844863d2f44c57019dc4 Mon Sep 17 00:00:00 2001 From: Junghyun Yeon Date: Mon, 27 Nov 2017 19:09:40 +0900 Subject: [PATCH] Release version 1.24.0 Changes: - Add error getter to PkgQueryInterface - Change code to store api_version of application - Refactor functions creating/opening a recovery file - Replace pkg_path with GetPkgPath() method in InstallerContext - AppInstaller logic export - Security registration refactoring - Remove checking existance of shared/data directory - Fix coding style - security_registration.cc Change-Id: I610a25fa715fca4050f2f7c085ac8b891a44cbb5 Signed-off-by: Junghyun Yeon --- packaging/app-installers.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/app-installers.spec b/packaging/app-installers.spec index 984bfe0..58393b0 100644 --- a/packaging/app-installers.spec +++ b/packaging/app-installers.spec @@ -2,7 +2,7 @@ Name: app-installers Summary: Application installers -Version: 1.23.1 +Version: 1.24.0 Release: 1 Group: Application Framework/Package Management License: Apache-2.0 -- 2.7.4