Upload isf-2.4.6924 64/17564/1
authorLi Zhang <li2012.zhang@samsung.com>
Tue, 24 Sep 2013 03:34:37 +0000 (11:34 +0800)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 02:29:38 +0000 (11:29 +0900)
Change-Id: If7e32cd4c593c81a82c88804760f4236d3d1f290

configure.ac
packaging/isf.changes
packaging/isf.spec
releasenote.txt

index 926cc44..8c8d839 100755 (executable)
@@ -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
 
index 1d9ae6f..1ef285f 100644 (file)
@@ -1,3 +1,7 @@
+* Tue Sep 24 2013 Li Zhang <li2012.zhang@samsung.com> 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 <jihoon48.kim@samsung.com> submit/tizen_2.2/20130916.225857@e64feee
 - initialize current helper uuid when stop_helper () is called
 
index e657a5a..33e9c63 100644 (file)
@@ -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
index bb68348..d169922 100644 (file)
@@ -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