From: Yunjin Lee Date: Wed, 16 May 2018 04:18:30 +0000 (+0900) Subject: Release version 0.4.1 X-Git-Tag: submit/tizen/20180604.095416^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22edf8587e9d8b02221f136f4e9829544a9c7bcc;p=platform%2Fcore%2Fsecurity%2Faskuser.git Release version 0.4.1 - Modify screen reader not to read role of contents - Fix UX issues - Fix scrollable range according to the UX - Handling home key according to the profile - Handling rotary event for wearable circle UI Change-Id: Ide14e27faaa1cb03d278f684cd06609bebd5d5ae Signed-off-by: Yunjin Lee --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d0ff80c..9ecdfde 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.0) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.4.1) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index f6b6251..28e1d6f 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.0 +Version: 0.4.1 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index cac1703..a222c57 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,11 @@ +Mon June 2 2018 Yunjin Lee +Release version 0.4.1 +- Modify screen reader not to read role of contents +- Fix UX issues +- Fix scrollable range according to the UX +- Handling home key according to the profile +- Handling rotary event for wearable circle UI + Mon Apr 23 2018 Tomasz Swierczek Release version 0.4.0 - Removed unnecessary coregl dependency