From 1c92c8224e896fcff9b31b621f4c097bbf341d83 Mon Sep 17 00:00:00 2001 From: Tomasz Swierczek Date: Fri, 20 Apr 2018 09:15:34 +0200 Subject: [PATCH] Release version 0.4.0 * Removed unnecessary coregl dependency * Fixed problem of UI hanging on elm_language_set() * Removed unused agent code * Minor fixes for UI layout & code * Optimization of check API (using AUL data in client, using new privacy-checker API) * Added caching of AppInfo/PkgInfo data in client * Return ALLOW for non privacy privileges * Fixes for identifying application id This release changes numbering to differentiate older branches of code. This branch will continue to use 0.4.X numbering while older versions will contininue to use 0.3.X numbering (for bugfixes/maintenance). Change-Id: Ia9d9fe97ddb286c6c6253110647ff12bd6a7351a --- CMakeLists.txt | 2 +- packaging/askuser-notification.spec | 2 +- packaging/askuser.changes | 11 +++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b0d2fd..d0ff80c 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}.3.3) +SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.4.0) ############################# cmake packages ################################## diff --git a/packaging/askuser-notification.spec b/packaging/askuser-notification.spec index ba04c02..e38b55e 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.3.3 +Version: 0.4.0 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/packaging/askuser.changes b/packaging/askuser.changes index a944266..cac1703 100644 --- a/packaging/askuser.changes +++ b/packaging/askuser.changes @@ -1,3 +1,14 @@ +Mon Apr 23 2018 Tomasz Swierczek +Release version 0.4.0 +- Removed unnecessary coregl dependency +- Fixed problems with elm_language_set() hanging UI +- Removed unused agent code +- Minor fixes for UI layout & code +- Optimization of check API (using AUL data in client, using new privacy-checker API) +- Added caching of AppInfo/PkgInfo data in client +- Return ALLOW for non privacy privileges +- Fixes for identifying application id + Fri Mar 09 2018 Tomasz Swierczek - Release version 0.3.3 - Change of socket path to /run/user/ -- 2.7.4