Release version 0.5.8 37/231237/1 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20200421.150449 accepted/tizen/5.5/unified/wearable/hotfix/20201027.113135 accepted/tizen/unified/20200421.051559 submit/tizen/20200420.103808 submit/tizen_5.5/20200421.012527 submit/tizen_5.5_wearable_hotfix/20201026.184304
authorTomasz Swierczek <t.swierczek@samsung.com>
Mon, 20 Apr 2020 10:06:14 +0000 (12:06 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Mon, 20 Apr 2020 10:06:14 +0000 (12:06 +0200)
- Remove unused EFL and traslations code
- Use real app ID when getting app component type
- Change locale for date generation
- Use more specific version regexp in release.sh

Change-Id: I7f22118331249afa98978faa041973d68a5b8cf0

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

index 10bc35c..bda1c80 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}.5.7)
+SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.8)
 
 ############################# cmake packages ##################################
 
index 1ca8ad8..913ecae 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       askuser-notification
 Summary:    User daemon which shows popup with privilege request
-Version:    0.5.7
+Version:    0.5.8
 Release:    1
 Group:      Security/Access Control
 License:    Apache-2.0
index 3a3fb6e..a100c92 100644 (file)
@@ -1,3 +1,10 @@
+Mon Apr 20 2020 Tomasz Swierczek <t.swierczek@samsung.com>
+Release version 0.5.8
+- Remove unused EFL and traslations code
+- Use real app ID when getting app component type
+- Change locale for date generation
+- Use more specific version regexp in release.sh
+
 Mon Mar 30 2020 Tomasz Swierczek <t.swierczek@samsung.com>
 Release version 0.5.7
 - Change popup app launch mode depending on app type