Release 0.1.0 18/34518/1 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common accepted/tizen/common/20150128.145804 accepted/tizen/mobile/20150129.010156 accepted/tizen/tv/20150129.004912 accepted/tizen/wearable/20150129.005220 submit/tizen/20150128.140617
authorAdam Malinowski <a.malinowsk2@partner.samsung.com>
Wed, 28 Jan 2015 13:55:58 +0000 (14:55 +0100)
committerAdam Malinowski <a.malinowsk2@partner.samsung.com>
Wed, 28 Jan 2015 13:56:27 +0000 (14:56 +0100)
Change-Id: Iea2a456b2d54840617cca92a8c247217ed75d448

CMakeLists.txt
changelog
packaging/askuser.spec
src/common/CMakeLists.txt

index 92e9414..079853f 100644 (file)
@@ -20,7 +20,7 @@
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3)
 PROJECT("askuser")
-set(ASKUSER_VERSION 0.0.1)
+set(ASKUSER_VERSION 0.1.0)
 
 ############################# cmake packages ##################################
 
index e69de29..6b46c48 100644 (file)
--- a/changelog
+++ b/changelog
@@ -0,0 +1,12 @@
+Release: 0.1.0
+Date:    2015.01.28
+Name:    First version of askuser agent and plugins
+
+Libraries:
+libaskuser-common.0.1.0
+
+Description:
+First version of askuser extension. Contains agent based on tizen
+notification system and plugins for cynara service and clients.
+
+##############################
index b044e24..f614e26 100644 (file)
@@ -1,6 +1,6 @@
 Name:       askuser
 Summary:    Agent service for Cynara 'ask user' policy
-Version:    0.0.1
+Version:    0.1.0
 Release:    1
 Group:      Security/Access Control
 License:    Apache-2.0
index eb97e62..22cb4b2 100644 (file)
@@ -22,7 +22,7 @@ PKG_CHECK_MODULES(COMMON_DEP
     )
 
 SET(ASKUSER_COMMON_VERSION_MAJOR 0)
-SET(ASKUSER_COMMON_VERSION ${ASKUSER_COMMON_VERSION_MAJOR}.0.1)
+SET(ASKUSER_COMMON_VERSION ${ASKUSER_COMMON_VERSION_MAJOR}.1.0)
 
 SET(COMMON_DEPS
     libsystemd-journal