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,9 +1,13 @@
1GNU Dico NEWS -- history of user-visible changes. 2018-09-25 1GNU Dico NEWS -- history of user-visible changes. 2019-02-19
2Copyright (C) 2008-2010, 2012-2018 Sergey Poznyakoff
3See the end of file for copying conditions. 2See the end of file for copying conditions.
4 3
5Please send Dico bug reports to <bug-dico@gnu.org.ua> 4Please send Dico bug reports to <bug-dico@gnu.org.ua>
6 5
6Version 2.7.90 (git)
7
8* Fix memory access errors
9
10
7Version 2.7, 2018-09-25 11Version 2.7, 2018-09-25
8 12
9* Support for virtual databases 13* Support for virtual databases
@@ -236,7 +240,7 @@ Initial version.
236========================================================================= 240=========================================================================
237Copyright information: 241Copyright information:
238 242
239Copyright (C) 2008-2010, 2012-2017 Sergey Poznyakoff 243Copyright (C) 2008-2019 Sergey Poznyakoff
240 244
241 Permission is granted to anyone to make or distribute verbatim copies 245 Permission is granted to anyone to make or distribute verbatim copies
242 of this document as received, in any medium, provided that the 246 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 @@
12dnl <HEADING#> 12dnl <HEADING#>
13dnl Process this file with -*- autoconf -*- to produce a configure script. 13dnl Process this file with -*- autoconf -*- to produce a configure script.
14# This file is part of GNU Dico 14# This file is part of GNU Dico
15# Copyright (C) 1998-2000, 2008-2010, 2012-2018 Sergey Poznyakoff 15# Copyright (C) 1998-2000, 2008-2010, 2012-2019 Sergey Poznyakoff
16# 16#
17# GNU Dico is free software; you can redistribute it and/or modify 17# GNU Dico is free software; you can redistribute it and/or modify
18# it under the terms of the GNU General Public License as published by 18# 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.
28# along with GNU Dico. If not, see <http://www.gnu.org/licenses/>. 28# along with GNU Dico. If not, see <http://www.gnu.org/licenses/>.
29 29
30AC_PREREQ(2.63) 30AC_PREREQ(2.63)
31AC_INIT([GNU dico], 2.7, [bug-dico@gnu.org]) 31AC_INIT([GNU dico], 2.7.90, [bug-dico@gnu.org])
32AC_CONFIG_SRCDIR([dicod/main.c]) 32AC_CONFIG_SRCDIR([dicod/main.c])
33AM_CONFIG_HEADER(config.h) 33AM_CONFIG_HEADER(config.h)
34AC_CONFIG_AUX_DIR([build-aux]) 34AC_CONFIG_AUX_DIR([build-aux])

Return to:

Send suggestions and report system problems to the System administrator.