From 258e2bf539e4f17e23149619f4fc1755db0d0556 Mon Sep 17 00:00:00 2001 From: Konrad Lipinski Date: Wed, 19 Feb 2020 11:19:13 +0100 Subject: [PATCH] Release version 0.5.5 - Add missing include to stdlib.h Change-Id: I9f8cfdaa5286ea22ccadbbe8eb33e31ebb07f562 --- CMakeLists.txt | 2 +- packaging/askuser-notification.spec | 2 +- packaging/askuser.changes | 4 ++++ src/notification-daemon/po/CMakeLists.txt | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b761278..069d9c7 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.4) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.5) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index 100893f..4260950 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.4 +Version: 0.5.5 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index 806660e..d7925fe 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,7 @@ +Wed Feb 19 2020 Konrad Lipinski +Release version 0.5.5 +- Add missing include to stdlib.h + Wed Jan 15 2020 Tomasz Swierczek Release version 0.5.4 - Fix some more gcc 9 warning after adding Wall to build config diff --git a/src/notification-daemon/po/CMakeLists.txt b/src/notification-daemon/po/CMakeLists.txt index fc025eb..683598d 100644 --- a/src/notification-daemon/po/CMakeLists.txt +++ b/src/notification-daemon/po/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2015.4017 Samsung Electronics Co., Ltd All Rights Reserved +# Copyright (c) 2015-2018 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. -- 2.7.4