upload isf-2.4.6711 61/17461/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 11 Jul 2013 00:02:23 +0000 (09:02 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 01:57:09 +0000 (10:57 +0900)
Change-Id: Ieddb4dfbf5f5d25856ccd136524ddb71e14c7514

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

index 36feed9..398c30d 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.6709, isf@samsung.com)
+AC_INIT(isf, 2.4.6711, 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=6709
+ISF_MICRO_VERSION=6711
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index bf95542..c1bdbd0 100644 (file)
@@ -1,3 +1,8 @@
+* Thu Jul 11 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130709.065255@552cf9e
+- check hardware mode before back hw_keyboard_selection_view_set_cb
+- Add dbus smack rule for setting UG
+- [setting] update current keyboard engine on on_resume
+
 * 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
index c05a6f3..0fa85a5 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6709
+Version:    2.4.6711
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index c81db06..b8b91eb 100644 (file)
@@ -1,3 +1,9 @@
+ISF 2.4.6711 :
+ 1. Add dbus smack rule for setting UG
+ 2. [setting] update current keyboard engine on on_resume
+ 3. [setting] check hardware mode before back hw_keyboard_selection_view_set_cb
+
+
 ISF 2.4.6709 :
  1. fix candidate window stacking bug
  2. Add smack rule for dbus