From: Jihoon Kim Date: Fri, 9 May 2014 05:48:58 +0000 (+0900) Subject: upload isf-2.4.7709 X-Git-Tag: submit/tizen/20150128.083920~170 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F31607%2F1;p=platform%2Fcore%2Fuifw%2Fisf.git upload isf-2.4.7709 Change-Id: Ib9585c3ae07ae3f2882fab51938d09b12167bc8f --- diff --git a/configure.ac b/configure.ac index a5790ac..941b06e 100755 --- a/configure.ac +++ b/configure.ac @@ -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.7618, isf@samsung.com) +AC_INIT(isf, 2.4.7709, isf@samsung.com) AC_CONFIG_SRCDIR([ism/src/scim.h]) ########################################################### @@ -10,7 +10,7 @@ AC_CONFIG_SRCDIR([ism/src/scim.h]) # ISF version ISF_MAJOR_VERSION=2 ISF_MINOR_VERSION=4 -ISF_MICRO_VERSION=7618 +ISF_MICRO_VERSION=7709 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index 0681b5f..c6529bd 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -1,7 +1,7 @@ %bcond_with wayland Name: isf Summary: Input Service Framework -Version: 2.4.7618 +Version: 2.4.7709 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index aaa2b92..1950ccd 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,15 @@ +ISF 2.4.7709 : + 1. fix build error in no minicontrol library environment + 2. Set smack for Web IME + 3. Fix minicontrol layout + 4. Monitor Web IME install/uninstall/update and update engine list + 5. Fix _default_instance double free bug + 6. Fix bug infinite connection logs are found in no helper module + 7. Remove unnecessary repetition if the size of helpers is equal to 0 + 8. Add ecore loop into frontend + 9. Set FD_CLOEXEC to release FD on exec + + ISF 2.4.7618 : 1. [panel] Make minicontrol be transparent 2. [panel] remove unused variables