summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2020-09-07 22:16:49 +0100
committerReuben Thomas <rrt@sc3d.org>2020-09-07 22:16:49 +0100
commit1c953ca0c1f30ad36af3002cfba90fc633948b03 (patch)
tree952f45fa5e4a68f1f9dd3e3df2c2812928361772
parentb8a6846a41cdd5e8747756e59c4251de1152e7b1 (diff)
downloadenchant-1c953ca0c1f30ad36af3002cfba90fc633948b03.tar.gz
Bump version to 2.2.11 and add NEWS
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 42bf98c..9071691 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+2.2.11 (September 7, 2020)
+--------------------------
+
+Make enchant silently ignore -B flag, for better Emacs compatibility.
+
+Make enchant_broker_list_dicts sort the tags, so that enchant-lsmod’s output
+is sorted.
+
+Minor build system improvement: don’t use -D_FORTIFY_SOURCE, which can cause
+problems on Windows, and should be configured by the compiler vendor if
+desired.
+
+
2.2.10 (September 1, 2020)
--------------------------
diff --git a/configure.ac b/configure.ac
index c947d80..366e85e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([enchant],[2.2.10])
+AC_INIT([enchant],[2.2.11])
AC_CONFIG_SRCDIR(src/enchant.h)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([subdir-objects])