From b6cf858a3bdd23576073f9e77a877336752c8288 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 16 Jul 2013 17:59:03 +0900 Subject: [PATCH] upload isf-2.4.6716 Change-Id: Icdebf924b81a82783d056df44fd6e4cf71c23b46 --- configure.ac | 4 ++-- packaging/isf.changes | 4 ++++ packaging/isf.spec | 2 +- releasenote.txt | 5 +++++ 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 2a6e206..19aa713 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.6715, isf@samsung.com) +AC_INIT(isf, 2.4.6716, 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=6715 +ISF_MICRO_VERSION=6716 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index 84016de..91d806b 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,7 @@ +* Tue Jul 16 2013 Jihoon Kim submit/tizen_2.2/20130715.051408@17c9863 +- remove _candidate_angle change code in get_ise_geometry +- change candidate window max value + * Mon Jul 15 2013 Jihoon Kim submit/tizen_2.2/20130712.045645@dc286d3 - Use dlog instead of std::cerr - [panel] fix unchecked return value diff --git a/packaging/isf.spec b/packaging/isf.spec index 9ba32ba..958f5c7 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6715 +Version: 2.4.6716 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index f6afa94..26b646c 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,8 @@ +ISF 2.4.6716 : + 1. [panel] remove _candidate_angle change code in get_ise_geometry + 2. [panel] change candidate window max value + + ISF 2.4.6715 : 1. Use dlog instead of std::cerr 2. [panel] fix unchecked return value -- 2.7.4