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 2b0d2fdabe66d36a9a9afe4b5f57084c847bfb1a..d0ff80c029ef075f4d0e3fd8c8fe4b50fc558eee 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 ba04c02b31eac445c445a40fa74e7e3f4d9f7665..e38b55e540d39c6d4315868069a7241fe00499a0 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 a9442667767327b7cb0a10cee4031dd5ba9ca4e8..cac17038a47f17a437436980e8ebd33fe0b935d6 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>