Skip to content

Commit

Permalink
Rime 0.9.9 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed May 5, 2013
1 parent b9061a1 commit 12b4dbc
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_fla
project(rime)
cmake_minimum_required(VERSION 2.8)

set(LIBRIME_VERSION 0.9.8)
set(LIBRIME_VERSION 0.9.9)
set(LIBRIME_SOVERSION 0)

option(BUILD_SHARED_LIBS "Build Rime as shared library" ON)
Expand Down
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
2013-05-05 GONG Chen <[email protected]>

* config: update yaml-cpp to version 0.5 (with new API);
emit prettier yaml.
* deployer: introduce a work thread for ordinary background tasks.
* algo/calculus: 'fuzz' calculation, to create lower quality spellings.
* dict/dict_compiler: importing external table files into *.dict.yaml.
* dict/entry_collector: support '# no comment' directive in *.dict.yaml.
* dict/table_db: 'tabledb' and 'stabledb' to support custom phrase.
* dict/user_db: implement 'plain_userdb', in plain text files.
* dict/user_dictionary: recover damaged userdb in work thread.
* gear/ascii_composer: fix unexpected mode switching with Caps Lock.
* gear/editor: delete previous syllable with Control+BackSpace.
* gear/*_translator: support multiple translator instances in a engine.
* gear/script_translator: rename r10n_translator to script_translator.
* lever/user_dict_manager: create snapshots in plain userdb format.
* rime_deployer: with command line option '--compile',
dump table/prism contents into text files while compiling a dictionary.

- Release: 0.9.9

2013-02-02 GONG Chen <[email protected]>

* ascii_composer: support customizing Caps Lock behavior.
Expand Down
4 changes: 2 additions & 2 deletions include/rime_version.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
* Copyleft 2011 RIME Developers
* Copyleft RIME Developers
* License: GPLv3
*
* 2011-12-04 GONG Chen <[email protected]>
*/
#ifndef RIME_VERSION_H_
#define RIME_VERSION_H_

#define RIME_VERSION "0.9.8"
#define RIME_VERSION "0.9.9"

#endif // RIME_VERSION_H_
2 changes: 1 addition & 1 deletion rime.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ includedir=@includedir@

Name: Rime
Description: Rime Input Method Engine
Version: @version@
Version: @LIBRIME_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lrime

0 comments on commit 12b4dbc

Please sign in to comment.