From: Mateusz Cegielka Date: Wed, 5 Aug 2020 10:15:00 +0000 (+0200) Subject: Release version 0.5.9 X-Git-Tag: submit/tizen/20200805.121506^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F240328%2F1;p=platform%2Fcore%2Fsecurity%2Faskuser.git Release version 0.5.9 - Merge changes Ie0d96e84,I8418a739,Ib5879a39,I29deb31f,Ie8f5b988, ... into tizen - Remove unused PrivaciesSequence - Test src/common/log/ module - Test src/common/exception/ module - Test src/common/policy/ module - Add unit test macros prefixing test name with POSITIVE_ or NEGATIVE_ - Add unit test Boost-based binary - Update language standard to C++17 - Remove unused CynaraException - Fix missing null checks - Remove deprecated GTest-based unit tests - Change privilege mapping error to warning in some cases - Remove unused util code to enhance line & function coverage Change-Id: Id41cc0aeed033d4071fd5086f66ba6b90c98b983 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ef9d99d..faeaf44 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}.5.8) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.9) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 419a990..770b0b4 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.8 +Version: 0.5.9 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index a100c92..e41abf3 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,19 @@ +Wed Aug 05 2020 Mateusz Cegielka +Release version 0.5.9 +- Merge changes Ie0d96e84,I8418a739,Ib5879a39,I29deb31f,Ie8f5b988, ... into tizen +- Remove unused PrivaciesSequence +- Test src/common/log/ module +- Test src/common/exception/ module +- Test src/common/policy/ module +- Add unit test macros prefixing test name with POSITIVE_ or NEGATIVE_ +- Add unit test Boost-based binary +- Update language standard to C++17 +- Remove unused CynaraException +- Fix missing null checks +- Remove deprecated GTest-based unit tests +- Change privilege mapping error to warning in some cases +- Remove unused util code to enhance line & function coverage + Mon Apr 20 2020 Tomasz Swierczek Release version 0.5.8 - Remove unused EFL and traslations code