summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2019-06-30 23:39:19 +0100
committerReuben Thomas <rrt@sc3d.org>2019-06-30 23:39:19 +0100
commitf12c84f17ff20c5bce39f1a43dcb0a9a81bf0d20 (patch)
treedd1160ebbce664d3dec6d4d3204cc16aa0594fc7
parent300705c99807fd63840a24e1ea9a37cff63d450d (diff)
downloadenchant-f12c84f17ff20c5bce39f1a43dcb0a9a81bf0d20.tar.gz
Bump version to 2.2.5; mention in NEWS and index.html
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
-rw-r--r--index.html3
3 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e0f210d..c90ccdb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+2.2.5 (June 30, 2019)
+---------------------
+
+Fix a memory leak in the hunspell provider.
+
+
+2.2.4 (June 17, 2019)
+---------------------
+
+Fix a bug in the enchant program, where words ending in non-ASCII characters
+were truncated during tokenization.
+
+
2.2.3 (February 4, 2018)
------------------------
diff --git a/configure.ac b/configure.ac
index a4cc35f..ae62e34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([enchant],[2.2.4])
+AC_INIT([enchant],[2.2.5])
AC_CONFIG_SRCDIR(src/enchant.h)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([subdir-objects])
diff --git a/index.html b/index.html
index ccf1892..3aa681e 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,8 @@
<h2>News</h2>
-<p>June 17, 2018: Enchant 2.2.4 released.
+<p>June 30, 2019: Enchant 2.2.5 released.
+<p>June 17, 2019: Enchant 2.2.4 released.
<p>February 4, 2018: Enchant 2.2.3 released.
<p>January 3, 2018: Enchant 2.2.1 released.
<p>December 12, 2017: Enchant 2.2.0 released.