Codebase list mozc / 853315e
Release History: 2.17.2355.102 to 2.17.2404.102 This CL summarizes changes made in the following release range. from: 2.17.2355.102 (f1d68857831cc05a435184c375d5ab64438ed14a) to: 2.17.2404.102 (73a8154b79b0b8db6cf8e11d6f1e750709c17518) Yohei Yukawa 7 years ago
1 changed file(s) with 30 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 Release History
11 ===============
2
3 2.17.2355.102 - 2.17.2404.102
4 --------------------------------------------------
5 You can check out Mozc [2.17.2404.102](https://github.com/google/mozc/commit/73a8154b79b0b8db6cf8e11d6f1e750709c17518) as follows.
6
7 ```
8 git clone https://github.com/google/mozc.git -b master --single-branch
9 cd mozc
10 git checkout 73a8154b79b0b8db6cf8e11d6f1e750709c17518
11 git submodule update --init --recursive
12 ```
13
14 Summary of changes between [2.17.2355.102](https://github.com/google/mozc/commit/f1d68857831cc05a435184c375d5ab64438ed14a) and [2.17.2404.102](https://github.com/google/mozc/commit/73a8154b79b0b8db6cf8e11d6f1e750709c17518) as follows.
15
16 * Third party libraries:
17 * protobuf: [172019c -> 1a59a71](https://github.com/google/protobuf/compare/172019c40bf548908ab09bfd276074c929d48415...1a59a715dc5fa584340197aac0811ba3de9850b5)
18 * Build related changes:
19 * Building Mozc requires [protobuf](https://github.com/google/protobuf) 3.0 or later.
20 * `--android_stl` GYP option is removed in Android build. You cannot use GNU STL to build Mozc for Android anymore.
21 * Major changes:
22 * None.
23 * Fixed issues:
24 * [#27](https://github.com/google/mozc/issues/27): build fail of `base/iconv.cc`, FreeBSD
25 * [#252](https://github.com/google/mozc/issues/252): Remove dependency on iconv
26 * [#369](https://github.com/google/mozc/issues/369): Unexpected software keyboard layout can be chosen
27 * [#370](https://github.com/google/mozc/issues/370): Mozc keeps crashing on Android N Developer Preview 5
28 * [#371](https://github.com/google/mozc/issues/371): Shortcut word in personal dictionary should not be used for multi segment conversion
29 * Total commits:
30 * [50 commits](https://github.com/google/mozc/compare/f1d68857831cc05a435184c375d5ab64438ed14a%5E...73a8154b79b0b8db6cf8e11d6f1e750709c17518).
31
232
333 2.17.2323.102 - 2.17.2354.102
434 --------------------------------------------------