From: Jihoon Kim Date: Thu, 10 Apr 2014 09:08:10 +0000 (+0900) Subject: upload isf-2.4.7610 X-Git-Tag: submit/tizen/20150128.083920~182 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d587bdb515281c1757a5e067d2a5242ccbd70bb;p=platform%2Fcore%2Fuifw%2Fisf.git upload isf-2.4.7610 Change-Id: I7edb18d855d1efea34bf1ceb8e647502183a83a8 --- diff --git a/configure.ac b/configure.ac index ab0a3850..dc1f6be4 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.7609, isf@samsung.com) +AC_INIT(isf, 2.4.7610, isf@samsung.com) AC_CONFIG_SRCDIR([ism/src/scim.h]) ########################################################### @@ -10,7 +10,7 @@ AC_CONFIG_SRCDIR([ism/src/scim.h]) # ISF version ISF_MAJOR_VERSION=2 ISF_MINOR_VERSION=4 -ISF_MICRO_VERSION=7609 +ISF_MICRO_VERSION=7610 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index 245f4f17..bb8ed021 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -1,8 +1,8 @@ %bcond_with wayland Name: isf Summary: Input Service Framework -Version: 2.4.7609 -Release: 2 +Version: 2.4.7610 +Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 Source0: %{name}-%{version}.tar.gz diff --git a/releasenote.txt b/releasenote.txt index 2fc7b988..540e2227 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,7 @@ +ISF 2.4.7610 : + 1. changed the obtaining time of input window + + ISF 2.4.7609 : 1. Support conditional build related to ui-gadget library 2. Support conditional build about notification library