From 031d826d87e31e1af119ff845b845ba896cfcc3b Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 10 Jun 2013 17:07:52 +0900 Subject: [PATCH] upload isf-2.4.6610 Change-Id: I2d8876cfd879a3d148059151950650b52c004600 --- 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 3e7afe1..f01c1ae 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.6607, isf@samsung.com) +AC_INIT(isf, 2.4.6610, 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=6607 +ISF_MICRO_VERSION=6610 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index 0515dd2..9c9f552 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6607 +Version: 2.4.6610 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index 1788bdb..458bcdb 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,8 @@ +ISF 2.4.6610 : + 1. Revert "move hide timer from immodule to panel" + 2. Revert "Discard input keys that does not match with current ic value" + + ISF 2.4.6607 : 1. [immodule] fix back space issue in MBE 2. Remove gtk_panel source codes -- 2.7.4