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 ef9d99dc0eb9146be111c172fb0390b023fa047e..faeaf444ea6d613382c74abd5badc8dd630e843c 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 419a990b4e1e24c1aa61e6ef94809944fd03d40d..770b0b474bb51263b04bad7c9278de172530e010 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 a100c92c53dd31d7d269c016b4bbd8c322ffad22..e41abf3198710ae623c682308eeea82ad327f189 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