From c541d8d73edcbee2556471cdf54cb79474b071d1 Mon Sep 17 00:00:00 2001 From: ilho kim Date: Tue, 10 Jan 2023 13:28:19 +0900 Subject: [PATCH] Release version 1.34.25 Changes: - Fix crash occured during ReinstallSteps - Skip mount if zip path doesn't exist - Refactoring private function of TzipInterface::Pimpl - Check if it is mounted before trying mount - Fix StepUpdateTep's undo - Run CrashAfterEachStep with subprocess Signed-off-by: ilho kim Change-Id: I1eed6ecf03dc508ee829f105e8e05b02a322e6c9 --- 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 043f8d7..fd14d3d 100644 --- a/packaging/app-installers.spec +++ b/packaging/app-installers.spec @@ -1,6 +1,6 @@ Name: app-installers Summary: Application installers -Version: 1.34.24 +Version: 1.34.25 Release: 1 Group: Application Framework/Package Management License: Apache-2.0 -- 2.7.4