Changelog for
libhunspell-1_7-0-1.7.2-1.8.i586.rpm :
* Sun Jan 08 2023 Dirk Müller
- update to 1.7.2:
* Crash fixes, code clean-up in ~200 commits
* tdf#136306 don\'t accept/suggest typos as 3-or-more-word compound words
* Prepare optional spelling mode of LibreOffice to not accept/suggest not dictionary-based words as compound words
* Merge in weblate translations
* Mon Sep 12 2022 Dirk Müller - update to 1.7.1:
* Merge chromium fix for #714 OOB string write in hunspell
* Merge firefox fix for #756 various issues parsing incomplete aff files
* Fix #492 crash with hunspell -l -r
* Merge in weblate translations- drop hunspell-CVE-2019-16707.patch (upstream)
* Tue May 10 2022 pgajdosAATTsuse.com- requires english dictionary [bsc#1199209]
* Thu Jan 06 2022 pgajdosAATTsuse.com- suggests english dictionary [bsc#1193627]
* Tue Jun 09 2020 pgajdosAATTsuse.com- security update- added patches fix CVE-2019-16707 [bsc#1151867], invalid read operation in SuggestMgr:leftcommonsubstring in suggestmgr.cxx + hunspell-CVE-2019-16707.patch
* Thu Nov 15 2018 Tomáš Chvátal - Version update to 1.7.0:
* add SPELLML support for run-time dictionary extensio
* No annoying suggestion times any more, especially in languages with compound word handling and complex morphology
* Improved, highly customizable suggestions on level of dictionary words
* Handling multiple word suggestions is much more easier
* Limit compound overgeneration by dictionary based word pairs
* makealias dictionary compression
* Various minor bugfixes
* Fri Oct 27 2017 mpluskalAATTsuse.com- Update to version 1.6.2:
* Command line tool: + Added German translation + Fixed bug with wrong output encoding, not respecting system locale.
* Wed Jun 07 2017 mpluskalAATTsuse.com- Update to version 1.6.1:
* Library changes: + Performance improvements in suggest() + Fixes regressions for Hungarian related to compounding. + Fixes regressions for Korean related to ICONV.
* Command line tool: + Added Tajik translation + Fix regarding serching of OOo dicts installed in user folder
* Manpages: + Fix microsoft-cp1251 to cp1251. Dicts should not use the first. + Typos.
* Fri Dec 23 2016 mpluskalAATTsuse.com- Update to version 1.6.0:
* Changes in the library: + Performance improvement in ngsuggest(), suggestions should be faster. + Revert MAXWORDLEN to 100 as in 1.3.3 for performance reasons. + MAXWORDLEN can be set during build time with -D defines. + Fix crash when word with 102 consecutive X is spelled.
* Changes in the command line tool: + -D shows all loaded dictionares insted of only the first. + -D properly lists all available dictionaries on Windows.
* Thu Dec 01 2016 pgajdosAATTsuse.com- update to 1.5.4:
* fix API compatibility with 1.4