upload isf-2.4.6424 accepted/tizen_2.1/20130425.024739 submit/tizen_2.1/20130424.234200
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 24 Apr 2013 08:26:20 +0000 (17:26 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 24 Apr 2013 08:26:20 +0000 (17:26 +0900)
Change-Id: I6eeb9a50ea2d8084045cd3de744e1e401176343b

configure.ac
packaging/isf.spec
releasenote.txt

index 543889b..b8d921d 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.6423, isf@samsung.com)
+AC_INIT(isf, 2.4.6424, 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=6423
+ISF_MICRO_VERSION=6424
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 28879c9..800591b 100755 (executable)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6423
+Version:    2.4.6424
 Release:    1
 Group:      System Environment/Libraries
 License:    LGPL
index 59077fc..24d091d 100644 (file)
@@ -1,3 +1,8 @@
+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.