From: Tomasz Swierczek Date: Mon, 20 Apr 2020 10:06:14 +0000 (+0200) Subject: Release version 0.5.8 X-Git-Tag: accepted/tizen/5.5/unified/20200421.150449^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F231237%2F1;p=platform%2Fcore%2Fsecurity%2Faskuser.git Release version 0.5.8 - Remove unused EFL and traslations code - Use real app ID when getting app component type - Change locale for date generation - Use more specific version regexp in release.sh Change-Id: I7f22118331249afa98978faa041973d68a5b8cf0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 10bc35c..bda1c80 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.7) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.8) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 1ca8ad8..913ecae 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.7 +Version: 0.5.8 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index 3a3fb6e..a100c92 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,10 @@ +Mon Apr 20 2020 Tomasz Swierczek +Release version 0.5.8 +- Remove unused EFL and traslations code +- Use real app ID when getting app component type +- Change locale for date generation +- Use more specific version regexp in release.sh + Mon Mar 30 2020 Tomasz Swierczek Release version 0.5.7 - Change popup app launch mode depending on app type