upload isf-2.4.6917 59/17559/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 16 Sep 2013 22:47:05 +0000 (07:47 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 02:28:49 +0000 (11:28 +0900)
Change-Id: I9f5e0714ece1d6aba75e81e674c169ad1e61795b

configure.ac
packaging/isf.changes
packaging/isf.spec
releasenote.txt

index 52fbe08..49add35 100755 (executable)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script
 #AC_INIT(scim, 1.4.7, suzhe@tsinghua.org.cn)
-AC_INIT(isf, 2.4.6916, isf@samsung.com)
+AC_INIT(isf, 2.4.6917, isf@samsung.com)
 AC_CONFIG_SRCDIR([ism/src/scim.h])
 m4_pattern_allow([^AS_])
 
@@ -11,7 +11,7 @@ m4_pattern_allow([^AS_])
 # ISF version
 ISF_MAJOR_VERSION=2
 ISF_MINOR_VERSION=4
-ISF_MICRO_VERSION=6916
+ISF_MICRO_VERSION=6917
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index c3a70cd..eb3dfc5 100644 (file)
@@ -1,3 +1,7 @@
+* Tue Sep 17 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130916.060443@132356a
+- [isfsetting] fix N_SE-52363
+- fix bug hide event callback wasn't called when context is deleted
+
 * Mon Sep 16 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130910.054608@b126aba
 - remove code to send will_show_ack
 - changed logic location of checking pre_uuid
index adcd14f..45e879c 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6916
+Version:    2.4.6917
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index c31a1e2..122a862 100644 (file)
@@ -1,3 +1,8 @@
+ISF 2.4.6917 :
+ 1. [isfsetting] fix N_SE-52363
+ 2. fix bug hide event callback wasn't called when context is deleted
+
+
 ISF 2.4.6916 :
  1. remove code to send will_show_ack
  2. changed logic location of checking pre_uuid