From 823df01a92a3dad9172f0ae1a0bcfe9d7039645b Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 16 Apr 2022 16:58:12 +0100 Subject: Bump version to 2.3.3 and add NEWS --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 839f126..a6c75d5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +2.3.3 (April 16, 2022) +---------------------- + +Update Nuspell provider, requiring Nuspell 5.1.0. The new provider takes +advantage of recently-added Nuspell APIs to be smaller and simpler. + +Fix the C++ API is_added() method to return a boolean rather than void. + +Require C99 and POSIX 2008, and as a result use fewer gnulib modules, +which gives a modest build time reduction. + + 2.3.2 (November 16, 2021) ------------------------- diff --git a/configure.ac b/configure.ac index 145e263..5cfe24d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([enchant],[2.3.2]) +AC_INIT([enchant],[2.3.3]) AC_CONFIG_SRCDIR(src/enchant.h) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([subdir-objects]) -- cgit v1.2.1