From: Jihoon Kim Date: Tue, 16 Jul 2013 08:59:03 +0000 (+0900) Subject: upload isf-2.4.6716 X-Git-Tag: accepted/tizen/generic/20140310.074606~161 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F74%2F17474%2F1;p=platform%2Fcore%2Fuifw%2Fisf.git upload isf-2.4.6716 Change-Id: Icdebf924b81a82783d056df44fd6e4cf71c23b46 --- 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