summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2022-04-16 16:58:12 +0100
committerReuben Thomas <rrt@sc3d.org>2022-04-16 16:58:12 +0100
commit823df01a92a3dad9172f0ae1a0bcfe9d7039645b (patch)
tree1ebd19e32e567a44060c6a8c2b7ac59957986f63
parent9d339afa55f1eea005f8b542fcca518b12fe8dd0 (diff)
downloadenchant-823df01a92a3dad9172f0ae1a0bcfe9d7039645b.tar.gz
Bump version to 2.3.3 and add NEWSv2.3.3
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
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])