summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2019-09-11 18:17:58 +0100
committerGitHub <noreply@github.com>2019-09-11 18:17:58 +0100
commite2b1e2b60ad5d0cc0d89a787cb2308c958cf6fa2 (patch)
tree45a2176747dd279c3eb27627a2d5b9216f98068a
parent470bc8b73989dac65a2c9e9ed1c9901471d7b416 (diff)
parentc607a4b39c2c91887a684c35cafb04ccc218975a (diff)
downloadenchant-e2b1e2b60ad5d0cc0d89a787cb2308c958cf6fa2.tar.gz
Merge pull request #224 from rrthomas/masterv2.2.7
Bump version to 2.2.7 and add NEWS for release
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dbe2e38..878d49e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.2.7 (September 9, 2019)
+-------------------------
+
+Fix some memory leaks in the hunspell and aspell providers, thanks to an
+improvement to the build system to use ASAN for the tests.
+
+
2.2.6 (September 5, 2019)
-------------------------
diff --git a/configure.ac b/configure.ac
index 33b32cf..c05ca16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([enchant],[2.2.6])
+AC_INIT([enchant],[2.2.7])
AC_CONFIG_SRCDIR(src/enchant.h)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([subdir-objects])