summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Kim <jihoon48.kim@samsung.com>2013-08-29 17:21:29 +0900
committerJihoon Kim <jihoon48.kim@samsung.com>2014-03-07 11:23:47 +0900
commit0be4829ec09c6aba798f80f80951ffe7aacb1f89 (patch)
tree5a7ab5e481b67c020bc0b6eb908f891f8019a67f
parent138c5dcbe071c42ecd8ada237f0b3e1b196c8aed (diff)
downloadisf-0be4829ec09c6aba798f80f80951ffe7aacb1f89.tar.gz
isf-0be4829ec09c6aba798f80f80951ffe7aacb1f89.tar.bz2
isf-0be4829ec09c6aba798f80f80951ffe7aacb1f89.zip
upload isf-2.4.6829
Change-Id: Ibd1ce3867ade0e1659eb321f15c83f19c7c82ab4
-rwxr-xr-xconfigure.ac4
-rw-r--r--packaging/isf.changes13
-rw-r--r--packaging/isf.spec2
-rw-r--r--releasenote.txt7
4 files changed, 23 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9a55c8b8..602eb595 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.6827, isf@samsung.com)
+AC_INIT(isf, 2.4.6829, 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=6827
+ISF_MICRO_VERSION=6829
ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
diff --git a/packaging/isf.changes b/packaging/isf.changes
index 0f6b622b..1a8638f9 100644
--- a/packaging/isf.changes
+++ b/packaging/isf.changes
@@ -1,3 +1,16 @@
+* Thu Aug 29 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130827.035107@cff004b
+- Change label of UG
+- Add autocapital type in isecontext
+- Reduce the number of dlog lines in immodule
+- [isfsetting]fix N_SE-50147
+- upload isf-2.4.6827
+- Merge "fix N_SE-49587 allow duplicated ise name now" into tizen_2.2
+- Reduce binary size gc-sections
+- skip checking autocapital in H/W keyboard mode
+- fix N_SE-49587 allow duplicated ise name now
+- call prediction_allow_set in IMEngine in case of only having focus
+- Include unistd.h in scim_helper.cpp
+
* Thu Aug 15 2013 Li Zhang <li2012.zhang@samsung.com> submit/tizen_2.2/20130815.054758@9d070e0
- Change "English/Keyboard" to "English Keyboard"
- Fix bug of autocapital analysis
diff --git a/packaging/isf.spec b/packaging/isf.spec
index ffb3f124..1e94c6fe 100644
--- a/packaging/isf.spec
+++ b/packaging/isf.spec
@@ -3,7 +3,7 @@
Name: isf
Summary: Input Service Framework
-Version: 2.4.6827
+Version: 2.4.6829
Release: 1
Group: Graphics & UI Framework/Input
License: LGPL-2.1
diff --git a/releasenote.txt b/releasenote.txt
index d929a3f4..78349bc9 100644
--- a/releasenote.txt
+++ b/releasenote.txt
@@ -1,3 +1,10 @@
+ISF 2.4.6829 :
+ 1. Change label of UG
+ 2. Add autocapital type in isecontext
+ 3. Reduce the number of dlog lines in immodule
+ 4. [isfsetting] fix N_SE-50147
+
+
ISF 2.4.6827 :
1. [immodule] call prediction_allow_set in IMEngine in case of only having focus
2. [immodule] skip checking autocapital in H/W keyboard mode