From 5518cb89984abf1fce025be28814241d0066de5d Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 20 May 2013 14:38:26 +0900 Subject: [PATCH] upload package Change-Id: I5bafd0ef04a6a61263b9d7ab00402ad474490ea0 --- configure.ac | 4 ++-- packaging/isf.spec | 2 +- releasenote.txt | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a38bbdc..61f10ee 100755 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/packaging/isf.spec b/packaging/isf.spec index d6a56b0..ebcd24d 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -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 diff --git a/releasenote.txt b/releasenote.txt index 6923162..cd85d27 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -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 -- 2.7.4