From aba669a2ed4d423e6fb500b68f8a677bf59a4929 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 21 Jun 2013 08:50:39 +0900 Subject: [PATCH] upload isf-2.4.6621 Change-Id: I86a05aaaa5cd124d58184178944d883a2c19e15f --- 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 b1ef006..66fe843 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.6620, isf@samsung.com) +AC_INIT(isf, 2.4.6621, 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=6620 +ISF_MICRO_VERSION=6621 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index 7a84213..66eff2b 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6620 +Version: 2.4.6621 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index c743015..a0dd8ca 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,7 @@ +ISF 2.4.6621 : + 1. [setting] Add smack rule for supporting screen reader + + ISF 2.4.6620 : 1. [demo] remove code for terminating app when END key is pressed 2. [setting] Change naviframe back key event handling -- 2.7.4