upload isf-2.4.7104 96/17696/1 accepted/tizen_generic accepted/tizen/generic/20140310.074606 submit/tizen/20140310.020845
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 4 Nov 2013 06:22:32 +0000 (15:22 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 11:30:45 +0000 (20:30 +0900)
Change-Id: Ic86fd4237f625854c6c58b2eb78c352ae3c704cd

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

index 01e0d6a..7402152 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.7102, isf@samsung.com)
+AC_INIT(isf, 2.4.7104, 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=7102
+ISF_MICRO_VERSION=7104
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 75d85d2..975a942 100644 (file)
@@ -1,3 +1,6 @@
+* Mon Nov 04 2013 Jihoon Kim <jihoon48.kim@samsung.com> accepted/tizen_2.2/20131101.010032@b1e5aa2
+- increase retry count to to call XOpenDisplay in X11 frontend
+
 * Sat Nov 02 2013 Ji-hoon Lee <dalton.lee@samsung.com> accepted/tizen_2.2/20131101.010032@7ede534
 - Removed setsid() function from ise_preexec
 
index a4020b9..73f5a0e 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.7102
+Version:    2.4.7104
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index ad05775..a143a0b 100644 (file)
@@ -1,3 +1,7 @@
+isf 2.4.7104 :
+ 1. increase retry count to to call XOpenDisplay in X11 frontend
+
+
 isf 2.4.7102 :
  1. Removed setsid() function from ise_preexec