From a7bd15eb2db5093481a0138809493ca74026e887 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 28 Feb 2013 17:25:58 +0900 Subject: [PATCH] upload isf-2.4.6228 package Change-Id: I650901fe1dc2a640c966c0aa20bef851d3189dd0 --- configure.ac | 4 ++-- packaging/isf.spec | 4 ++-- releasenote.txt | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index adef642..e171e86 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.6227, isf@samsung.com) +AC_INIT(isf, 2.4.6228, 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=6227 +ISF_MICRO_VERSION=6228 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index 3163e2a..2c1f3f3 100755 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,8 +3,8 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6227 -Release: 3 +Version: 2.4.6228 +Release: 1 Group: System Environment/Libraries License: LGPL Source0: %{name}-%{version}.tar.gz diff --git a/releasenote.txt b/releasenote.txt index b475ce6..b7d0d64 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,7 @@ +ISF 2.4.6228 : + 1. [panel] Add monitor for active ISE file + + ISF 2.4.6227 : 1. [panel] Add timer for system status check function, move elm_init() position 2. Update control APIs for C application -- 2.7.4