From: Zofia Abramowska Date: Mon, 18 Sep 2017 14:21:11 +0000 (+0200) Subject: Release version 0.2.1 X-Git-Tag: submit/tizen_4.0/20170918.152308^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca5175f632da8933ebc8237e80717f3c04a5deb8;p=platform%2Fcore%2Fsecurity%2Faskuser.git Release version 0.2.1 Fix SVACE defects and add test application for C API Change-Id: If44840911678c6a4707b112f96c9494dc21ca678 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index dbd3a4a..0d0a5b8 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}.2.0) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.2.1) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 7572cfb..2a83811 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.2.0 +Version: 0.2.1 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index 4859144..e174b67 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,8 @@ +Mon Sep 18 2017 Zofia Abramowska +- Fix displaying SM nullptr error +- Add new application for testing the CAPI. +- Change installation of plugins + Thu Jul 27 2017 Zofia Abramowska - Release version 0.2.0 - Merge remote-tracking branch 'origin/privacy-popup-issue' into tizen