SHA256
1
0
forked from pool/libthai
libthai/libthai.changes

78 lines
2.9 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sun Feb 28 15:10:31 CET 2010 - dimstar@opensuse.org
- Update to version 0.1.14:
+ Fix crash on corrupted dictionary file; now it fails quietly
instead.
+ License clarification on individual source files.
+ Updated word break dictionary.
-------------------------------------------------------------------
Sun Jan 17 20:09:00 CET 2010 - vuntz@opensuse.org
- Update to version 0.1.13:
+ Fix integer overflow vulnerabilities (CVE-2009-4012).
+ Updated word break dictionary.
- Changes from version 0.1.12:
+ Improved unknown words boundary.
+ Add symbol versioning.
+ Updated word break dictionary.
- Changes from version 0.1.11:
+ Diminished link flags in pkg-config info, for less dependency
for clients.
+ More words in word break dictionary.
- Changes from version 0.1.10:
+ More dictionary capacity with libdatrie 0.2.
+ Dictionary clean-up on unload.
+ Some performance fine-tuning.
+ More words in word break dictionary.
- Drop warnings.patch: fixed upstream.
- Drop bug-569615_01_integer-overflow-vuln.patch: fixed upstream.
-------------------------------------------------------------------
Fri Jan 16 19:54:50 CET 2009 - crrodriguez@suse.de
- remove static libraries and "la" files
-------------------------------------------------------------------
Wed May 21 16:30:45 CEST 2008 - sbrabec@suse.cz
- Fixed devel depenendencies.
-------------------------------------------------------------------
Mon Apr 7 16:02:06 CEST 2008 - uli@suse.de
- update -> 0.1.9 (bug #326002)
* Rewritten itemization for line breaker, for conformance to UAX#14.
* Revised dictionary for compound words support.
* Improved handling of white spaces in word break routine, for better quality
line wrapping in Gecko libthai component.
* More words in word break dictionary.
* Excessive exported symbols are eliminated from library.
* Rewritten word break routines:
- Split dictionary from source, thus new dependency on libdatrie
- New word break routine from scratch, for maintainability
* Improved dictionary for word segmentation:
- New word list preparation process from multiple categories
- New contemporary words not included in Royal Institute dictionary,
as well as some proper names for countries and locations, etc.
- Fine-tuned dictionary to get rid of some potential ambiguities
* Documentation with doxygen.
* Add missing APIs.
* Fix compiler warnings.
* Improved word breaking. Space is now also considered a breakable point.
* More PUA support for Mac fonts rendering.
* Start maintaining library version info from now on.
- created devel subpackage
-------------------------------------------------------------------
Wed Jan 25 21:37:46 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Sep 15 12:57:11 CEST 2005 - uli@suse.de
- initial package