From: Tomasz Swierczek Date: Mon, 26 Feb 2018 12:57:32 +0000 (+0100) Subject: Release version 0.3.2 X-Git-Tag: submit/tizen_4.0/20180228.125915^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F171100%2F2;p=platform%2Fcore%2Fsecurity%2Faskuser.git Release version 0.3.2 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index dc79fc2..b765ea6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index c8d57c2..cccd77f 100644 --- a/packaging/askuser-notification.spec +++ b/packaging/askuser-notification.spec @@ -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 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index 1433ba4..cc9a758 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,11 @@ +Mon Feb 26 2018 Tomasz Swierczek +- 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 - Release version 0.3.1 - Fix changes file