From: Tomasz Swierczek Date: Fri, 9 Mar 2018 06:30:12 +0000 (+0100) Subject: Release 0.3.3 X-Git-Tag: submit/tizen/20180320.104353^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1918fcfc03d1da8c87c9d141c50688540b2bf1f3;p=platform%2Fcore%2Fsecurity%2Faskuser.git Release 0.3.3 * Change of socket path to /run/user/ * Add timer to stop askuser-notification after being idle * Let client create one connection per one request Change-Id: I7a2b0853934881eba56eb615ef34faae5ea3d4dc --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b765ea6..2b0d2fd 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.2) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.3.3) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 2baa3f4..dd3cc5e 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.2 +Version: 0.3.3 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index cc9a758..a944266 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,9 @@ +Fri Mar 09 2018 Tomasz Swierczek +- Release version 0.3.3 +- Change of socket path to /run/user/ +- Add timer to stop askuser-notification after being idle +- Let client create one connection per one request + Mon Feb 26 2018 Tomasz Swierczek - Release version 0.3.2 - Code cleanup