From: Tomasz Swierczek Date: Thu, 3 Sep 2020 11:28:40 +0000 (+0200) Subject: Release version 0.5.10 X-Git-Tag: submit/tizen_5.5/20200903.114544^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39c8a86f0e95b2f7f388ccdc2d7a70dea91d048d;p=platform%2Fcore%2Fsecurity%2Faskuser.git Release version 0.5.10 - Fix retrieving app component type This release changes the package version by 2 because 0.5.9 already exists on tizen branch and we can't synch these because of compiler changes. Change-Id: I828cc94343398644b5f9ab45d2f163e80c0efdae --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bda1c80..4e54d21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3) PROJECT("askuser") SET(ASKUSER_VERSION_MAJOR 0) -SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.8) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.10) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 913ecae..2e4d5aa 100644 --- a/packaging/askuser-notification.spec +++ b/packaging/askuser-notification.spec @@ -4,7 +4,7 @@ Name: askuser-notification Summary: User daemon which shows popup with privilege request -Version: 0.5.8 +Version: 0.5.10 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index a100c92..6fab319 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,7 @@ +Thu Sep 03 2020 Tomasz Swierczek +Release version 0.5.10 +- Fix retrieving app component type + Mon Apr 20 2020 Tomasz Swierczek Release version 0.5.8 - Remove unused EFL and traslations code