Release version 0.2.1 90/150790/2 accepted/tizen/4.0/unified/20170920.081734 accepted/tizen/unified/20170922.194239 submit/tizen/20170919.093121 submit/tizen_4.0/20170918.152308 tizen_4.0.IoT.p1_release tizen_4.0.m2_release
authorZofia Abramowska <z.abramowska@samsung.com>
Mon, 18 Sep 2017 14:21:11 +0000 (16:21 +0200)
committerZofia Abramowska <z.abramowska@samsung.com>
Mon, 18 Sep 2017 15:04:57 +0000 (17:04 +0200)
Fix SVACE defects and add test application for C API

Change-Id: If44840911678c6a4707b112f96c9494dc21ca678

CMakeLists.txt
packaging/askuser-notification.spec
packaging/askuser.changes

index dbd3a4a..0d0a5b8 100644 (file)
@@ -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 ##################################
 
index 7572cfb..2a83811 100644 (file)
@@ -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
index 4859144..e174b67 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 18 2017 Zofia Abramowska <z.abramowska@samsung.com>
+- Fix displaying SM nullptr error
+- Add new application for testing the CAPI.
+- Change installation of plugins
+
 Thu Jul 27 2017 Zofia Abramowska <z.abramowska@samsung.com>
 - Release version 0.2.0
 - Merge remote-tracking branch 'origin/privacy-popup-issue' into tizen