From a2672b347d547353dc04d83865ba1e49a74060d6 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 29 May 2013 14:12:29 +0900 Subject: [PATCH] upload isf 2.4.6529 Change-Id: Ibd9d38145d8f964a14ba06d84780cbd63c731892 --- 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 9686295..27e3191 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.6527, isf@samsung.com) +AC_INIT(isf, 2.4.6529, 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=6527 +ISF_MICRO_VERSION=6529 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index ebcd24d..c798589 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6520 +Version: 2.4.6529 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index 9ae0a5d..d7d1c50 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,7 @@ +ISF 2.4.6529 : + 1. [immodule] Add focus window check routine + + ISF 2.4.6527 : 1. [setting] fix abort issue in case EFL abort option turn on 2. [demo] Use the window manager rotation -- 2.7.4