From: Tomasz Swierczek Date: Fri, 7 Jul 2023 06:29:00 +0000 (+0200) Subject: Release version 0.6.3 X-Git-Tag: accepted/tizen/unified/20230712.040719^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fsecurity%2Faskuser.git;a=commitdiff_plain;h=ad702b216d66829e721d67c26d55b37a3a58bc01 Release version 0.6.3 - Fix issues found by using new toolchain - Fix static analysis issues Change-Id: I7f84eeebdf4be2364764649d4c5c5055ec5c29cf --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b9b68d8..8fb54b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3) PROJECT("askuser-notification") SET(ASKUSER_VERSION_MAJOR 0) -SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.6.2) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.6.3) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index a0a6820..fe6e7e6 100644 --- a/packaging/askuser-notification.spec +++ b/packaging/askuser-notification.spec @@ -6,7 +6,7 @@ Name: askuser-notification Summary: User daemon which shows popup with privilege request -Version: 0.6.2 +Version: 0.6.3 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index 11efe38..5a8c2b4 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,8 @@ +Fri Jul 07 2023 Tomasz Swierczek +Release version 0.6.3 +- Fix issues found by using new toolchain +- Fix static analysis issues + Mon May 15 2023 Dariusz Michaluk Release version 0.6.2 - Change platform version to 8.0