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 dbd3a4a7528036f372a0f06b8bfb7332b98828ea..0d0a5b8a7c54508bd62544011c8a5a42ed86672c 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 7572cfb137ff8f6fc2399a158920a61b729a2f4b..2a8381124d89e67df9f70c80134d7c375c20dddd 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 4859144df767d49f8607929e8ca9ab8521fc2dbd..e174b6798418d7e921c92dcdc9ccf6c850c1b20a 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