From 210d93e8cba3d03749c1a35e91f2c0d1f12d42a3 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 28 Jun 2013 20:18:34 +0900 Subject: [PATCH] upload isf-2.4.6628 Change-Id: If765c2208982d350731ad0baee86e08443d30b5e --- 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 380878e..66f3cc0 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.6624, isf@samsung.com) +AC_INIT(isf, 2.4.6628, 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=6624 +ISF_MICRO_VERSION=6628 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index 65e0cc2..3b40ba7 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6624 +Version: 2.4.6628 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index 567b4e9..11d3d2d 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,8 @@ +ISF 2.4.6628 : + 1. [immodule] fix bug back key isn't propagated in H/W keyboard mode + 2. Change word to newly translated word + + ISF 2.4.6624 : 1. [setting,demo] support back key -- 2.7.4