From b80b0ed77b8dd31b9e003481445062f070a4db1b Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 9 Apr 2014 15:06:32 +0900 Subject: [PATCH] upload isf-2.4.7609 Change-Id: Iab40e860d681a465dac911c0895f10c9da69120f --- configure.ac | 4 ++-- packaging/isf.spec | 2 +- releasenote.txt | 11 +++++++++++ 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 450ac14..ab0a385 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.7528, isf@samsung.com) +AC_INIT(isf, 2.4.7609, 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=7528 +ISF_MICRO_VERSION=7609 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index 30b7ace..9d7ced1 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.7528 +Version: 2.4.7609 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1 diff --git a/releasenote.txt b/releasenote.txt index 22540ae..89c99da 100644 --- a/releasenote.txt +++ b/releasenote.txt @@ -1,3 +1,14 @@ +ISF 2.4.7609 : + 1. Support conditional build related to ui-gadget library + 2. Support conditional build about notification library + 3. Replace deprecated ail_package prefix () API with new one + 4. adjust the timer value of hiding ISE + 5. Use timer not to hide and show IME again in focus-out and focus-in event between applications + 6. Add return value in Transaction::read_from_buffer + 7. [demo] remove code to set scale + 8. fix build warning + + ISF 2.4.7528 : 1. removed wrong syntax and words in the po_file 2. modified translated words and added vi.po, mn_mn.po -- 2.7.4