upload isf-2.4.6619 20/17420/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 19 Jun 2013 02:06:39 +0000 (11:06 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 01:32:03 +0000 (10:32 +0900)
Change-Id: I0c267dd757b26459736fb9a1f8a55be127f6ea3a

configure.ac
packaging/isf.spec
releasenote.txt

index ae88db9..7a4e091 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.6610, isf@samsung.com)
+AC_INIT(isf, 2.4.6619, 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=6610
+ISF_MICRO_VERSION=6619
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index dae9358..819b964 100644 (file)
@@ -3,8 +3,8 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6610
-Release:    2
+Version:    2.4.6619
+Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
 Source0:    %{name}-%{version}.tar.gz
index 458bcdb..687a65e 100644 (file)
@@ -1,3 +1,16 @@
+ISF 2.4.6619 :
+ 1. [immodule] fix issue IME is hidden late in application does heavy job
+ 2. [panel] Separated GEOMETRY_EVENT from set_keyboard_geometry_atom_info()
+ 3. [immodule] fix prevent issue
+ 4. [immodule] Added log for checking the render_flush time
+ 5. [immodule] fix BS issue when S/W keyboard selection is selected
+ 6. [immodule] fix bug focus-in message couldn't be transferred
+ 7. [immodule] remove unnecessary prepare and send
+ 8. [panel] Add screen reader feature
+ 9. [immodule] change DLOG tagname of immodule
+10. [SMACK] Move smack rule into separate rule file
+
+
 ISF 2.4.6610 :
  1. Revert "move hide timer from immodule to panel"
  2. Revert "Discard input keys that does not match with current ic value"