From 0a05e58121e666189f9b4e9ff1015df1f7b361ec Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Sat, 2 Nov 2013 15:41:05 +0900 Subject: [PATCH] upload isf-2.4.7102 Change-Id: I9ffe7a67d6a1900a99d9839c4d6f2b57fd6a6d05 --- 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 1483fab..01e0d6a 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.7031, isf@samsung.com) +AC_INIT(isf, 2.4.7102, 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=7031 +ISF_MICRO_VERSION=7102 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index 82ec2cc..75d85d2 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,6 @@ +* Sat Nov 02 2013 Ji-hoon Lee accepted/tizen_2.2/20131101.010032@7ede534 +- Removed setsid() function from ise_preexec + * Thu Oct 31 2013 Haifeng Deng accepted/tizen_2.2/20131029.090101@21432c5 - [isf-panel-efl] Fix load OSP IME crash issue - Add monitor for OSP IME diff --git a/packaging/isf.spec b/packaging/isf.spec index 10f7817..a4020b9 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.7031 +Version: 2.4.7102 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index ef0a300..ad05775 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,7 @@ +isf 2.4.7102 : + 1. Removed setsid() function from ise_preexec + + ISF 2.4.7031 : 1. Add monitor for OSP IME -- 2.7.4