upload isf-2.4.6507
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 7 May 2013 07:08:30 +0000 (16:08 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 7 May 2013 07:08:30 +0000 (16:08 +0900)
Change-Id: I5c05f7877f35c95077c430e94a65070e4d0394ec

configure.ac
packaging/isf.spec
releasenote.txt

index 83a3987..9cb9c2a 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.6506, isf@samsung.com)
+AC_INIT(isf, 2.4.6507, 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=6506
+ISF_MICRO_VERSION=6507
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 8ed437a..922a3b3 100755 (executable)
@@ -3,8 +3,8 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6506
-Release:    2
+Version:    2.4.6507
+Release:    1
 Group:      System Environment/Libraries
 License:    LGPL
 Source0:    %{name}-%{version}.tar.gz
index 1e0655b..576c20d 100644 (file)
@@ -1,3 +1,7 @@
+ISF 2.4.6507 :
+ 1. [immodule] fix bug show request was ignored after input panel hide is called but hide state callback wasn't called
+
+
 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