From: Jihoon Kim Date: Wed, 25 Sep 2013 01:32:00 +0000 (+0900) Subject: upload isf-2.4.6925 X-Git-Tag: accepted/tizen/generic/20140310.074606~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=214927396fd2034a2e63a43cb28c35cf82182927;p=platform%2Fcore%2Fuifw%2Fisf.git upload isf-2.4.6925 Change-Id: I2b3a391aad8bc59afd5a3f44d08e45ce2fa3836c --- diff --git a/configure.ac b/configure.ac index 8c8d839..11c8746 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.6924, isf@samsung.com) +AC_INIT(isf, 2.4.6925, isf@samsung.com) AC_CONFIG_SRCDIR([ism/src/scim.h]) m4_pattern_allow([^AS_]) @@ -11,7 +11,7 @@ m4_pattern_allow([^AS_]) # ISF version ISF_MAJOR_VERSION=2 ISF_MINOR_VERSION=4 -ISF_MICRO_VERSION=6924 +ISF_MICRO_VERSION=6925 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.changes b/packaging/isf.changes index 1ef285f..1f01f5d 100644 --- a/packaging/isf.changes +++ b/packaging/isf.changes @@ -1,3 +1,8 @@ +* Wed Sep 25 2013 Jihoon Kim submit/tizen_2.2/20130924.051447@0b43651 +- fix flicker problem in setting +- fix bug H/W keyboard selection is enabled after disconnecting H/W keyboard +- check NULL pointer before accessing pointer + * Tue Sep 24 2013 Li Zhang submit/tizen_2.2/20130923.021825@db7da88 - Replace SocketConfig reload with HelperAgent reload - [immodule] Save current active X window ID in focus-in for candidate window diff --git a/packaging/isf.spec b/packaging/isf.spec index 33e9c63..2329350 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6924 +Version: 2.4.6925 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index d169922..c3cb7cf 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,9 @@ +ISF 2.4.6925 : + 1. fix flicker problem in setting + 2. fix bug H/W keyboard selection is enabled after disconnecting H/W keyboard + 3. check NULL pointer before accessing pointer + + ISF 2.4.6924 : 1. Replace SocketConfig reload with HelperAgent reload 2. [immodule] Save current active X window ID in focus-in for candidate window