From: Jihoon Kim Date: Tue, 26 Mar 2013 06:36:21 +0000 (+0900) Subject: Upload isf-2.4.6326 X-Git-Tag: accepted/tizen_2.1/20130425.024739~56^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fe867d3a4292b85541d0754614afc56e4b452ad;p=platform%2Fcore%2Fuifw%2Fisf.git Upload isf-2.4.6326 Change-Id: I1d66bae3e3883f647a937a36c03b5fdf2bdcb475 --- diff --git a/configure.ac b/configure.ac index 75adc7c..bcd4d11 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.6322, isf@samsung.com) +AC_INIT(isf, 2.4.6326, 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=6322 +ISF_MICRO_VERSION=6326 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index 10bb83f..ba0a3e2 100755 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6322 +Version: 2.4.6326 Release: 1 Group: System Environment/Libraries License: LGPL diff --git a/releasenote.txt b/releasenote.txt index 25d3f23..4436921 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,10 @@ +ISF 2.4.6326 : + 1. [panel] Request to hide ISE before stop helper ISE + 2. [panel] fix default ISE launching issue + 3. [panel] add log in booting time + 4. set default input language in vconf + + ISF 2.4.6322 : 1. Add visibility gcc options