Release 0.4.4 accepted/tizen/5.0/unified/20181102.015714 accepted/tizen/unified/20180928.080624 submit/tizen/20180927.110544 submit/tizen_5.0/20181101.000003
authorTomasz Swierczek <t.swierczek@samsung.com>
Thu, 27 Sep 2018 11:02:41 +0000 (13:02 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Thu, 27 Sep 2018 11:04:14 +0000 (13:04 +0200)
* New API: check permission of app with given app_id
* PPM Tester test for new API

Change-Id: I1bac608a954519df7ddad5344d6be584aa5118bc

CMakeLists.txt
packaging/askuser-notification.spec
packaging/askuser.changes

index 6a04a4f6b838ff62011b31984d3b78395ca0c3fd..74646c589bf223c8a47e1beff6c37c3fd503d625 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}.4.3)
+SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.4.4)
 
 ############################# cmake packages ##################################
 
index 49f2582c3b2974ed65a79d97699e1c70c64b845a..fae59bb8862e0489b4a6447dd211430111297e50 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       askuser-notification
 Summary:    User daemon which shows popup with privilege request
-Version:    0.4.3
+Version:    0.4.4
 Release:    1
 Group:      Security/Access Control
 License:    Apache-2.0
index acce9cfcaf0b9befb2691b7e2727ab9d31208571..dafb0593ee511b7a22b145de6a999b9613c0e296 100644 (file)
@@ -1,3 +1,8 @@
+Thu Sept 27 2018 Tomasz Swierczek
+Release version 0.4.4
+- Add new API for checking permissions of another app
+- Add PPM Tester code for new API
+
 Fri Sep 21 2018 Tomasz Swierczek
 Release version 0.4.3
 - Don't try to read from closed connection socket