From: Tomasz Swierczek Date: Mon, 9 Mar 2020 06:28:02 +0000 (+0100) Subject: Release version 0.5.6 X-Git-Tag: accepted/tizen/5.5/unified/20200310.151216^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F227028%2F1;p=platform%2Fcore%2Fsecurity%2Faskuser.git 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 Change-Id: I5b30f34e47e5127ddb33fcb82791670f9715c626 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 069d9c7..2bffc20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 4260950..790f871 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.5.5 +Version: 0.5.6 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index d7925fe..c0288a0 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,10 @@ +Mon Mar 09 2020 Tomasz Swierczek +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 Release version 0.5.5 - Add missing include to stdlib.h