upload isf-2.4.6506
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 6 May 2013 04:35:21 +0000 (13:35 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 6 May 2013 04:35:21 +0000 (13:35 +0900)
Change-Id: I6cdf00b31565a3cad93dea8ade90046b63b87d5d

configure.ac
packaging/isf.spec
releasenote.txt

index 94069f0..83a3987 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.6430, isf@samsung.com)
+AC_INIT(isf, 2.4.6506, 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=6430
+ISF_MICRO_VERSION=6506
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 91f401f..e5e7af1 100755 (executable)
@@ -3,8 +3,8 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6430
-Release:    2
+Version:    2.4.6506
+Release:    1
 Group:      System Environment/Libraries
 License:    LGPL
 Source0:    %{name}-%{version}.tar.gz
index dad9246..1e0655b 100644 (file)
@@ -1,3 +1,9 @@
+ISF 2.4.6506 :
+ 1. [immodule] fix crash issue if cursor position value is more than the length of surrounding text
+ 2. [immodule] fix autoperiod bug
+ 3. [immodule] support autocapital for continuous space
+
+
 ISF 2.4.6430 :
  1. [panel] Hide close button if no more item in candidate window
  2. [panel] Modified to set transient_for before showing candidate window