Change-Id: I6eeb9a50ea2d8084045cd3de744e1e401176343b
# 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.6423, isf@samsung.com)
+AC_INIT(isf, 2.4.6424, 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=6423
+ISF_MICRO_VERSION=6424
ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
Name: isf
Summary: Input Service Framework
-Version: 2.4.6423
+Version: 2.4.6424
Release: 1
Group: System Environment/Libraries
License: LGPL
+ISF 2.4.6424 :
+ 1. [immodule] Moved the autocapital code to commit_string from process_key
+ 2. [immodule] remove code to check lock screen
+
+
ISF 2.4.6423 :
1. [immodule] Notify shift mode when shift mode enabled.