From 14e820123139e0a68a812f34578d4881fe279ad2 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 12 Jun 2024 20:43:34 +0100 Subject: [PATCH] Bump version to 2.8.1 and add NEWS --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 16a5d545..61cca503 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +2.8.1 (June 12, 2024) +--------------------- + +This release restores an optimization removed in 2.8.0 that reduces the +frequency with which personal wordlists are reloaded. This optimization +seemed to be unnecessary, as it had no effect on the test suite, but its +removal caused a significant slow-down for real-world use. Apologies to +those who are affected by this, and many thanks to the user who reported +this problem. + + 2.8.0 (May 26, 2024) -------------------- diff --git a/configure.ac b/configure.ac index 9e63dd69..18704068 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # along with this program; if not, see . AC_PREREQ([2.71]) -AC_INIT([enchant],[2.8.0]) +AC_INIT([enchant],[2.8.1]) AC_CONFIG_SRCDIR(lib/enchant.h) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([subdir-objects tar-ustar])