From ad702b216d66829e721d67c26d55b37a3a58bc01 Mon Sep 17 00:00:00 2001 From: Tomasz Swierczek Date: Fri, 7 Jul 2023 08:29:00 +0200 Subject: [PATCH] Release version 0.6.3 - Fix issues found by using new toolchain - Fix static analysis issues Change-Id: I7f84eeebdf4be2364764649d4c5c5055ec5c29cf --- CMakeLists.txt | 2 +- packaging/askuser-notification.spec | 2 +- packaging/askuser.changes | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.34.1