upload package 30/17330/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 20 May 2013 05:38:26 +0000 (14:38 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 6 Mar 2014 11:19:35 +0000 (20:19 +0900)
Change-Id: I5bafd0ef04a6a61263b9d7ab00402ad474490ea0

configure.ac
packaging/isf.spec
releasenote.txt

index a38bbdc..61f10ee 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.6508, isf@samsung.com)
+AC_INIT(isf, 2.4.6520, 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=6508
+ISF_MICRO_VERSION=6520
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index d6a56b0..ebcd24d 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6508
+Version:    2.4.6520
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index 6923162..cd85d27 100644 (file)
@@ -1,3 +1,10 @@
+ISF 2.4.6520 :
+ 1. fix build error on GCC 4.7.3
+ 2. [setting] fix prevent issue
+ 3. [immodule] fix bug hide_lookup_table doesn't work in set_layout of IMEngine
+ 4. [immodule] prepare and send is needed when set_prediction_allow is called in IMEngine
+
+
 ISF 2.4.6508 :
  1. Set default language for isf_get_normalized_language ()
  2. check cursor index of ecore_imf_context_surrounding_get