Skip to content

Commit

Permalink
Rime 1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Nov 10, 2013
1 parent dbb280c commit f65741b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2013-11-10 GONG Chen <chen.sst@gmail.com>

* librime: update to version 1.0
* rime_settings.*: add config option 'lookup_table_orientation'.

- Rime 1.0 release.

2013-05-05 GONG Chen <chen.sst@gmail.com>

* brise: update to version 0.22
Expand Down
9 changes: 6 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
ibus-rime: Rime Input Method Engine for Linux/IBus

project home: http://code.google.com/p/rimeime/

installation: http://code.google.com/p/rimeime/wiki/RimeWithIBus

license: GPLv3

build dependencies:
- pkg-config
- cmake>=2.8
- librime>=0.9.8 (development package)
- librime>=1.0 (development package)
- libibus-1.0 (development package)
- libnotify (development package)

runtime dependencies:
- brise>=0.18
- librime>=0.9.8
- brise>=0.30
- ibus
- librime>=1.0
- libibus-1.0
- libnotify
2 changes: 1 addition & 1 deletion brise
Submodule brise updated from d8070d to 468351
2 changes: 1 addition & 1 deletion librime
Submodule librime updated 121 files
2 changes: 1 addition & 1 deletion rime_version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef RIME_VERSION_H_
#define RIME_VERSION_H_

#define RIME_VERSION "0.9.9"
#define RIME_VERSION "1.0"

#endif // RIME_VERSION_H_

0 comments on commit f65741b

Please sign in to comment.