aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.boot4
2 files changed, 9 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 09eceea..fc3b124 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,13 @@
-GNU Dico NEWS -- history of user-visible changes. 2018-09-25
-Copyright (C) 2008-2010, 2012-2018 Sergey Poznyakoff
+GNU Dico NEWS -- history of user-visible changes. 2019-02-19
See the end of file for copying conditions.
Please send Dico bug reports to <bug-dico@gnu.org.ua>
+Version 2.7.90 (git)
+
+* Fix memory access errors
+
+
Version 2.7, 2018-09-25
* Support for virtual databases
@@ -236,7 +240,7 @@ Initial version.
=========================================================================
Copyright information:
-Copyright (C) 2008-2010, 2012-2017 Sergey Poznyakoff
+Copyright (C) 2008-2019 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/configure.boot b/configure.boot
index b4b5300..808e2db 100644
--- a/configure.boot
+++ b/configure.boot
@@ -12,7 +12,7 @@
dnl <HEADING#>
dnl Process this file with -*- autoconf -*- to produce a configure script.
# This file is part of GNU Dico
-# Copyright (C) 1998-2000, 2008-2010, 2012-2018 Sergey Poznyakoff
+# Copyright (C) 1998-2000, 2008-2010, 2012-2019 Sergey Poznyakoff
#
# GNU Dico is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -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, [bug-dico@gnu.org])
+AC_INIT([GNU dico], 2.7.90, [bug-dico@gnu.org])
AC_CONFIG_SRCDIR([dicod/main.c])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR([build-aux])

Return to:

Send suggestions and report system problems to the System administrator.