Release version 0.4.0 01/176601/6 accepted/tizen/unified/20180425.133707 submit/tizen/20180425.043505
authorTomasz Swierczek <t.swierczek@samsung.com>
Fri, 20 Apr 2018 07:15:34 +0000 (09:15 +0200)
committerZofia Abramowska <z.abramowska@samsung.com>
Tue, 24 Apr 2018 16:26:22 +0000 (16:26 +0000)
* 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
packaging/askuser-notification.spec
packaging/askuser.changes

index 2b0d2fd..d0ff80c 100644 (file)
@@ -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 ##################################
 
index ba04c02..e38b55e 100644 (file)
@@ -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
index a944266..cac1703 100644 (file)
@@ -1,3 +1,14 @@
+Mon Apr 23 2018 Tomasz Swierczek <t.swierczek@samsung.com>
+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 <t.swierczek@samsung.com>
 - Release version 0.3.3
 - Change of socket path to /run/user/<UID>