From 72fa08d42044028c62bc7603778abb9d7014f1a9 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Sat, 6 Apr 2013 15:55:04 +0900 Subject: [PATCH] upload isf-2.4.6406 Change-Id: I379fa0f475fbfabc2c2715e3acba5141aba3fa9b --- configure.ac | 4 ++-- packaging/isf.spec | 2 +- releasenote.txt | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 20aac28..a88862d 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.6405, isf@samsung.com) +AC_INIT(isf, 2.4.6406, 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=6404 +ISF_MICRO_VERSION=6406 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index 0bb070e..a743362 100755 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6405 +Version: 2.4.6406 Release: 1 Group: System Environment/Libraries License: LGPL diff --git a/releasenote.txt b/releasenote.txt index 31b1c24..e03e286 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,7 @@ +ISF 2.4.6406 : + 1. [immodule] Added extra will_show timer deletion code + + ISF 2.4.6405 : 1. [panel] hide candidate window when will_hide_ack received 2. [immodule] add log for some input panel APIs -- 2.7.4