aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-02-19 17:01:28 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-02-19 17:01:28 +0200
commit2159866d24900f486a5be7f6e838d8f7bcf24976 (patch)
treef4f472aba22f4173e57260361bce19ffeae8dad9
parentbff3ef0e753bca9d01a25f9165ae2bf897ff0b52 (diff)
downloaddico-2159866d24900f486a5be7f6e838d8f7bcf24976.tar.gz
dico-2159866d24900f486a5be7f6e838d8f7bcf24976.tar.bz2
Version 2.7.90
-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,12 +1,16 @@
-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
Virtual database is a collection of regular databases defined
in the dicod configuration. Virtual databases can be used to group
@@ -233,13 +237,13 @@ Version 2.0, 2009-03-29
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
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
diff --git a/configure.boot b/configure.boot
index b4b5300..808e2db 100644
--- a/configure.boot
+++ b/configure.boot
@@ -9,13 +9,13 @@
## subsequent lines are prefixed with TEXT (or leading characters, if
## TEXT is empty).
## 4. Everything else is reproduced verbatim.
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
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
@@ -25,13 +25,13 @@ dnl Process this file with -*- autoconf -*- to produce a configure script.
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# 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])
AC_CONFIG_MACRO_DIR(m4)
AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-xz std-options subdir-objects])

Return to:

Send suggestions and report system problems to the System administrator.