From 5f79e9334d1bfc2a8fc8d35dc6018abbc7520a95 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 9 Jul 2013 15:52:50 +0900 Subject: [PATCH] upload isf-2.4.6709 Change-Id: Id5567122f918de81a93dc6fb065516c7dd63941f --- 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 9209d8c..36feed9 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.6703, isf@samsung.com) +AC_INIT(isf, 2.4.6709, 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=6703 +ISF_MICRO_VERSION=6709 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index 6dd9eb6..bf95542 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,8 @@ +* Tue Jul 09 2013 Jihoon Kim submit/tizen_2.2/20130703.084619@eead613 +- fix candidate window stacking bug +- Add smack rule for dbus +- upload isf-2.4.6703 + * 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 diff --git a/packaging/isf.spec b/packaging/isf.spec index 5e15c48..c05a6f3 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6703 +Version: 2.4.6709 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index 97e985a..c81db06 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,8 @@ +ISF 2.4.6709 : + 1. fix candidate window stacking bug + 2. Add smack rule for dbus + + ISF 2.4.6703 : 1. keyboard setting view should be changed according to H/W keyboard connection 2. check return value of pkgmgr function -- 2.7.4