- 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
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 ##################################
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
+Thu Sep 03 2020 Tomasz Swierczek <t.swierczek@samsung.com>
+Release version 0.5.10
+- Fix retrieving app component type
+
Mon Apr 20 2020 Tomasz Swierczek <t.swierczek@samsung.com>
Release version 0.5.8
- Remove unused EFL and traslations code