From 1ea52bcc642c7add74a4cd39c2057fb93e9f11a0 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 22 Oct 2013 14:26:30 +0900 Subject: [PATCH] upload isf-2.4.7022 Change-Id: I9503e44ecdc359f21e33ece0e2138b7c1a0fe4f4 --- configure.ac | 4 ++-- packaging/isf.changes | 6 ++++++ packaging/isf.spec | 2 +- releasenote.txt | 7 +++++++ 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index d27f2eb..c6f6cf7 100755 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/packaging/isf.changes b/packaging/isf.changes index f893ab8..42f0b48 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,9 @@ +* Tue Oct 22 2013 Jihoon Kim 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 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 diff --git a/packaging/isf.spec b/packaging/isf.spec index ccd5a12..4bcec7c 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -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 diff --git a/releasenote.txt b/releasenote.txt index d9ba02c..861bdc9 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -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 -- 2.7.4