From 5e63b654ebd34c0aebe76ba95594a888faf412b0 Mon Sep 17 00:00:00 2001 From: Li Zhang Date: Tue, 24 Sep 2013 11:34:37 +0800 Subject: [PATCH] Upload isf-2.4.6924 Change-Id: If7e32cd4c593c81a82c88804760f4236d3d1f290 --- configure.ac | 4 ++-- packaging/isf.changes | 4 ++++ packaging/isf.spec | 2 +- releasenote.txt | 5 +++++ 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 926cc44..8c8d839 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.6923, isf@samsung.com) +AC_INIT(isf, 2.4.6924, 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=6923 +ISF_MICRO_VERSION=6924 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index 1d9ae6f..1ef285f 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,7 @@ +* Tue Sep 24 2013 Li Zhang submit/tizen_2.2/20130923.021825@db7da88 +- Replace SocketConfig reload with HelperAgent reload +- [immodule] Save current active X window ID in focus-in for candidate window + * Mon Sep 23 2013 Jihoon Kim submit/tizen_2.2/20130916.225857@e64feee - initialize current helper uuid when stop_helper () is called diff --git a/packaging/isf.spec b/packaging/isf.spec index e657a5a..33e9c63 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6923 +Version: 2.4.6924 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index bb68348..d169922 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,8 @@ +ISF 2.4.6924 : + 1. Replace SocketConfig reload with HelperAgent reload + 2. [immodule] Save current active X window ID in focus-in for candidate window + + ISF 2.4.6923 : 1. initialize current helper uuid when stop_helper () is called -- 2.7.4