Release version 0.5.6 28/227028/1 accepted/tizen/5.5/unified/20200310.151216 accepted/tizen/unified/20200311.130745 submit/tizen/20200309.073354 submit/tizen/20200311.043751 submit/tizen_5.5/20200309.073500
authorTomasz Swierczek <t.swierczek@samsung.com>
Mon, 9 Mar 2020 06:28:02 +0000 (07:28 +0100)
committerTomasz Swierczek <t.swierczek@samsung.com>
Mon, 9 Mar 2020 06:28:02 +0000 (07:28 +0100)
- Modify ppm_popup_send_response to handle 0-length response
- Add cynara_check for ppm_popup_send_response
- Integration with new askuser UI apps
- Add ppm_popup_send_response stub API

Change-Id: I5b30f34e47e5127ddb33fcb82791670f9715c626

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

index 069d9c7..2bffc20 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2014-2017 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2014-2020 Samsung Electronics Co., Ltd. All rights reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3)
 PROJECT("askuser")
 SET(ASKUSER_VERSION_MAJOR 0)
-SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.5)
+SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.6)
 
 ############################# cmake packages ##################################
 
index 4260950..790f871 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       askuser-notification
 Summary:    User daemon which shows popup with privilege request
-Version:    0.5.5
+Version:    0.5.6
 Release:    1
 Group:      Security/Access Control
 License:    Apache-2.0
index d7925fe..c0288a0 100644 (file)
@@ -1,3 +1,10 @@
+Mon Mar 09 2020 Tomasz Swierczek <t.swierczek@samsung.com>
+Release version 0.5.6
+- Modify ppm_popup_send_response to handle 0-length response
+- Add cynara_check for ppm_popup_send_response
+- Integration with new askuser UI apps
+- Add ppm_popup_send_response stub API
+
 Wed Feb 19 2020 Konrad Lipinski <k.lipinski2@samsung.com>
 Release version 0.5.5
 - Add missing include to stdlib.h