From b926d82140e32774cc1ea9071c4b7344a0174137 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 4 Nov 2013 15:22:32 +0900 Subject: [PATCH] upload isf-2.4.7104 Change-Id: Ic86fd4237f625854c6c58b2eb78c352ae3c704cd --- 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 01e0d6a..7402152 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.7102, isf@samsung.com) +AC_INIT(isf, 2.4.7104, 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=7102 +ISF_MICRO_VERSION=7104 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index 75d85d2..975a942 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,6 @@ +* Mon Nov 04 2013 Jihoon Kim accepted/tizen_2.2/20131101.010032@b1e5aa2 +- increase retry count to to call XOpenDisplay in X11 frontend + * Sat Nov 02 2013 Ji-hoon Lee accepted/tizen_2.2/20131101.010032@7ede534 - Removed setsid() function from ise_preexec diff --git a/packaging/isf.spec b/packaging/isf.spec index a4020b9..73f5a0e 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.7102 +Version: 2.4.7104 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index ad05775..a143a0b 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,7 @@ +isf 2.4.7104 : + 1. increase retry count to to call XOpenDisplay in X11 frontend + + isf 2.4.7102 : 1. Removed setsid() function from ise_preexec -- 2.7.4