From 6fcfc9d1fa8c8a802cc473a2b0e01fa0148120b8 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 21 Nov 2012 19:56:08 +0900 Subject: [PATCH] create /etc/scim/conf directory for CSC Change-Id: I546d40885efc057793489b4574823141750498bf --- configure.ac | 4 ++-- debian/changelog | 8 ++++++++ packaging/isf.spec | 5 +++-- releasenote.txt | 6 ++++++ 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 2da3fde..9970c6a 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.3.5920, isf@samsung.com) +AC_INIT(isf, 2.3.5921, 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=3 -ISF_MICRO_VERSION=5920 +ISF_MICRO_VERSION=5921 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/debian/changelog b/debian/changelog index 4de92a8..0e72a77 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +isf (2.3.5921-1slp2+1) unstable; urgency=low + + * create /etc/scim/conf directory in advance for CSC + * Git: framework/uifw/isf + * Tag: isf_2.3.5921-1slp2+1 + + -- Jihoon Kim Wed, 21 Nov 2012 19:48:03 +0900 + isf (2.3.5920-1slp2+3) unstable; urgency=low * [isf-setting] fix information item layout problem * Git: framework/uifw/isf diff --git a/packaging/isf.spec b/packaging/isf.spec index c5dcdd8..45a2c28 100755 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -1,10 +1,10 @@ -#sbs-git:framework/uifw/isf isf 2.3.5920 07f2b65224e6cef5cd6799065bb01fa656bc115e +#sbs-git:framework/uifw/isf isf 2.3.5921 07f2b65224e6cef5cd6799065bb01fa656bc115e %define _usrdir /usr %define _ugdir %{_usrdir}/ug Name: isf Summary: Input Service Framework -Version: 2.3.5920 +Version: 2.3.5921 Release: 3 Group: TO_BE/FILLED_IN License: LGPL @@ -70,6 +70,7 @@ ln -s /etc/init.d/isf-panel-efl %{buildroot}%{_sysconfdir}/rc.d/rc4.d/S81isf-pan %post /sbin/ldconfig +mkdir -p /etc/scim/conf /usr/bin/vconftool set -t bool file/private/isf/autocapital_allow 1 -g 6514 || : /usr/bin/vconftool set -t bool file/private/isf/autoperiod_allow 0 -g 6514 || : diff --git a/releasenote.txt b/releasenote.txt index a2b76d5..f6135da 100755 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,9 @@ +ISF 2.3.5921 : + 1. [demo] Use virtualkeypad,state,* smart callback of conformant + 2. [demo] add a variety of layout in focus movement for test + 3. create /etc/scim/conf directory for CSC + + ISF 2.3.5920 : 1. [demo] add focus movement on pressing 'next' button 2. [isf-setting] format and clean source codes && fix information item layout problem -- 2.7.4