From: Jihoon Kim Date: Mon, 16 Sep 2013 22:47:05 +0000 (+0900) Subject: upload isf-2.4.6917 X-Git-Tag: accepted/tizen/generic/20140310.074606~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=468a785c80f20c3a44d1eaa9ee293b320db21f00;p=platform%2Fcore%2Fuifw%2Fisf.git upload isf-2.4.6917 Change-Id: I9f5e0714ece1d6aba75e81e674c169ad1e61795b --- diff --git a/configure.ac b/configure.ac index 52fbe08..49add35 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.6916, isf@samsung.com) +AC_INIT(isf, 2.4.6917, 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=6916 +ISF_MICRO_VERSION=6917 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index c3a70cd..eb3dfc5 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,7 @@ +* Tue Sep 17 2013 Jihoon Kim submit/tizen_2.2/20130916.060443@132356a +- [isfsetting] fix N_SE-52363 +- fix bug hide event callback wasn't called when context is deleted + * Mon Sep 16 2013 Jihoon Kim submit/tizen_2.2/20130910.054608@b126aba - remove code to send will_show_ack - changed logic location of checking pre_uuid diff --git a/packaging/isf.spec b/packaging/isf.spec index adcd14f..45e879c 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6916 +Version: 2.4.6917 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index c31a1e2..122a862 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,8 @@ +ISF 2.4.6917 : + 1. [isfsetting] fix N_SE-52363 + 2. fix bug hide event callback wasn't called when context is deleted + + ISF 2.4.6916 : 1. remove code to send will_show_ack 2. changed logic location of checking pre_uuid