From: Jihoon Kim Date: Thu, 25 Jul 2013 01:45:14 +0000 (+0900) Subject: upload isf-2.4.6725 X-Git-Tag: accepted/tizen/generic/20140310.074606~147 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F88%2F17488%2F1;p=platform%2Fcore%2Fuifw%2Fisf.git upload isf-2.4.6725 Change-Id: Ia5298d1d0a5ba209e2218e354b23a7fe5c7f121e --- diff --git a/configure.ac b/configure.ac index cf146ef..24b6809 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.6719, isf@samsung.com) +AC_INIT(isf, 2.4.6725, 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=6719 +ISF_MICRO_VERSION=6725 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index 1cd96e7..a3d81df 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,7 @@ +* Thu Jul 25 2013 Jihoon Kim submit/tizen_2.2/20130719.104759@59c7640 +- fix crash because of invalid show request input context +- fix crash issue on OSP application + * Fri Jul 19 2013 Jihoon Kim submit/tizen_2.2/20130719.061320@0766f3c - fix N_SE-46950: reset _hw_ise_bak when switching software keyboard leads to hardware keyboard engine changed. diff --git a/packaging/isf.spec b/packaging/isf.spec index f772ed2..26ba7ae 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,8 +3,8 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6719 -Release: 2 +Version: 2.4.6725 +Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 Source0: %{name}-%{version}.tar.gz diff --git a/releasenote.txt b/releasenote.txt index 6d684e2..92dcc00 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,8 @@ +ISF 2.4.6725 : + 1. [immodule] fix crash because of invalid show request input context + 2. [immodule] fix crash issue on OSP application + + ISF 2.4.6719 : 1. [panel] check candidate window status on OFF_PREPARE 2. [setting] fix N_SE-46950: reset _hw_ise_bak when switching software keyboard leads to hardware keyboard engine changed.