From f8e2abedbd1af1698fb2e7159a2d8bf4164f3594 Mon Sep 17 00:00:00 2001 From: Ilho Kim Date: Mon, 1 Jun 2020 11:29:02 +0900 Subject: [PATCH] Release version 1.32.8 Changes: - Fix InstallerRunner::Run() - Change path of directory for mount point of MountInstall mode - Add GetArchiveInfo - Add GetIndex() funtion to AppInstallers - Fix smoke utils to test unified installer - Add StepCrash class at smoke utils - Modify ReadonlyUpdateInstall CreateStorageDirectories - Fix updating shared data directories - Fix installing shared/data directory of ReadonlyUpdateUninstall - Fix coding rule - Set CMAKE_VERBOSE_MAKEFILE=OFF as default - Fix StepCheckBackgroundCategory - Add Uninstall function to smoke utils for multi uninstall - Add Dependency Checker - Remove manifest backup when update recover with cleanup Change-Id: I1feb0281bca99853ce7243c4b4b254b00a066923 Signed-off-by: Ilho Kim --- 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 9575092..7c068ae 100644 --- a/packaging/app-installers.spec +++ b/packaging/app-installers.spec @@ -1,6 +1,6 @@ Name: app-installers Summary: Application installers -Version: 1.32.7 +Version: 1.32.8 Release: 1 Group: Application Framework/Package Management License: Apache-2.0 -- 2.7.4