upload isf-2.4.6703 52/17452/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 3 Jul 2013 08:46:10 +0000 (17:46 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 01:44:18 +0000 (10:44 +0900)
Change-Id: If61bfc2cb0bad9631208adea2ae43897db37c0df

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

index 9cf0f63..9209d8c 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.6702, isf@samsung.com)
+AC_INIT(isf, 2.4.6703, 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=6702
+ISF_MICRO_VERSION=6703
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 38e8b8a..6dd9eb6 100644 (file)
@@ -1,3 +1,8 @@
+* 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
+- upload isf-2.4.6702
+
 * Tue Jul 02 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130628.112408@69fa176
 - Add smack rule
 - [immodule] fix indentation
index b37b32f..5e15c48 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6702
+Version:    2.4.6703
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index c8e846d..97e985a 100644 (file)
@@ -1,3 +1,8 @@
+ISF 2.4.6703 :
+ 1. keyboard setting view should be changed according to H/W keyboard connection
+ 2. check return value of pkgmgr function
+
+
 ISF 2.4.6702 :
  1. Add smack rule