From dce747035eb480360a92254b808c4d53e3c2a2c5 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 24 Apr 2019 09:42:26 +0300 Subject: Version 2.9 --- NEWS | 6 ++++-- configure.boot | 2 +- 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 @@ -GNU Dico NEWS -- history of user-visible changes. 2019-03-10 +GNU Dico NEWS -- history of user-visible changes. 2019-04-24 See the end of file for copying conditions. Please send Dico bug reports to -Version 2.8.90 (Git) +Version 2.9, 2019-04-24 * New configuration variable DEFAULT_PIDFILE_NAME @@ -11,6 +11,8 @@ Use it to alter the default pidfile location, e.g.: ./configure DEFAULT_PIDFILE_NAME=/var/dico/dicod.pid +* Fix compilation on 32-bit systems + Version 2.8, 2019-02-26 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. # along with GNU Dico. If not, see . AC_PREREQ(2.63) -AC_INIT([GNU dico], 2.8.90, [bug-dico@gnu.org]) +AC_INIT([GNU dico], 2.9, [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]) -- cgit v1.2.1