From: Tomasz Swierczek Date: Fri, 22 Feb 2019 10:19:34 +0000 (+0100) Subject: Release 0.4.6 X-Git-Tag: submit/tizen/20190227.150434^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5b353c5db377400840b04e970d35edeb882b5a3;p=platform%2Fcore%2Fsecurity%2Faskuser.git Release 0.4.6 * Remove checkbox from wearable popup UI, UI fixes * Fix screen reader to read the contents when request popup launched Change-Id: I61b745eada071069f522ba622a0705a1a5d476d1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f6b35d0..3888d9a 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.5) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.4.6) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 3a9a0d7..41b0473 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.5 +Version: 0.4.6 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index 80e7442..fe8b8d4 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,9 @@ +Fri Feb 22 2019 Tomasz Swierczek +Release version 0.4.6 +- Remove checkbox from wearable popup UI +- Fix screen reader to read the contents when request popup launched +- Update popup text + Mon Nov 26 2018 Ernest Borowski Release version 0.4.5 - Adjust wearable UI to UX guide