From 018fa6077ea299906c0ac0e4803639445152bcbb Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 17 Apr 2013 19:03:06 +0900 Subject: [PATCH] upload isf-2.4.6417 Change-Id: If5fee7b43393523301379c3ec915f7390a83295a --- configure.ac | 4 ++-- packaging/isf.spec | 2 +- releasenote.txt | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 1b61427..e33dfd8 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.6416, isf@samsung.com) +AC_INIT(isf, 2.4.6417, 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=6416 +ISF_MICRO_VERSION=6417 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index ade3371..6a98354 100755 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6416 +Version: 2.4.6417 Release: 1 Group: System Environment/Libraries License: LGPL diff --git a/releasenote.txt b/releasenote.txt index c5fa85a..1afd7fc 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,9 @@ +ISF 2.4.6417 : + 1. [immodule] Make sure we call ecore_x_init/shutdown when we use ecore_x functions. + 2. [setting] add searching ime app setup module for osp + 3. [panel] change more and close button image when ui_candidate_show called + + ISF 2.4.6416 : 1. manage show request control id for comparing hide request 2. [panel] reduce timeout for destroying candidate window -- 2.7.4