From ed4bebf50b92008e1da18c4c6c67069fdaf6ff24 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 3 Jul 2013 17:46:10 +0900 Subject: [PATCH] upload isf-2.4.6703 Change-Id: If61bfc2cb0bad9631208adea2ae43897db37c0df --- configure.ac | 4 ++-- packaging/isf.changes | 5 +++++ packaging/isf.spec | 2 +- releasenote.txt | 5 +++++ 4 files changed, 13 insertions(+), 3 deletions(-) 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 -- 2.7.4