From: Jihoon Kim Date: Wed, 3 Jul 2013 08:46:10 +0000 (+0900) Subject: upload isf-2.4.6703 X-Git-Tag: accepted/tizen/generic/20140310.074606~181 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F17452%2F1;p=platform%2Fcore%2Fuifw%2Fisf.git upload isf-2.4.6703 Change-Id: If61bfc2cb0bad9631208adea2ae43897db37c0df --- diff --git a/configure.ac b/configure.ac index 9cf0f63..9209d8c 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.6702, isf@samsung.com) +AC_INIT(isf, 2.4.6703, 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=6702 +ISF_MICRO_VERSION=6703 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index 38e8b8a..6dd9eb6 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,8 @@ +* Wed Jul 03 2013 Jihoon Kim submit/tizen_2.2/20130703.000910@b0ee9f0 +- keyboard setting view should be changed according to H/W keyboard connection +- check return value of pkgmgr function +- upload isf-2.4.6702 + * Tue Jul 02 2013 Jihoon Kim submit/tizen_2.2/20130628.112408@69fa176 - Add smack rule - [immodule] fix indentation diff --git a/packaging/isf.spec b/packaging/isf.spec index b37b32f..5e15c48 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6702 +Version: 2.4.6703 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index c8e846d..97e985a 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,8 @@ +ISF 2.4.6703 : + 1. keyboard setting view should be changed according to H/W keyboard connection + 2. check return value of pkgmgr function + + ISF 2.4.6702 : 1. Add smack rule