aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-04-24 09:42:26 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-04-24 09:42:26 +0300
commitdce747035eb480360a92254b808c4d53e3c2a2c5 (patch)
tree7297acded6a057d1b780e39b4ff43512845182c5
parent007177601b6ebf4a2bcc870f4838929f9c4218c6 (diff)
downloaddico-dce747035eb480360a92254b808c4d53e3c2a2c5.tar.gz
dico-dce747035eb480360a92254b808c4d53e3c2a2c5.tar.bz2
Version 2.9release-2.9
-rw-r--r--NEWS6
-rw-r--r--configure.boot2
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c606fcb..d0d6ed3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
1GNU Dico NEWS -- history of user-visible changes. 2019-03-10 1GNU Dico NEWS -- history of user-visible changes. 2019-04-24
2See the end of file for copying conditions. 2See the end of file for copying conditions.
3 3
4Please send Dico bug reports to <bug-dico@gnu.org.ua> 4Please send Dico bug reports to <bug-dico@gnu.org.ua>
5 5
6Version 2.8.90 (Git) 6Version 2.9, 2019-04-24
7 7
8* New configuration variable DEFAULT_PIDFILE_NAME 8* New configuration variable DEFAULT_PIDFILE_NAME
9 9
@@ -11,6 +11,8 @@ Use it to alter the default pidfile location, e.g.:
11 11
12 ./configure DEFAULT_PIDFILE_NAME=/var/dico/dicod.pid 12 ./configure DEFAULT_PIDFILE_NAME=/var/dico/dicod.pid
13 13
14* Fix compilation on 32-bit systems
15
14 16
15Version 2.8, 2019-02-26 17Version 2.8, 2019-02-26
16 18
diff --git a/configure.boot b/configure.boot
index f90a4d0..75038ad 100644
--- a/configure.boot
+++ b/configure.boot
@@ -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.8.90, [bug-dico@gnu.org]) 31AC_INIT([GNU dico], 2.9, [bug-dico@gnu.org])
32AC_CONFIG_SRCDIR([dicod/main.c]) 32AC_CONFIG_SRCDIR([dicod/main.c])
33AC_CONFIG_HEADERS(include/prog/config.h include/lib/config.h) 33AC_CONFIG_HEADERS(include/prog/config.h include/lib/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.