From c0107c441d55082746ed38f4cc734254687aba93 Mon Sep 17 00:00:00 2001 From: Tomasz Swierczek Date: Mon, 26 Feb 2018 13:57:32 +0100 Subject: [PATCH] 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 --- CMakeLists.txt | 2 +- packaging/askuser-notification.spec | 2 +- packaging/askuser.changes | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) 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 -- 2.7.4