aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-03-10 11:32:52 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-03-10 11:32:52 +0200
commit80a67d8ef6ef6f209b390033cf7de98b6375f9ce (patch)
treeaa9699379c60b6608d95e465a77b6320d03e6f3f
parent9da20afc8258ece5d9d1e729227ae95bf4c39aac (diff)
downloaddico-80a67d8ef6ef6f209b390033cf7de98b6375f9ce.tar.gz
dico-80a67d8ef6ef6f209b390033cf7de98b6375f9ce.tar.bz2
Version 2.8.90
-rw-r--r--NEWS11
-rw-r--r--configure.boot2
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 <bug-dico@gnu.org.ua>
+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 <http://www.gnu.org/licenses/>.
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])

Return to:

Send suggestions and report system problems to the System administrator.