libthai
libdatrie 0.2.4 Released
Posted June 30th, 2010 by thep in
Changes from 0.2.3
- Close file on saving trie. [Bug report from Xu Jiandong]
- Add trie_store_if_absent() API which fails on adding duplicated key. This is useful for preventing race condition in multi-thread applications. [Suggestion from Dan Searle]
- Add trie_fread() and trie_fwrite() APIs for reading/writing trie data in an open file, allowing trie to be embeded as part of a bigger file. [Suggestion from NIIBE Yutaka]
Download
LibThai 0.1.14 Released
Posted February 28th, 2010 by thep in
Changes from 0.1.13
- Fix crash on corrupted dictionary file; now it fails quietly instead.
- License clarification on individual source files.
- Updated word break dictionary.
Download
ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.14.tar.g...
libdatrie 0.2.3 Released
Posted February 27th, 2010 by thep in
Changes from 0.2.2
- More robustness against corrupted trie files.
- License clarification in individual source files.
Download
LibThai 0.1.13 Released
Posted January 15th, 2010 by thep in
Changes from 0.1.12
- Fix integer overflow vulnerabilities (CVE-2009-4012).
- Updated word break dictionary.
Download
ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.13.tar.g...
gtk-im-libthai 0.1.5 Released
Posted December 27th, 2009 by thep in
Changes from 0.1.4
- Correctly fall back to rejection when client does not support correction
Download
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/gtk-im-libthai-0.1.5...
MD5 Sums:
9663a7d3606f7adbd6bdf2bf35a159fe gtk-im-libthai-0.1.5.tar.gz
SVN
$ svn co http://linux.thai.net/svn/software/gtk-im-libthai/tags/r_0_1_5 \ gtk-im-libthai-0.1.5
LibThai 0.1.12 Released
Posted June 18th, 2009 by thep in
Changes from 0.1.11
- Improved unknown words boundary.
- Add symbol versioning.
- Updated word break dictionary.
Download
ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.12.tar.g...
libdatrie 0.2.2 Released
Posted April 29th, 2009 by thep in
Changes from 0.2.1
- Support building with linkers without symbol versioning supports, including Mac, Cygwin, MinGW.
- Support other iconv implementations than that's in glibc, for Mac and MinGW.
Download
LibThai 0.1.11 Released
Posted April 6th, 2009 by thep in
Changes from 0.1.10
- Diminished link flags in pkg-config info, for less dependency for clients.
- More words in word break dictionary.
Download
ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.11.tar.g...
libdatrie 0.2.1 Released
Posted April 5th, 2009 by thep in
Changes from 0.2.0
- Fix errors in documentation
- Symbol versioning to ease upgrade across SONAME
- Minor cleanups
Download
libdatrie 0.1.4 Released
Posted April 1st, 2009 by thep in
This is a maintenance release for libdatrie 0.1.x branch, to ease upgrading to 0.2.x branch.
Changes from 0.1.3
- Compiler warning fixes and some minor cleanups.
- Symbol versioning to ease upgrade across SONAME.