# 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_])
# 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
+* Thu Jul 25 2013 Jihoon Kim <jihoon48.kim@samsung.com> 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 <jihoon48.kim@samsung.com> 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.
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
+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.