Release version 0.3.0 30/163130/1 accepted/tizen/4.0/unified/20171208.061729 accepted/tizen/unified/20171208.170343 submit/tizen/20171207.095304 submit/tizen_4.0/20171207.095329 tizen_4.0.IoT.p2_release
authorZofia Grzelewska <z.abramowska@samsung.com>
Thu, 7 Dec 2017 09:31:47 +0000 (10:31 +0100)
committerZofia Grzelewska <z.abramowska@samsung.com>
Thu, 7 Dec 2017 09:32:40 +0000 (10:32 +0100)
Add support for privileges mapping. Now one request
permission can trigger multiple privacy popups
connected with how given privilege maps to core privileges.

Add C# test application for manual PPM API tests.

Change-Id: I7e792a4c092800a6d736b589b2a87e3b6bab7b8d

CMakeLists.txt
packaging/askuser-notification.spec

index 0d0a5b8..96a680d 100644 (file)
@@ -22,7 +22,7 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3)
 PROJECT("askuser")
 SET(ASKUSER_VERSION_MAJOR 0)
-SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.2.1)
+SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.3.0)
 
 ############################# cmake packages ##################################
 
index 2a83811..83b8c27 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       askuser-notification
 Summary:    User daemon which shows popup with privilege request
-Version:    0.2.1
+Version:    0.3.0
 Release:    1
 Group:      Security/Access Control
 License:    Apache-2.0