Release version 0.0.10 73/247273/1 accepted/tizen_6.0_unified accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen_6.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.0/unified/20201110.230835 accepted/tizen/6.0/unified/20211029.040255 accepted/tizen/6.0/unified/20211029.080542 accepted/tizen/6.5/unified/20211029.053542 accepted/tizen/7.0/unified/20221110.055809 accepted/tizen/7.0/unified/hotfix/20221116.111750 accepted/tizen/8.0/unified/20231005.095856 accepted/tizen/unified/20201110.125029 submit/tizen/20201109.103802 submit/tizen_6.0/20201109.103813 submit/tizen_6.0/20211029.144301 submit/tizen_6.5/20211028.164001 submit/tizen_6.5/20211029.140001 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorYunjin Lee <yunjin-.lee@samsung.com>
Mon, 9 Nov 2020 10:11:26 +0000 (19:11 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Mon, 9 Nov 2020 10:11:26 +0000 (19:11 +0900)
- Destroy app info after use
- Send responses when receiving app_control from another caller app

Change-Id: I5c66916eab07006bc8ac9c4c0f3a54cb38ce9fe2
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
packaging/changes
packaging/org.tizen.askuser-popup.spec
packaging/org.tizen.askuser-popup.xml

index 3dc25d8..dd225ff 100644 (file)
@@ -1,3 +1,7 @@
+Release version 0.0.10
+- Destroy app info after use
+- Send responses when receiving app_control from another caller app
+
 Release version 0.0.9
 - Queue data for multiple requests while single mode launching
 
index 9c8954f..f3b92da 100755 (executable)
@@ -3,7 +3,7 @@
 
 Name:    org.tizen.askuser-popup-profile_mobile
 Summary: Ask user popup for mobile profile
-Version: 0.0.9
+Version: 0.0.10
 Release: 0
 Provides: org.tizen.askuser-popup = %{version}-%{release}
 Group:   Applications/Other
index 2854871..c2b8939 100755 (executable)
@@ -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.0.9" 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>