# 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.6326, isf@samsung.com)
+AC_INIT(isf, 2.4.6329, isf@samsung.com)
AC_CONFIG_SRCDIR([ism/src/scim.h])
m4_pattern_allow([^AS_])
# ISF version
ISF_MAJOR_VERSION=2
ISF_MINOR_VERSION=4
-ISF_MICRO_VERSION=6326
+ISF_MICRO_VERSION=6329
ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
SCIM_DEBUG_FRONTEND(1) << __FUNCTION__ << "...\n";
if (fd_handler == _panel_iochannel_read_handler) {
- if (!_panel_client.filter_event ()) {
+ if (_panel_client.has_pending_event () && !_panel_client.filter_event ()) {
panel_finalize ();
panel_initialize ();
return ECORE_CALLBACK_CANCEL;
Name: isf
Summary: Input Service Framework
-Version: 2.4.6326
-Release: 2
+Version: 2.4.6329
+Release: 1
Group: System Environment/Libraries
License: LGPL
Source0: %{name}-%{version}.tar.gz
+ISF 2.4.6329 :
+ 1. [immodule] reset input panel state if state callback will not be called in 5 seconds
+ 2. [panel] fix rotation error of candidate window
+ 3. Fix socket read timeout
+
+
ISF 2.4.6326 :
1. [panel] Request to hide ISE before stop helper ISE
2. [panel] fix default ISE launching issue