upload isf-2.4.6709 55/17455/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 9 Jul 2013 06:52:50 +0000 (15:52 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 01:44:39 +0000 (10:44 +0900)
Change-Id: Id5567122f918de81a93dc6fb065516c7dd63941f

configure.ac
packaging/isf.changes
packaging/isf.spec
releasenote.txt

index 9209d8c..36feed9 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.6703, isf@samsung.com)
+AC_INIT(isf, 2.4.6709, 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=6703
+ISF_MICRO_VERSION=6709
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 6dd9eb6..bf95542 100644 (file)
@@ -1,3 +1,8 @@
+* Tue Jul 09 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130703.084619@eead613
+- fix candidate window stacking bug
+- Add smack rule for dbus
+- upload isf-2.4.6703
+
 * Wed Jul 03 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130703.000910@b0ee9f0
 - keyboard setting view should be changed according to H/W keyboard connection
 - check return value of pkgmgr function
index 5e15c48..c05a6f3 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6703
+Version:    2.4.6709
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index 97e985a..c81db06 100644 (file)
@@ -1,3 +1,8 @@
+ISF 2.4.6709 :
+ 1. fix candidate window stacking bug
+ 2. Add smack rule for dbus
+
+
 ISF 2.4.6703 :
  1. keyboard setting view should be changed according to H/W keyboard connection
  2. check return value of pkgmgr function