From: Yunjin Lee Date: Fri, 26 Apr 2019 06:03:37 +0000 (+0900) Subject: Release version 0.4.7 X-Git-Tag: accepted/tizen/unified/20190429.103720^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F60%2F204760%2F1;p=platform%2Fcore%2Fsecurity%2Faskuser.git Release version 0.4.7 - Converts a UTF-8 string into markup - Fix circular dependency and crash Change-Id: I30fc4713794df108d9eecb706a22255db3b2471d Signed-off-by: Yunjin Lee --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3888d9a..a954004 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}.4.6) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.4.7) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 41b0473..cac8797 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.4.6 +Version: 0.4.7 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index fe8b8d4..759e474 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,8 @@ +Fri Apr 26 2019 Yunjin Lee +Release version 0.4.7 +- Converts a UTF-8 string into markup +- Fix circular dependency and crash + Fri Feb 22 2019 Tomasz Swierczek Release version 0.4.6 - Remove checkbox from wearable popup UI