From: Jihoon Kim Date: Mon, 17 Mar 2014 10:19:58 +0000 (+0900) Subject: upload isf-2.4.7517 X-Git-Tag: submit/tizen/20150128.083920~197 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86b8b360595e81dd3a8c2b59c7e4259e70ffd85a;p=platform%2Fcore%2Fuifw%2Fisf.git upload isf-2.4.7517 Change-Id: Ia50d2605c8bd2a90e643b4ceed82d9b679682e43 --- diff --git a/configure.ac b/configure.ac index e0c8c7c..aa2d4cb 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.7510, isf@samsung.com) +AC_INIT(isf, 2.4.7517, 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=7510 +ISF_MICRO_VERSION=7517 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index 140a723..71b7ff8 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -1,7 +1,7 @@ %bcond_with wayland Name: isf Summary: Input Service Framework -Version: 2.4.7510 +Version: 2.4.7517 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index d8ab94e..0fba121 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,12 @@ +ISF 2.4.7517 : + 1. Add API to get the number of S/W or H/W keyboard ISEs + 2. [demo] unselect menu item when pressing menu + 3. Refactoring ise selector code + 4. Add isf_control_show_ise_selector API + 5. Correct build error + 6. added hotkeys in the config file for hiding ise + + ISF 2.4.7510 : 1. Support conditional build about minicontrol 2. Writing description about some APIs in scim_helper.h