Release 0.3.3 40/172040/2 accepted/tizen/unified/20180320.141505 submit/tizen/20180320.104353
authorTomasz Swierczek <t.swierczek@samsung.com>
Fri, 9 Mar 2018 06:30:12 +0000 (07:30 +0100)
committerTomasz Swierczek <t.swierczek@samsung.com>
Tue, 20 Mar 2018 09:24:04 +0000 (10:24 +0100)
* Change of socket path to /run/user/<UID>
* Add timer to stop askuser-notification after being idle
* Let client create one connection per one request

Change-Id: I7a2b0853934881eba56eb615ef34faae5ea3d4dc

CMakeLists.txt
packaging/askuser-notification.spec
packaging/askuser.changes

index b765ea6..2b0d2fd 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.2)
+SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.3.3)
 
 ############################# cmake packages ##################################
 
index 2baa3f4..dd3cc5e 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       askuser-notification
 Summary:    User daemon which shows popup with privilege request
-Version:    0.3.2
+Version:    0.3.3
 Release:    1
 Group:      Security/Access Control
 License:    Apache-2.0
index cc9a758..a944266 100644 (file)
@@ -1,3 +1,9 @@
+Fri Mar 09 2018 Tomasz Swierczek <t.swierczek@samsung.com>
+- Release version 0.3.3
+- Change of socket path to /run/user/<UID>
+- Add timer to stop askuser-notification after being idle
+- Let client create one connection per one request
+
 Mon Feb 26 2018 Tomasz Swierczek <t.swierczek@samsung.com>
 - Release version 0.3.2
 - Code cleanup