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 @@
-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 <bug-dico@gnu.org.ua>
-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 <http://www.gnu.org/licenses/>.
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])

Return to:

Send suggestions and report system problems to the System administrator.