Share

Hunspell

File Release Notes and Changelog

Release Name: 1.2.5

Notes:
2008-07-09: Hunspell 1.2.5 release:
  - bug fix release (fix affix rule condition checking of en_GB dictionary,
    also morphological analysis by dictionaries with two-level suffixes)


Changes: 2008-07-09 Németh László <nemeth at OOo>: * affentry.cxx: fix the new affix rule matching algorithm of Hunspell 1.2. Problem with the en_GB dictionary and a detailed code analysis reported by John at sinodun dot org uk in SF.net Bug ID 2012753. * tests/condition.*: extended test for the fix. * hunspell/hunspell.*, parsers/*, tools/hunspell.cxx: fix compiler warnings (deprecated const-free char consts) * win_api/hunspelldll.*: add hunspell_free_list(), the problem reported by Laurier Mercer. 2008-06-30 Török László <torok_laszlo at users dot SF dot net>: * tests/affixmgr.cxx: fix morphological analysis: strcat() on an uninitialized char array in suffix_check_morph().