summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2021-08-10 10:15:24 +0100
committerGitHub <noreply@github.com>2021-08-10 10:15:24 +0100
commit62fc8ea38ed3ef1dcfc448e250b10896799d3491 (patch)
tree585a6356219557deeb6bb4d1f654f78d17196f51
parentdeedafc924caf77183bfc5282205997a34116c79 (diff)
parent0cd1371a97107c0ceb7bf6739d7675ec4ba1b5d7 (diff)
downloadenchant-2.3.1.tar.gz
Merge pull request #280 from rrthomas/masterv2.3.1
Bump version to 2.3.1, and add NEWS
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8e13503..7110e6e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.3.1 (August 9, 2021)
+----------------------
+
+Hunspell: fix enchant_dict_get_extra_word_characters API so it always
+returns UTF-8. Use the same limit on word length as Hunspell uses (it is
+different for UTF-8). Drop support for Hunspell 1.4.
+
+Ignore hidden files when loading provider modules.
+
+In a slight update to a change introduced in 2.3.0, in the default
+enchant.ordering file, do not prefer aspell for all “en” locales, only for
+the specific “en” locales that it supports.
+
+
2.3.0 (June 14, 2021)
---------------------
diff --git a/configure.ac b/configure.ac
index e67163e..5a4a78e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([enchant],[2.3.0])
+AC_INIT([enchant],[2.3.1])
AC_CONFIG_SRCDIR(src/enchant.h)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([subdir-objects])