From befe5bc481f3a3b3ef2c42d7cebdadec5e459722 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Tue, 28 Apr 2020 10:07:23 +0900 Subject: [PATCH] PASS v1.1.0 In order to support 'scenario pass_level', the format of pass configuration are changed. It affects the pass-hal packages. So, it needs to increse the version up to prevent the confusion between pass and pass-hal packages. - Changes from v1.0.0 1. Support 'scenario' pass_level' for PMQoS and Thermal Monitor 2. Support 'scenario' with maximum duration and 'mode' without maximum duration 3. Add new 'SetScenario' method - org.tizen.system.pass.pmqos.SetScenario 4. Add new 'Doze' mode Change-Id: I429e79171a22f7e1ce7b3248e04a0e1e1fe33f82 Signed-off-by: Chanwoo Choi --- packaging/pass.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/pass.spec b/packaging/pass.spec index 87bb13a..89d837b 100644 --- a/packaging/pass.spec +++ b/packaging/pass.spec @@ -7,7 +7,7 @@ Name: %{daemon_name} Summary: Power Aware System Service -Version: 1.0.0 +Version: 1.1.0 Release: 1 Group: System/Kernel License: Apache-2.0 -- 2.7.4