upload isf-2.4.7510 20/31520/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 10 Mar 2014 09:39:08 +0000 (18:39 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 5 Dec 2014 12:29:05 +0000 (21:29 +0900)
Change-Id: I7b57f76cb1f88de2aa6068fc44eb05651149c7aa

configure.ac
packaging/isf.spec
releasenote.txt

index 415bffe..e0c8c7c 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.7426, isf@samsung.com)
+AC_INIT(isf, 2.4.7510, isf@samsung.com)
 AC_CONFIG_SRCDIR([ism/src/scim.h])
 
 ###########################################################
@@ -10,7 +10,7 @@ AC_CONFIG_SRCDIR([ism/src/scim.h])
 # ISF version
 ISF_MAJOR_VERSION=2
 ISF_MINOR_VERSION=4
-ISF_MICRO_VERSION=7426
+ISF_MICRO_VERSION=7510
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 19bcdf0..140a723 100644 (file)
@@ -1,8 +1,8 @@
 %bcond_with wayland
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.7426
-Release:    2
+Version:    2.4.7510
+Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
 Source0:    %{name}-%{version}.tar.gz
index 96ffca9..d8ab94e 100644 (file)
@@ -1,3 +1,14 @@
+ISF 2.4.7510 :
+ 1. Support conditional build about minicontrol
+ 2. Writing description about some APIs in scim_helper.h
+ 3. Add preload keyboard ise feature
+ 4. Use appropriate return value enum type of callback func registered by ecore_event_handler_add
+ 5. Allow NULL pointer in isf_control_get_ise_info_and_module_name if programmer is not interested in
+ 6. Launch ISE on request
+ 7. fix event type in ecore key event handler
+ 8. Add aul in smack rule
+
+
 ISF 2.4.7426 :
  1. [panel] check NULL or not before deleting object
  2. Fix API description error