upload isf-2.4.6508 tizen_2.1 accepted/tizen/20130520.101415 submit/tizen/20130517.045401 submit/tizen_2.1/20130514.052844
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 8 May 2013 08:13:07 +0000 (17:13 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 8 May 2013 08:13:07 +0000 (17:13 +0900)
Change-Id: Id011bc415598a1b7675b82305bfb2977a15c89c7

configure.ac
packaging/isf.spec
releasenote.txt

index 9cb9c2a..a38bbdc 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.6507, isf@samsung.com)
+AC_INIT(isf, 2.4.6508, 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=6507
+ISF_MICRO_VERSION=6508
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 922a3b3..1ae5f3c 100755 (executable)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6507
+Version:    2.4.6508
 Release:    1
 Group:      System Environment/Libraries
 License:    LGPL
index 576c20d..6923162 100644 (file)
@@ -1,3 +1,8 @@
+ISF 2.4.6508 :
+ 1. Set default language for isf_get_normalized_language ()
+ 2. check cursor index of ecore_imf_context_surrounding_get
+
+
 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