From 1a6f7bfb0b4b177006209dc6c5a7ab45c23d52f9 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 29 Jul 2013 14:44:27 +0900 Subject: [PATCH] upload isf-2.4.6729 Change-Id: I25337c9632fac17cd5759da351954aad53c6b72e --- configure.ac | 4 ++-- packaging/isf.changes | 3 +++ packaging/isf.spec | 2 +- releasenote.txt | 4 ++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 24b6809..c03a882 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.6725, isf@samsung.com) +AC_INIT(isf, 2.4.6729, 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=6725 +ISF_MICRO_VERSION=6729 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index a3d81df..35ab5d9 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,6 @@ +* Mon Jul 29 2013 Jihoon Kim submit/tizen_2.2/20130725.015848@e390813 +- Disabled auto_throttle feature + * Thu Jul 25 2013 Jihoon Kim submit/tizen_2.2/20130719.104759@59c7640 - fix crash because of invalid show request input context - fix crash issue on OSP application diff --git a/packaging/isf.spec b/packaging/isf.spec index 26ba7ae..d2cdbab 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6725 +Version: 2.4.6729 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index 92dcc00..92cd97a 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,7 @@ +ISF 2.4.6729 : + 1. [panel] Disabled auto_throttle feature + + ISF 2.4.6725 : 1. [immodule] fix crash because of invalid show request input context 2. [immodule] fix crash issue on OSP application -- 2.7.4