From bfe412f8455f16bd9f3190045473114237b87982 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 19 Jul 2013 14:29:25 +0900 Subject: [PATCH] upload isf-2.4.6719 Change-Id: I466d59cecc727f877bcb74cd11b23b9d157670ec --- configure.ac | 4 ++-- packaging/isf.changes | 3 +++ packaging/isf.spec | 4 ++-- releasenote.txt | 4 ++++ 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 00fdc8b..cf146ef 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.6717, isf@samsung.com) +AC_INIT(isf, 2.4.6719, 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=6717 +ISF_MICRO_VERSION=6719 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index c113e09..9aa7ac8 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,6 @@ +* Fri Jul 19 2013 Jihoon Kim submit/tizen_2.2/20130717.073813@595f2e8 +- check candidate window status on OFF_PREPARE + * Wed Jul 17 2013 Jihoon Kim submit/tizen_2.2/20130717.070759@07c7a28 - check ise_show status in settle function diff --git a/packaging/isf.spec b/packaging/isf.spec index 4105759..d5d0201 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,8 +3,8 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6717 -Release: 2 +Version: 2.4.6719 +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 848e465..a1cbbb4 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,7 @@ +ISF 2.4.6719 : + 1. [panel] check candidate window status on OFF_PREPARE + + ISF 2.4.6717 : 1. [panel] Add window angle for get_ise_geometry 2. [panel] check ise_show status in settle function -- 2.7.4