summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Kim <jihoon48.kim@samsung.com>2014-03-17 19:19:58 +0900
committerJihoon Kim <jihoon48.kim@samsung.com>2014-12-06 17:56:16 +0900
commit86b8b360595e81dd3a8c2b59c7e4259e70ffd85a (patch)
treedc7820637496f19ad8b3f5af759ac7093ce5be54
parent5b4630f044dc8e1418929a2473640ca2f5fabd59 (diff)
downloadisf-86b8b360595e81dd3a8c2b59c7e4259e70ffd85a.tar.gz
isf-86b8b360595e81dd3a8c2b59c7e4259e70ffd85a.tar.bz2
isf-86b8b360595e81dd3a8c2b59c7e4259e70ffd85a.zip
upload isf-2.4.7517
Change-Id: Ia50d2605c8bd2a90e643b4ceed82d9b679682e43
-rwxr-xr-xconfigure.ac4
-rw-r--r--packaging/isf.spec2
-rw-r--r--releasenote.txt9
3 files changed, 12 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e0c8c7cc..aa2d4cbf 100755
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/packaging/isf.spec b/packaging/isf.spec
index 140a7234..71b7ff85 100644
--- a/packaging/isf.spec
+++ b/packaging/isf.spec
@@ -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
diff --git a/releasenote.txt b/releasenote.txt
index d8ab94e2..0fba121d 100644
--- a/releasenote.txt
+++ b/releasenote.txt
@@ -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