diff options
author | Yunjin Lee <yunjin-.lee@samsung.com> | 2020-06-08 11:39:05 +0900 |
---|---|---|
committer | Yunjin Lee <yunjin-.lee@samsung.com> | 2020-06-08 11:39:05 +0900 |
commit | 9326fd3f511ab1dbd78b6fb4f0c19adf72f61cd7 (patch) | |
tree | fcf92f0f78c88c4cf79051296a6e152bd5957429 | |
parent | fb2de56a2ee6e14b0b8aafccb7239f7c35f969d7 (diff) | |
download | askuser-popup-9326fd3f511ab1dbd78b6fb4f0c19adf72f61cd7.tar.gz askuser-popup-9326fd3f511ab1dbd78b6fb4f0c19adf72f61cd7.tar.bz2 askuser-popup-9326fd3f511ab1dbd78b6fb4f0c19adf72f61cd7.zip |
Release version 0.0.10tizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115105submit/tizen_6.0_hotfix/20201102.192905submit/tizen_6.0/20201029.205505submit/tizen_5.5_wearable_hotfix/20201026.184309submit/tizen_5.5/20200608.024108submit/tizen/20200608.024022accepted/tizen/unified/20200608.144737accepted/tizen/6.0/unified/hotfix/20201103.045234accepted/tizen/6.0/unified/20201030.103211accepted/tizen/5.5/unified/wearable/hotfix/20201027.092829accepted/tizen/5.5/unified/20200608.142214tizen_6.0_hotfixtizen_5.5_wearable_hotfixaccepted/tizen_6.0_unified_hotfixaccepted/tizen_5.5_unified_wearable_hotfix
- Queue data for multiple requests while single mode lauching
Change-Id: I12e965fb3583e4f4109ef18b83fd69fcd93c7bb4
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
-rw-r--r-- | packaging/changes | 3 | ||||
-rwxr-xr-x | packaging/org.tizen.askuser-popup.spec | 2 | ||||
-rwxr-xr-x | packaging/org.tizen.askuser-popup.xml | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/packaging/changes b/packaging/changes index 4b5a405..321ddfa 100644 --- a/packaging/changes +++ b/packaging/changes @@ -1,3 +1,6 @@ +Release version 0.0.10 +- Queue data for multiple requests while single mode lauching + Release version 0.0.9 - Fix app event handler size diff --git a/packaging/org.tizen.askuser-popup.spec b/packaging/org.tizen.askuser-popup.spec index 5b98e9b..4e56eaf 100755 --- a/packaging/org.tizen.askuser-popup.spec +++ b/packaging/org.tizen.askuser-popup.spec @@ -3,7 +3,7 @@ Name: org.tizen.askuser-popup-profile_wearable Summary: Ask user popup for wearable profile -Version: 0.0.9 +Version: 0.0.10 Release: 0 Provides: org.tizen.askuser-popup = %{version}-%{release} Group: Applications/Other diff --git a/packaging/org.tizen.askuser-popup.xml b/packaging/org.tizen.askuser-popup.xml index 8ed2808..c2b8939 100755 --- a/packaging/org.tizen.askuser-popup.xml +++ b/packaging/org.tizen.askuser-popup.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.askuser-popup" api-version="5.5" version="0.1" support-mode="screen-reader|ultra-power-saving" removable="false"> +<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.askuser-popup" api-version="5.5" version="0.0.10" support-mode="screen-reader|ultra-power-saving" removable="false"> <ui-application appid="org.tizen.askuser-popup" launch_mode="caller" exec="org.tizen.askuser-popup" multiple="false" nodisplay="true" taskmanage="false" type="capp"> <label>askuser popup</label> </ui-application> |