Release version 0.5.9 28/240328/1 accepted/tizen/unified/20200807.141036 submit/tizen/20200805.121506
authorMateusz Cegielka <m.cegielka@samsung.com>
Wed, 5 Aug 2020 10:15:00 +0000 (12:15 +0200)
committerMateusz Cegielka <m.cegielka@samsung.com>
Wed, 5 Aug 2020 10:15:00 +0000 (12:15 +0200)
- 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

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

index ef9d99d..faeaf44 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}.5.8)
+SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.9)
 
 ############################# cmake packages ##################################
 
index 419a990..770b0b4 100644 (file)
@@ -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
index a100c92..e41abf3 100644 (file)
@@ -1,3 +1,19 @@
+Wed Aug 05 2020 Mateusz Cegielka <m.cegielka@samsung.com>
+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 <t.swierczek@samsung.com>
 Release version 0.5.8
 - Remove unused EFL and traslations code