From 2e4818ed61a19ba21525a007a061dad5929b4e0e Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 19 Oct 2012 14:06:42 +0900 Subject: [PATCH] Remove request field in manifest according to the security team's request Change-Id: Ifc7306fc9f4375ffee2dc9efda771aacf0493d40 --- configure.ac | 4 ++-- debian/changelog | 8 ++++++++ isf.manifest | 10 ---------- packaging/isf.spec | 4 ++-- releasenote.txt | 4 ++++ 5 files changed, 16 insertions(+), 14 deletions(-) diff --git a/configure.ac b/configure.ac index 656e47b..1d0f086 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.5818, isf@samsung.com) +AC_INIT(isf, 2.3.5819, 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=5818 +ISF_MICRO_VERSION=5819 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/debian/changelog b/debian/changelog index f920c79..ad4e870 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +isf (2.3.5819-1slp2+1) unstable; urgency=low + + * Remove request field in manifest according to the security team's request + * Git: framework/uifw/isf + * Tag: isf_2.3.5819-1slp2+1 + + -- Jihoon Kim Fri, 19 Oct 2012 13:51:53 +0900 + isf (2.3.5818-1slp2+1) unstable; urgency=low * remove heynoti about hibernation diff --git a/isf.manifest b/isf.manifest index 2414517..2d5e8d8 100755 --- a/isf.manifest +++ b/isf.manifest @@ -1,16 +1,6 @@ - - - - - - - - - - diff --git a/packaging/isf.spec b/packaging/isf.spec index b43ebd3..aa41aef 100755 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -1,10 +1,10 @@ -#sbs-git:framework/uifw/isf isf 2.3.5818 07f2b65224e6cef5cd6799065bb01fa656bc115e +#sbs-git:framework/uifw/isf isf 2.3.5819 07f2b65224e6cef5cd6799065bb01fa656bc115e %define _usrdir /usr %define _ugdir %{_usrdir}/ug Name: isf Summary: Input Service Framework -Version: 2.3.5818 +Version: 2.3.5819 Release: 2 Group: TO_BE/FILLED_IN License: LGPL diff --git a/releasenote.txt b/releasenote.txt index 243dff7..8250698 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,7 @@ +ISF 2.3.5819 : + 1. Remove request field in the manifest according to the security team's request + + ISF 2.3.5818 : 1. Remove heynoti about hibernation 2. Fix po files -- 2.7.4