From e945fc74b60065aeb0f7eee8441b1977279508d0 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Sat, 13 Apr 2013 10:17:06 +0900 Subject: [PATCH] upload isf-2.4.6413 Change-Id: Id754c240393a48aed154377b71c90bb798e72dd0 --- configure.ac | 4 ++-- packaging/isf.spec | 2 +- releasenote.txt | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index ff03347..6362e5c 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.6412, isf@samsung.com) +AC_INIT(isf, 2.4.6413, 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=6412 +ISF_MICRO_VERSION=6413 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index d2959dc..cf52c8a 100755 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ Name: isf Summary: Input Service Framework -Version: 2.4.6412 +Version: 2.4.6413 Release: 1 Group: System Environment/Libraries License: LGPL diff --git a/releasenote.txt b/releasenote.txt index bd97326..f7e4674 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,8 @@ +ISF 2.4.6413 : + 1. [setting] use eina_strbuf_trim instead of eina_strbuf_replace_all + 2. [panel] fix prevent issue + + ISF 2.4.6412 : 1. [immodule] fix prevent issue 2. [setting] modify CSC filename and keyname -- 2.7.4