From 18ba07890cc8aba90e1d49b4b2062f1a8a1a73dc Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 8 May 2013 17:13:07 +0900 Subject: [PATCH] upload isf-2.4.6508 Change-Id: Id011bc415598a1b7675b82305bfb2977a15c89c7 --- configure.ac | 4 ++-- packaging/isf.spec | 2 +- releasenote.txt | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 9cb9c2a..a38bbdc 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.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 diff --git a/packaging/isf.spec b/packaging/isf.spec index 922a3b3..1ae5f3c 100755 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -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 diff --git a/releasenote.txt b/releasenote.txt index 576c20d..6923162 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -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 -- 2.7.4