upload isf-2.4.7022 74/17674/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 22 Oct 2013 05:26:30 +0000 (14:26 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 09:41:55 +0000 (18:41 +0900)
Change-Id: I9503e44ecdc359f21e33ece0e2138b7c1a0fe4f4

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

index d27f2eb..c6f6cf7 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.7017, isf@samsung.com)
+AC_INIT(isf, 2.4.7022, 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=7017
+ISF_MICRO_VERSION=7022
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index f893ab8..42f0b48 100644 (file)
@@ -1,3 +1,9 @@
+* Tue Oct 22 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20131017.075750@d61454d
+- add NULL check of p->name in scim_string_to_key ()
+- check whether length is NULL or not in imdata_get
+- Fix crash issue when ic->impl is equal to NULL in slot_send_helper_event
+- fix crash issue in case ecore_imf_context_del () is called in preedit-changed, commit, and so on callback
+
 * Thu Oct 17 2013 Ji-hoon Lee <dalton.lee@samsung.com> submit/tizen_2.2/20131010.105602@b356188
 - Modified to set show_requested to TRUE even when candidate is in SHOW state
 - check cursor position to disable return key in case of focus-in event
index ccd5a12..4bcec7c 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.7017
+Version:    2.4.7022
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index d9ba02c..861bdc9 100644 (file)
@@ -1,3 +1,10 @@
+ISF 2.4.7022 :
+ 1. add NULL check of p->name in scim_string_to_key ()
+ 2. check whether length is NULL or not in imdata_get
+ 3. Fix crash issue when ic->impl is equal to NULL in slot_send_helper_event
+ 4. fix crash issue in case ecore_imf_context_del () is called in preedit-changed, commit, and so on callback
+
+
 ISF 2.4.7017 :
  1. Modified to set show_requested to TRUE even when candidate is in SHOW state
  2. check cursor position to disable return key in case of focus-in event