upload isf-2.4.6715 70/17470/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 15 Jul 2013 05:14:03 +0000 (14:14 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 02:00:20 +0000 (11:00 +0900)
Change-Id: Id659e9eb41b417189f861003ba0fea30ad7988c8

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

index 3cd1e85..2a6e206 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.6712, isf@samsung.com)
+AC_INIT(isf, 2.4.6715, 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=6712
+ISF_MICRO_VERSION=6715
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 9a6826c..84016de 100644 (file)
@@ -1,3 +1,8 @@
+* 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
+- [demo] Use ea_editfield
+
 * Fri Jul 12 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130711.000228@3df7f2f
 - Fix wrong candidate angle affects the geometry of ISE
 - Refined the routine for updating ISE size information
index 48be3ed..9ba32ba 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6712
+Version:    2.4.6715
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index 6840a2f..f6afa94 100644 (file)
@@ -1,3 +1,9 @@
+ISF 2.4.6715 :
+ 1. Use dlog instead of std::cerr
+ 2. [panel] fix unchecked return value
+ 3. [demo] Use ea_editfield
+
+
 ISF 2.4.6712 :
  1. Fix wrong candidate angle affects the geometry of ISE
  2. Refined the routine for updating ISE size information