From bb8130bc49e44032152efae23aee2cc71d6ed355 Mon Sep 17 00:00:00 2001 From: Dariusz Michaluk Date: Mon, 15 May 2023 15:00:52 +0200 Subject: [PATCH] Release version 0.6.2 - Change platform version to 8.0 - Adjust tests to tizen-headed image Change-Id: I56ad8f14adba3f4ce801850f5042c43ffbfec6dc --- CMakeLists.txt | 2 +- packaging/askuser-notification.spec | 2 +- packaging/askuser.changes | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cf814ad..b9b68d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3) PROJECT("askuser-notification") SET(ASKUSER_VERSION_MAJOR 0) -SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.6.1) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.6.2) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 9a50114..a0a6820 100644 --- a/packaging/askuser-notification.spec +++ b/packaging/askuser-notification.spec @@ -6,7 +6,7 @@ Name: askuser-notification Summary: User daemon which shows popup with privilege request -Version: 0.6.1 +Version: 0.6.2 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index 5ae4b9c..11efe38 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,8 @@ +Mon May 15 2023 Dariusz Michaluk +Release version 0.6.2 +- Change platform version to 8.0 +- Adjust tests to tizen-headed image + Mon Jan 30 2023 Dariusz Michaluk Release version 0.6.1 - Mark PPM module as deprecated in Tizen documentation -- 2.34.1