From 0cd1371a97107c0ceb7bf6739d7675ec4ba1b5d7 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 9 Aug 2021 20:27:13 +0100 Subject: Bump version to 2.3.1, and add NEWS --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1