upload isf-2.4.6716 74/17474/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 16 Jul 2013 08:59:03 +0000 (17:59 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 02:03:08 +0000 (11:03 +0900)
Change-Id: Icdebf924b81a82783d056df44fd6e4cf71c23b46

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

index 2a6e206..19aa713 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.6715, isf@samsung.com)
+AC_INIT(isf, 2.4.6716, 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=6715
+ISF_MICRO_VERSION=6716
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 84016de..91d806b 100644 (file)
@@ -1,3 +1,7 @@
+* Tue Jul 16 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130715.051408@17c9863
+- remove _candidate_angle change code in get_ise_geometry
+- change candidate window max value
+
 * Mon Jul 15 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130712.045645@dc286d3
 - Use dlog instead of std::cerr
 - [panel] fix unchecked return value
index 9ba32ba..958f5c7 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6715
+Version:    2.4.6716
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index f6afa94..26b646c 100644 (file)
@@ -1,3 +1,8 @@
+ISF 2.4.6716 :
+ 1. [panel] remove _candidate_angle change code in get_ise_geometry
+ 2. [panel] change candidate window max value
+
+
 ISF 2.4.6715 :
  1. Use dlog instead of std::cerr
  2. [panel] fix unchecked return value