Release version 0.3.2 00/171100/2 accepted/tizen/4.0/unified/20180305.062839 submit/tizen_4.0/20180228.125915
authorTomasz Swierczek <t.swierczek@samsung.com>
Mon, 26 Feb 2018 12:57:32 +0000 (13:57 +0100)
committerTomasz Swierczek <t.swierczek@samsung.com>
Tue, 27 Feb 2018 13:06:33 +0000 (14:06 +0100)
Code cleanup & formatting fixes
Check if path isn't too long before copying to sock path
Return DENY when application has no policy for given privacy privilege
Update popup message according to the UX guide

Change-Id: I815884d1c29f56e5cd98cba1b653869a95270169

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

index dc79fc2..b765ea6 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}.3.1)
+SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.3.2)
 
 ############################# cmake packages ##################################
 
index c8d57c2..cccd77f 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       askuser-notification
 Summary:    User daemon which shows popup with privilege request
-Version:    0.3.1
+Version:    0.3.2
 Release:    1
 Group:      Security/Access Control
 License:    Apache-2.0
index 1433ba4..cc9a758 100644 (file)
@@ -1,3 +1,11 @@
+Mon Feb 26 2018 Tomasz Swierczek <t.swierczek@samsung.com>
+- Release version 0.3.2
+- Code cleanup
+- Check if path isn't too long before copying to sock path
+- Fix missing spaces after keywords
+- Return DENY when application has no policy for given privacy privilege
+- Update popup message according to the UX guide
+
 Wed Jan 17 2018 Dariusz Michaluk <d.michaluk@samsung.com>
 - Release version 0.3.1
 - Fix changes file