aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--THANKS1
-rw-r--r--configure.boot2
3 files changed, 11 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index baffaa0..3931cb8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,17 @@
-GNU Dico NEWS -- history of user-visible changes. 2019-02-22
+GNU Dico NEWS -- history of user-visible changes. 2019-02-26
See the end of file for copying conditions.
Please send Dico bug reports to <bug-dico@gnu.org.ua>
-Version 2.7.91 (git)
+Version 2.8, 2019-02-26
-* Fix memory access errors
+* Fix out-of-boundary memory access in metaphone2 encoder
+
+* Fix eventual access to freed memory block
+
+* Rewrite utf8_iterator to work with non zero terminated strings.
+
+* Fix the build on OpenBSD
Version 2.7, 2018-09-25
diff --git a/THANKS b/THANKS
index e2fb3d7..d1fadd0 100644
--- a/THANKS
+++ b/THANKS
@@ -4,6 +4,7 @@ Many people further contributed to GNU Dico by reporting problems,
suggesting various improvements or submitting actual code. Here is a list
of these people. Help us keep it complete and exempt of errors.
+Anthony J. Bentley <anthony@anjbe.name>
Goran Tal <goran.tal@gmail.com>
Karl Berry <karl@freefriends.org>
Marc Dequènes <duck@duckcorp.org>
diff --git a/configure.boot b/configure.boot
index 4008d54..9d670df 100644
--- a/configure.boot
+++ b/configure.boot
@@ -28,7 +28,7 @@ dnl Process this file with -*- autoconf -*- to produce a configure script.
# along with GNU Dico. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([GNU dico], 2.7.91, [bug-dico@gnu.org])
+AC_INIT([GNU dico], 2.8, [bug-dico@gnu.org])
AC_CONFIG_SRCDIR([dicod/main.c])
AC_CONFIG_HEADERS(include/prog/config.h include/lib/config.h)
AC_CONFIG_AUX_DIR([build-aux])

Return to:

Send suggestions and report system problems to the System administrator.