summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2020-02-27 15:32:06 +0000
committerGitHub <noreply@github.com>2020-02-27 15:32:06 +0000
commit52c082d0b33be5ab1ae02c0e0563990b150029f6 (patch)
tree432aa0ea9729464d87c6c1e997fd7757f5ee5146
parent838368c07b5bc5e401338f8f1c22b11d75e59ed6 (diff)
parentb1562d2cbe644afe435471d99fb636c0b2bbc928 (diff)
downloadenchant-52c082d0b33be5ab1ae02c0e0563990b150029f6.tar.gz
Merge pull request #238 from rrthomas/masterv2.2.8
Bump version to 2.2.8 and add NEWS for release
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 878d49e..f3bf072 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.2.8 (February 27, 2020)
+-------------------------
+
+Add a provider back-end for Nuspell (thanks, Sander van Geloven). Nuspell is
+a new spell-checker whose development has been supported by the Mozilla
+foundation. It is backwards-compatible with Hunspell and Myspell
+dictionaries, while supporting a wider range of language peculiarities,
+improved suggestions, and easier maintainability of the code-base.
+
+Doxygen documentation generation is now supported for Enchant (thanks,
+Sander van Geloven).
+
+The command-line parsing of the “enchant” program has been made more
+friendly and reliable. The -L flag (show line numbers), which had not been
+working for some time, has been fixed.
+
+A buffer overflow in personal wordlist handling has been fixed.
+
+Minor improvements were made to the tests (thanks, Sander van Geloven).
+
+
2.2.7 (September 9, 2019)
-------------------------
diff --git a/configure.ac b/configure.ac
index d431c08..23eb3f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([enchant],[2.2.7])
+AC_INIT([enchant],[2.2.8])
AC_CONFIG_SRCDIR(src/enchant.h)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([subdir-objects])