Hunspell Changelog

What's new in Hunspell 1.3.2

Feb 16, 2011
  • fix library versioning
  • improved manual

New in Hunspell 1.3.1 (Feb 2, 2011)

  • moz#465612 mozilla-specific code leaks
  • moz#430900 phone is dereferenced before oom check
  • moz#418348 ckey_utf alloc is used unchecked in SuggestMgr::badcharkey_utf
  • CID#1487 pointer "rl" dereferenced before NULL check
  • CID#1464 Returned without freeing storage "ptr"
  • CID#1459 Avoid duplicate strchr
  • CID#1443 Avoid any chance of dereferencing *slst
  • CID#1442 Unsafe to have a null morph
  • CID#1440 Avoid null filenames
  • CID#1302 Dereferencing NULL value "apostrophe"
  • CID#1441 Avoid deferencing null ppfx

New in Hunspell 1.2.11 (May 6, 2010)

  • mozilla-specificcodeleaks
  • moz#430900phoneisdereferencedbeforeoomcheck
  • moz#418348ckey_utfallocisuseduncheckedinSuggestMgr::badcharkey_utf
  • CID#1487pointer"rl"dereferencedbeforeNULLcheck
  • CID#1464Returnedwithoutfreeingstorage"ptr"
  • CID#1459Avoidduplicatestrchr
  • CID#1443Avoidanychanceofdereferencing*slst
  • CID#1442Unsafetohaveanullmorph
  • CID#1440Avoidnullfilenames
  • CID#1302DereferencingNULLvalue"apostrophe"
  • CID#1441Avoiddeferencingnullppfx

New in Hunspell 1.2.8 (Nov 4, 2008)

  • Default BREAK feature and better hyphenated word suggestion to accept and fix (compound) words with hyphen characters by spell checker instead of by work breaking code of OpenOffice.org. With this feature it's possible to accept hyphenated compound words, such as "scot-free", where "scot" is not a correct English word.
  • ICONV & OCONV: input and output conversion tables for optional character handling or using special inner format.
  • Typical usage of ICONV/OCONV is to manage an inner format for a segmental writing system, like the Ethiopic script of the Amharic language.
  • Extended CHECKCOMPOUNDPATTERN to handle conpound word alternations, like sandhi feature of Telugu and other writing systems.
  • SIMPLIFIEDTRIPLE compound word feature: allow simplified Swedish and Norwegian compound word forms, like tillåta (till|låta) and bussjåfør (buss|sjåfør)
  • wordforms: word generator script for dictionary developers (Hunspell version of unmunch).
  • bug fixes