From 894afe1f6eda06f597b883dfd5cc3bd5475b200f Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 10 Mar 2014 18:39:08 +0900 Subject: [PATCH] upload isf-2.4.7510 Change-Id: I7b57f76cb1f88de2aa6068fc44eb05651149c7aa --- configure.ac | 4 ++-- packaging/isf.spec | 4 ++-- releasenote.txt | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 415bffe..e0c8c7c 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.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 diff --git a/packaging/isf.spec b/packaging/isf.spec index 19bcdf0..140a723 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -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 diff --git a/releasenote.txt b/releasenote.txt index 96ffca9..d8ab94e 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -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 -- 2.7.4