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 dc79fc2eae0726d92962e4d042091897f38ce123..b765ea658a0a88f90ad78c9f4bc7d411e1095d1b 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 c8d57c2dea8362d5c6bf3325a5c45fe1a3a7702d..cccd77fa3cd90d896d2f7592817a2a086fbb6501 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 1433ba4ccb65f2f4e351ef7b85b04e4b6d4b3abe..cc9a758a2a6d4e75228389f8b353aec70cab351d 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