summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYunjin Lee <yunjin-.lee@samsung.com>2020-11-04 16:10:47 +0900
committerYunjin Lee <yunjin-.lee@samsung.com>2020-11-04 16:10:47 +0900
commit35a4774ed2977c4d15d52c10cb269fced548ab57 (patch)
tree5f23d0b9f670d4b6192767775243359cf807994e
parent6002ffa4d47947892e4227a45a2ac97a440c4b9e (diff)
downloadaskuser-popup-accepted/tizen_5.5_unified.tar.gz
askuser-popup-accepted/tizen_5.5_unified.tar.bz2
askuser-popup-accepted/tizen_5.5_unified.zip
- Destroy app info after use - Send responses when receiving app_control from another caller app Change-Id: I0434b9bc3f51b8051ca56e79011a626d14f27d20 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
-rw-r--r--packaging/changes4
-rwxr-xr-xpackaging/org.tizen.askuser-popup.spec2
-rwxr-xr-xpackaging/org.tizen.askuser-popup.xml2
3 files changed, 6 insertions, 2 deletions
diff --git a/packaging/changes b/packaging/changes
index 321ddfa..cb89913 100644
--- a/packaging/changes
+++ b/packaging/changes
@@ -1,3 +1,7 @@
+Release version 0.0.11
+- Destroy app info after use
+- Send responses when receiving app_control from another caller app
+
Release version 0.0.10
- Queue data for multiple requests while single mode lauching
diff --git a/packaging/org.tizen.askuser-popup.spec b/packaging/org.tizen.askuser-popup.spec
index 4e56eaf..1576c88 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.10
+Version: 0.0.11
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 c2b8939..a11faeb 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.0.10" 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.11" 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>