SHA256
1
0
forked from pool/enchant
Dominique Leuenberger 2020-08-17 09:44:45 +00:00 committed by Git OBS Bridge
parent ee506e487d
commit aea6d2ff64

View File

@ -2,25 +2,23 @@
Wed Aug 5 21:50:14 UTC 2020 - Matthias Eliasson <elimat@opensuse.org> Wed Aug 5 21:50:14 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
- Update to version 2.2.8: - Update to version 2.2.8:
+ Add a provider back-end for Nuspell (thanks, Sander van Geloven). Nuspell is + Add a provider back-end for Nuspell. Nuspell is a new
a new spell-checker whose development has been supported by the Mozilla spell-checker whose development has been supported by the
foundation. It is backwards-compatible with Hunspell and Myspell Mozilla foundation. It is backwards-compatible with Hunspell
dictionaries, while supporting a wider range of language peculiarities, and Myspell dictionaries, while supporting a wider range of
improved suggestions, and easier maintainability of the code-base. language peculiarities, improved suggestions, and easier
+ Doxygen documentation generation is now supported for Enchant (thanks, maintainability of the code-base.
Sander van Geloven). + Doxygen documentation generation is now supported for Enchant.
+ The command-line parsing of the “enchant” program has been made more + The command-line parsing of the “enchant” program has been made
friendly and reliable. The -L flag (show line numbers), which had not been more friendly and reliable. The -L flag (show line numbers),
working for some time, has been fixed. which had not been working for some time, has been fixed.
+ A buffer overflow in personal wordlist handling has been fixed. + A buffer overflow in personal wordlist handling has been fixed.
+ Minor improvements were made to the tests (thanks, Sander van Geloven). + Minor improvements were made to the tests.
- Changes in version 2.2.7: - Changes in version 2.2.7:
+ Fix some memory leaks in the hunspell and aspell providers, thanks to an + Fix some memory leaks in the hunspell and aspell providers.
improvement to the build system to use ASAN for the tests.
- Changes in version 2.2.6: - Changes in version 2.2.6:
+ Treat PWL as text, not binary. + Treat PWL as text, not binary.
- Run spec-cleaner - Run spec-cleaner: Remove package groups.
+ Remove package groups
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 13 07:36:20 UTC 2020 - Yifan Jiang <yfjiang@suse.com> Mon Apr 13 07:36:20 UTC 2020 - Yifan Jiang <yfjiang@suse.com>