From ff7daa46124bb7a4a7d9e7bdcde80765b6f3e87f Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 12 Jul 2013 13:56:40 +0900 Subject: [PATCH] upload isf-2.4.6712 Change-Id: I868d98796a7fb5141534732558cc8c95b5cc9d59 --- configure.ac | 4 ++-- packaging/isf.changes | 6 ++++++ packaging/isf.spec | 2 +- releasenote.txt | 7 +++++++ 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 398c30d..3cd1e85 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.6711, isf@samsung.com) +AC_INIT(isf, 2.4.6712, 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=6711 +ISF_MICRO_VERSION=6712 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index c1bdbd0..9a6826c 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,9 @@ +* Fri Jul 12 2013 Jihoon Kim submit/tizen_2.2/20130711.000228@3df7f2f +- Fix wrong candidate angle affects the geometry of ISE +- Refined the routine for updating ISE size information +- Changed to relocate candidate window instead of hiding it when H/W keyboard attached +- check hardware keyboard status before set active ise + * Thu Jul 11 2013 Jihoon Kim submit/tizen_2.2/20130709.065255@552cf9e - check hardware mode before back hw_keyboard_selection_view_set_cb - Add dbus smack rule for setting UG diff --git a/packaging/isf.spec b/packaging/isf.spec index 0fa85a5..48be3ed 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6711 +Version: 2.4.6712 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index b8b91eb..6840a2f 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,10 @@ +ISF 2.4.6712 : + 1. Fix wrong candidate angle affects the geometry of ISE + 2. Refined the routine for updating ISE size information + 3. Changed to relocate candidate window instead of hiding it when H/W keyboard attached + 4. check hardware keyboard status before set active ise + + ISF 2.4.6711 : 1. Add dbus smack rule for setting UG 2. [setting] update current keyboard engine on on_resume -- 2.7.4