From: Tomasz Swierczek Date: Wed, 15 Jan 2020 06:04:29 +0000 (+0100) Subject: Release version 0.5.4 X-Git-Tag: submit/tizen/20200115.060518^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f519ee2a2e65102e4016a3be63bda5049e9e5f4e;p=platform%2Fcore%2Fsecurity%2Faskuser.git Release version 0.5.4 - Fix some more gcc 9 warning after adding Wall to build config Change-Id: I91fa0aa24ad0df8399048bf2ba0ea02b2d958e74 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 53512c0..b761278 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.3) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.4) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 0a76013..100893f 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.3 +Version: 0.5.4 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index eeddfe6..806660e 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,7 @@ +Wed Jan 15 2020 Tomasz Swierczek +Release version 0.5.4 +- Fix some more gcc 9 warning after adding Wall to build config + Thu Jan 09 2020 Tomasz Swierczek Release version 0.5.3 - Fix build for gcc 9 diff --git a/src/notification-daemon/po/CMakeLists.txt b/src/notification-daemon/po/CMakeLists.txt index f40df02..fc025eb 100644 --- a/src/notification-daemon/po/CMakeLists.txt +++ b/src/notification-daemon/po/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2015.3017 Samsung Electronics Co., Ltd All Rights Reserved +# Copyright (c) 2015.4017 Samsung Electronics Co., Ltd All Rights Reserved # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.