Release version 0.4.7 60/204760/1 accepted/tizen/unified/20190429.103720 submit/tizen/20190426.065101
authorYunjin Lee <yunjin-.lee@samsung.com>
Fri, 26 Apr 2019 06:03:37 +0000 (15:03 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Fri, 26 Apr 2019 06:03:37 +0000 (15:03 +0900)
- Converts a UTF-8 string into markup
- Fix circular dependency and crash

Change-Id: I30fc4713794df108d9eecb706a22255db3b2471d
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
CMakeLists.txt
packaging/askuser-notification.spec
packaging/askuser.changes

index 3888d9a..a954004 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}.4.6)
+SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.4.7)
 
 ############################# cmake packages ##################################
 
index 41b0473..cac8797 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       askuser-notification
 Summary:    User daemon which shows popup with privilege request
-Version:    0.4.6
+Version:    0.4.7
 Release:    1
 Group:      Security/Access Control
 License:    Apache-2.0
index fe8b8d4..759e474 100644 (file)
@@ -1,3 +1,8 @@
+Fri Apr 26 2019 Yunjin Lee <yunjin-.lee@samsung.com>
+Release version 0.4.7
+- Converts a UTF-8 string into markup
+- Fix circular dependency and crash
+
 Fri Feb 22 2019 Tomasz Swierczek <t.swierczek@samsung.com>
 Release version 0.4.6
 - Remove checkbox from wearable popup UI