From: Jihoon Kim Date: Tue, 7 May 2013 07:08:30 +0000 (+0900) Subject: upload isf-2.4.6507 X-Git-Tag: accepted/tizen/20130520.101415~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f6ab55d2fefc622d0ae5c7022b3af69d5720aa9;p=platform%2Fcore%2Fuifw%2Fisf.git upload isf-2.4.6507 Change-Id: I5c05f7877f35c95077c430e94a65070e4d0394ec --- diff --git a/configure.ac b/configure.ac index 83a3987..9cb9c2a 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.6506, isf@samsung.com) +AC_INIT(isf, 2.4.6507, 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=6506 +ISF_MICRO_VERSION=6507 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index 8ed437a..922a3b3 100755 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,8 +3,8 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6506 -Release: 2 +Version: 2.4.6507 +Release: 1 Group: System Environment/Libraries License: LGPL Source0: %{name}-%{version}.tar.gz diff --git a/releasenote.txt b/releasenote.txt index 1e0655b..576c20d 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,7 @@ +ISF 2.4.6507 : + 1. [immodule] fix bug show request was ignored after input panel hide is called but hide state callback wasn't called + + ISF 2.4.6506 : 1. [immodule] fix crash issue if cursor position value is more than the length of surrounding text 2. [immodule] fix autoperiod bug