upload isf-2.4.6925 80/17580/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 25 Sep 2013 01:32:00 +0000 (10:32 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 02:34:54 +0000 (11:34 +0900)
Change-Id: I2b3a391aad8bc59afd5a3f44d08e45ce2fa3836c

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

index 8c8d839..11c8746 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.6924, isf@samsung.com)
+AC_INIT(isf, 2.4.6925, 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=6924
+ISF_MICRO_VERSION=6925
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 1ef285f..1f01f5d 100644 (file)
@@ -1,3 +1,8 @@
+* Wed Sep 25 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130924.051447@0b43651
+- fix flicker problem in setting
+- fix bug H/W keyboard selection is enabled after disconnecting H/W keyboard
+- check NULL pointer before accessing pointer
+
 * 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
index 33e9c63..2329350 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6924
+Version:    2.4.6925
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index d169922..c3cb7cf 100644 (file)
@@ -1,3 +1,9 @@
+ISF 2.4.6925 :
+ 1. fix flicker problem in setting
+ 2. fix bug H/W keyboard selection is enabled after disconnecting H/W keyboard
+ 3. check NULL pointer before accessing pointer
+
+
 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