From: Tomasz Swierczek Date: Thu, 27 Sep 2018 11:02:41 +0000 (+0200) Subject: Release 0.4.4 X-Git-Tag: submit/tizen/20180927.110544^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2adf0f7d88c28232863e03898eeeb59c31e6611;p=platform%2Fcore%2Fsecurity%2Faskuser.git Release 0.4.4 * New API: check permission of app with given app_id * PPM Tester test for new API Change-Id: I1bac608a954519df7ddad5344d6be584aa5118bc --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a04a4f..74646c5 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}.4.3) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.4.4) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 49f2582..fae59bb 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.4.3 +Version: 0.4.4 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index acce9cf..dafb059 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,8 @@ +Thu Sept 27 2018 Tomasz Swierczek +Release version 0.4.4 +- Add new API for checking permissions of another app +- Add PPM Tester code for new API + Fri Sep 21 2018 Tomasz Swierczek Release version 0.4.3 - Don't try to read from closed connection socket