summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2020-10-15 21:44:33 +0100
committerReuben Thomas <rrt@sc3d.org>2020-10-15 21:44:33 +0100
commitc2ff35ee0c8a7296ed214bac5e036c3b9e6a575f (patch)
treec0017f2fcfa33d021e8d589c11d2a98a8e5fcb14
parent60e7afdd3a8e4337cf5630ad3fe6ea2ebb9bf51e (diff)
downloadenchant-c2ff35ee0c8a7296ed214bac5e036c3b9e6a575f.tar.gz
Bump version to 2.2.12 and add NEWS for releasev2.2.12
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9071691..189743a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.2.12 (October 15, 2020)
+-------------------------
+
+Fix a bug in the Voikko and Zemberek back-ends that could cause spell
+checking and suggestion to fail. (For programmers: enchant_dict_check and
+enchant_dict_suggest allow counted strings, but those two backends were
+assuming the strings were NUL-terminated.)
+
+
2.2.11 (September 7, 2020)
--------------------------
diff --git a/configure.ac b/configure.ac
index 366e85e..2e4a07e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([enchant],[2.2.11])
+AC_INIT([enchant],[2.2.12])
AC_CONFIG_SRCDIR(src/enchant.h)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([subdir-objects])