Remove to update package DB
[platform/core/uifw/ise-engine-sunpinyin.git] / NEWS
1 Release 2.0.3
2 =============
3
4 2.0.3 release is containing a lot of major fix compare to last release.  User should update to this release as soon as possible.  It fixed many inconveniet bugs.  Changes compare to 2.0.2 are described below:
5
6 Build
7 -----
8
9 * CFLAGS, CXXFLAGS and LDFLAGS are recongnized.
10 * Scons scripts now will remember the configuration arguments in configure.conf.
11 * Ported to ARMEL architecture.
12 * Able to build on FreeBSD.
13
14 libsunpinyin
15 ------------
16
17 * New LOGO!
18 * History cache focus more on recent commits.
19 * Supports --libdir and --libdatadir as configuration arguments.
20 * Hunpin support. (Contributed by Hanjie Xu)
21 * Fixed weird behavior of history with a single character.
22 * Fixed a potential issue for candidate ranking.
23
24 ibus-sunpinyin
25 --------------
26
27 * Supports --libdir, --datadir, --execdir as configuration arguments.
28 * Alt+num key as the candidate delete key for ibus-sunpinyin.
29 * Able to build on IBus-1.4
30
31 xsunpinyin
32 ----------
33
34 * Synchronized the version between xsunpinyin and libsunpinyin project.
35 * Fixed startup crash with empty directory.
36 * Fixed position problem on multi-screen.
37 * Fixed crash on exit, which caused history information lost.
38 * Refact UI system
39 * Added skin support
40 * Fixed text overbound when pinyin are too long.
41 * Fixed ignorance of ShuangPin setting.
42 * Fixed weird behavior of fast switch to english. (Issue 213).
43
44 scim-sunpinyin
45 --------------
46
47 * Add legacy support for scim (Thanks to liangguo)