From 80a67d8ef6ef6f209b390033cf7de98b6375f9ce Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 10 Mar 2019 11:32:52 +0200 Subject: Version 2.8.90 --- NEWS | 11 ++++++++++- configure.boot | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3931cb8..c606fcb 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,17 @@ -GNU Dico NEWS -- history of user-visible changes. 2019-02-26 +GNU Dico NEWS -- history of user-visible changes. 2019-03-10 See the end of file for copying conditions. Please send Dico bug reports to +Version 2.8.90 (Git) + +* New configuration variable DEFAULT_PIDFILE_NAME + +Use it to alter the default pidfile location, e.g.: + + ./configure DEFAULT_PIDFILE_NAME=/var/dico/dicod.pid + + Version 2.8, 2019-02-26 * Fix out-of-boundary memory access in metaphone2 encoder diff --git a/configure.boot b/configure.boot index 68019e3..210175b 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, [bug-dico@gnu.org]) +AC_INIT([GNU dico], 2.8.90, [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