From: Tomasz Swierczek Date: Fri, 9 Aug 2019 09:04:09 +0000 (+0200) Subject: Release version 0.5.2 X-Git-Tag: submit/tizen/20190809.090921^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c63d398d285a7ce5958868f9b3353fa41bbb1ab9;p=platform%2Fcore%2Fsecurity%2Faskuser.git Release version 0.5.2 - Omit calling buttonAnswer when pointers are already reset - Do not handle HW key event when screen is off Change-Id: I3a4d0aaade2e886301f916e53faffb9780231412 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 42a1d19..3225223 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}.5.1) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.2) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index e1c8c7d..3f7490f 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.5.1 +Version: 0.5.2 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index 87c46c5..2411fe9 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,8 @@ +Fri Aug 09 2019 Tomasz Swierczek +Release version 0.5.2 +- Omit calling buttonAnswer when pointers are already reset +- Do not handle HW key event when screen is off + Tue Jun 18 2019 Tomasz Swierczek Release version 0.5.1 - Fix memory leak caused by improper handling of GList