upload isf-2.4.7102 94/17694/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Sat, 2 Nov 2013 06:41:05 +0000 (15:41 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 11:29:52 +0000 (20:29 +0900)
Change-Id: I9ffe7a67d6a1900a99d9839c4d6f2b57fd6a6d05

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

index 1483fab..01e0d6a 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.7031, isf@samsung.com)
+AC_INIT(isf, 2.4.7102, 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=7031
+ISF_MICRO_VERSION=7102
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 82ec2cc..75d85d2 100644 (file)
@@ -1,3 +1,6 @@
+* Sat Nov 02 2013 Ji-hoon Lee <dalton.lee@samsung.com> accepted/tizen_2.2/20131101.010032@7ede534
+- Removed setsid() function from ise_preexec
+
 * Thu Oct 31 2013 Haifeng Deng <haifeng.deng@samsung.com> accepted/tizen_2.2/20131029.090101@21432c5
 - [isf-panel-efl] Fix load OSP IME crash issue
 - Add monitor for OSP IME
index 10f7817..a4020b9 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.7031
+Version:    2.4.7102
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index ef0a300..ad05775 100644 (file)
@@ -1,3 +1,7 @@
+isf 2.4.7102 :
+ 1. Removed setsid() function from ise_preexec
+
+
 ISF 2.4.7031 :
  1. Add monitor for OSP IME