summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])