upload isf-2.4.7517 77/31577/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 17 Mar 2014 10:19:58 +0000 (19:19 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Sat, 6 Dec 2014 08:56:16 +0000 (17:56 +0900)
Change-Id: Ia50d2605c8bd2a90e643b4ceed82d9b679682e43

configure.ac
packaging/isf.spec
releasenote.txt

index e0c8c7c..aa2d4cb 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.7510, isf@samsung.com)
+AC_INIT(isf, 2.4.7517, 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=7510
+ISF_MICRO_VERSION=7517
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 140a723..71b7ff8 100644 (file)
@@ -1,7 +1,7 @@
 %bcond_with wayland
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.7510
+Version:    2.4.7517
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index d8ab94e..0fba121 100644 (file)
@@ -1,3 +1,12 @@
+ISF 2.4.7517 :
+ 1. Add API to get the number of S/W or H/W keyboard ISEs
+ 2. [demo] unselect menu item when pressing menu
+ 3. Refactoring ise selector code
+ 4. Add isf_control_show_ise_selector API
+ 5. Correct build error
+ 6. added hotkeys in the config file for hiding ise
+
+
 ISF 2.4.7510 :
  1. Support conditional build about minicontrol
  2. Writing description about some APIs in scim_helper.h